

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reenie+Beanie&display=swap');
:root {
  --color-primary: #064da6;
  --sub-color: #D46415;
  --color-secondary: #332C54;
  --color-secondary-dark: #0a1a39;
  --color-white: #ffffff;
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

body {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-family: "Poppins", serif !IMPORTANT;!I;!;
}

html {
  scroll-behavior: smooth;
  
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;


}

a{
      
color:unset;
}

p{
       font-size: 14px;
       line-height: 24px;
}

h1,h2,h3,h4,h5{
     
        font-family: "Manrope", sans-serif;
}

@media (min-width: 1200px){
.container {
    max-width: 1360px;
}
}

/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  padding-bottom: 5px !IMPORTANT;!I;!;
  padding-top: 5px !IMPORTANT;!I;!;
  /* background: rgba(255, 255, 255, 0.15); */
  padding-left: 0;
  padding-right: 0;
}
.top-menu {
  background: #fff;
  padding: 6px 0;
  border-bottom: 1px solid #E1E4E5;
}
.top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {

  /* background-color: #1D1D54; */
  z-index: 9;
}

#header.header-scrolled {
  transition: all 0.5s;
  background-color: rgba(34, 34, 34, 0.9);
}

#header.header-scrolled .header-top {
  display: none;
}

#header.header-scrolled .main-menu {
  background: transparent;
}

/* #header.package-header-scrolled {
  display: none;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  /* display: none; */
  top: 100%;
  /* right: 0; */
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
  
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 0px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 2px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: white;
  display: none;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding-left: 31px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", serif;
  padding-top: 27px;
  padding-bottom: 27px;
}

.nav-menu a:hover{
    color: #fd661e;
}

/* .nav-menu li:hover > a {
  color: var(--color-primary);
} */

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  /* margin: 22px 0 0 0; */
  padding: 0px 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: white;
}

.packages-box{
    max-height:400px;
    overflow-y:scroll;
}

.nav-menu ul li {
  border-bottom: 1px solid #80808030;
}

.nav-menu ul li a {
  padding: 15px 10px;
  color: #333;
  display: block;
  font-size: 14px;
  color: var(--color-primary);
  text-transform: none;
  font-weight: 400;
  display:flex;
  justify-content:space-between;
}


.sub li:not(:last-child) a {
    /* border-bottom: 1px solid #c9c9c9; */
}

.nav-menu ul li:hover > a {
  color: white;
  background: #fd661e;

}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  float: right;
  position:relative;
  z-index: 999;
  margin-top: -20px;
  border: 0;
  background: none;
  font-size: 32px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--color-white);
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 115px;
  bottom: 0;
  z-index: 998;
  background: #1c1737;
  left: -100%;
  width: 83%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #e4dfff;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: white;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 99;
    padding: 9px;
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    background: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f9f9f9 !important;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: var(--color-white);
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
  padding: 120px 0;
}

.alert-msg {
  color: #008000;
}

#logo {
  position:relative;
}

#logo img {
    height: unset;
    z-index: 999;
    position: relative;
    display: block;
    width: 75px;
    padding-right: 0;
}

#nav-menu-container {
  padding-right: 15px;
}

.primary-btn {
  background: var(--color-primary);
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: var(--color-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: var(--color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: var(--color-white);
}

.primary-btn:hover span {
  color: var(--color-white);
  right: 20px;
}

.primary-btn.white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.primary-btn.white span {
  color: var(--color-white);
}

.primary-btn.white:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.primary-btn.white:hover span {
  color: var(--color-primary);
}

.primary-btn.wh {
  background: var(--color-white);
  color: #222;
  text-transform: uppercase;
}

.primary-btn.wh:hover {
  background: #222;
  color: var(--color-white);
}

.primary-btn.squire {
  border-radius: 0px !important;
  border: 1px solid transparent;
}

.primary-btn.squire:hover {
  border: 1px solid var(--color-white);
  background: transparent;
  color: var(--color-white);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.section-title h1 {
  margin-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner__text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 3px #00000070;
    line-height: 70px;
}
.banner--three__text span {
    font-size: 1.2rem;
    font-weight: 300;
    text-shadow: 1px 2px 3px #00000070;
    color: #fff;
}

 .social-icon {
    display: inline-block;
    margin-left: 0;
    
}

.banner-social-meta {
    position: absolute;
    right: 4%;
    bottom: 250px;
    transform: rotate(90deg);
 
    z-index: 1;
}
.social-icon li {
    display: inline-block;
    margin-right: 10px;
    /* transform: rotate(-90deg); */
}
.social-icon li a {
    height: 40px;
    width: 40px;
    font-size: 16px;
    display: grid;
    place-items:center;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--color-primary);
    transition: all 0.4s ease 0s;
    color: var(--color-primary);
    background: #fff;
}

.banner-area {
  /* background: url(https://images.unsplash.com/photo-1454496522488-7a8e488e8606?q=80&w=1776&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) center;
  background-size: cover;
  position: relative; */
  /*height: calc(100vh - 141px);*/
  padding: 0;
}

.banner__video{
  position: relative;
}
.banner__video video{
  width: 100%;
  height: calc(100vh - 141px);
  object-fit: cover;
}

.banner-content {
    /* position: absolute; */
    left: 0;
    top: 60%;
    transform: unset;
    unicode-bidi: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* width: 48%; */
}

.banner-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}



.banner-area .overlay-bg {
  background: rgba(4, 9, 30, 0.2);
}

.fullscreen{
  height: 415px !important;
}

@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: auto !important;
  }
}

.banner-left h6 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
}

.banner-left h6 span {
  color: var(--color-primary);
}

.banner-left h1 {
  margin: 20px 0 0 0;
  font-size: 80px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .banner-left h1 {
    font-size: 40px;
  }
}

@media (max-width: 413px) {
  .banner-left h1 {
    font-size: 33px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-left h1 {
    font-size: 36px;
  }
  .banner-left h6 {
    font-size: 12px;
  }
}

.banner-left p {
  margin: 10px 0 20px 0px;
  font-size: 20px;
  font-weight: 500;
}

.banner-left .primary-btn {
  background: #000;
}

.banner-left .primary-btn:hover {
  background: #222;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .banner-left {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

/* .banner-area-form input {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
} */

/* .banner-area-form .primary-btn {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
} */

/*-------- End Banner Area ------------*/

section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 40px;
  position:relative;
}

.section-title h1 {
    color: var(--color-primary);
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Poppins", serif;
    margin-bottom: 25px;
    margin-top: 20px;
}

.section-title span:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 13px;
    height: 1px;
    width: 30px;
    /* background-color: var(--color-primary); */
}

.section-title span{
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        color: var(--color-secondary);
        font-family: "Montez", cursive;
        font-size: 19px;
        line-height: 27px;
        font-weight: 400;
        font-family: "Manrope", sans-serif;
}



.section-title p {
  font-size: 32px;
  /* font-family: "Montez", cursive; */
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  color: var(--color-secondary);
  /* font-family: "Manrope", sans-serif; */
}

/*-------- About ------------*/




.about p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5em !important;
  font-weight: 200;
  font-family: "Poppins", serif;
}

.about-img img{
    object-fit: cover;
    border-radius: 10px;
    /* width: 100%; */
    /* height: 588px; */
}
.about-two__box-content {
    position: absolute;
    bottom: -30px;
    right: 25px;
    z-index: 11;
    background: #fff;
    padding: 12px;
    -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 280px;
}
.about-two__box-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid var(--color-primary);
    padding: 2px 40px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-two__title {
    font-size: 60px;
    color: var(--color-secondary);
    margin-right: 10px;
    font-weight: 700;
}
.about-two__desc {
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
}

.about:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-position:bottom;
    z-index: 0;
    background-color: #000000e6;
}

@media(min-width:767px){
    .about-img{
        /* padding-right:80px; */
    }
}
/*-------- End About ------------*/

/*-------- Feature ------------*/
.feature {
  position: relative;
  background-image: url(../img/feature-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.w-icon{
  height: 60px;
  width:73px;
  margin-bottom: 8px;
}

/* .feature-wrapper {
  margin-bottom: 250px;
} */

.feature .feature-card{
  text-align: center;
}
.feature-card p {
  font-size: 16px;
  font-weight: 300;
}

.feature-card .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  color: var(--color-white);

  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card .icon-box i {
  font-size: 20px;
}

.feature-card h5 {
  font-size: 20px;
  color: #000;
}

.feature-card p {
  font-size: 17px;
}
/*-------- End Feature ------------*/


/* destinaion */

.destination__section {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 999;
    background: white;
}

.destination--grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-gap: 30px;
}
.destination--grid>div {
  grid-column: span 7;
}
.destination--grid>div:first-child {
  grid-column: span 5;
  grid-row: span 2;
}
.each-destination {
  position: relative;
}
.each-destination svg, .each-destination h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 99;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.each-destination h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px #000000b0;
}
.each-destination>a.scale:hover img:before, .each-destination>a.scale:hover img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.each-destination>a {
  display: block;
  width: 100%;
  position: relative;
  height: 236px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.destination--grid>div:first-child>a {
  height: 390px;
}
.each-destination>a:before {
  background: linear-gradient(0deg,rgba(0,0,0,.24) 0%,rgba(0,0,0,.33) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  z-index: 1;
}
.each-destination>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  cursor: pointer;
}


/*-------- Upcoming-trips ------------*/
.upcoming-trips {
  position:relative;
}

.upcoming-trips .thumb{
  position: relative;
  overflow: hidden;
}
.trip-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 29px;
  color: #fff;
  font-size: .875rem;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 4px 12px;
  z-index: 5;
  border-radius: 18px;
}
.trip-card__badge:after {
  content: "";
  display: block;
  /* position: absolute; */
  top: 0;
  left: -4px;
  /* width: 0; */
  height: 0;
  /* border-color: transparent transparent rgba(0,0,0,.7); */
  border-style: solid;
  /* border-width: 0 0 4px 4px; */
  display: none;
}
.trip-card__badge:before {
  content: "";
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(/_next/static/media/general-pattern.4948f77b.png) repeat 0 0; */
  opacity: .2;
}
.trip-card__badge--group {
  background-color: var(--sub-color);
}

.upcoming-trips .section-title h1 {
  text-transform: capitalize;
}
.upcoming-trips .section-title h1::before{
}

.upcoming-trips .section-title p {
  color: var(--color-white);
}

.single_place {
  transition: 0.5s;
  border-radius: 0;
  margin-bottom: 29px;
  border: 1px solid #BCCED2 !important;!i;!;
  padding: 16px;
  border-radius: 20px !important;!i;!;
}

div#packageWrap:hover {
  box-shadow: unset;
  border-radius: 20px;
}

.place_info-title h3 {
  font-size: 17px;
  color: #181d4e;
  font-weight: 700;
}
.days {
  display: flex;
  align-items: center;
}
.days i{
  margin-right: 5px;
}

.place_info-title:hover h3 {
  color: var(--color-secondary);
}

.place_info-title:hover {
  text-decoration: none;
}

.place_info .rating i {
  color: #949494;
  margin-right: 5px;
}

.place_info .price_days {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d6d6d6;
}

.place_info .price_days .days i {
  font-size: 20px;
  color: #949494;
}

.place_info .price_days .days a {
  color: #323232;
  text-decoration: none;
}

.place_info .price_days .price {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
}

/*-------- End upcoming-trips ------------*/

/*-------- Best Seller ------------*/


.best-seller .thumb img{
  height: 281px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.best-seller{
  position: relative;
}
/*.best-seller::before{*/
/*  position: absolute;*/
/*  content: "";*/
/*    background-image: url(https://images.unsplash.com/photo-1517685352821-92cf88aee5a5?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: 0.1;*/
/*}*/

/*-------- End Best Seller ------------*/

/*-------- Travel-style ------------*/
.travel-style {
  position: relative;
  background-image: url(../img/travel-style-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.travel-style-wrapper {
  margin-bottom: 200px;
}

.travel-style .section-title h1 {
  color: var(--color-white);
  text-transform: capitalize;

  position: relative;
  padding-bottom: 20px;
}

.travel-style .section-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background-color: #0270bd;
}

.travel-style .section-title p {
  color: var(--color-white);
}

.single-destination {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  position: relative;
}

.single-destination .thumb {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-destination .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.single-destination .thumb img {
  width: 100%;
}

.single-destination .desc {
  text-align: center;
  position: absolute;
  transition: all 0.7s ease;
  width: 100%;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);

  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}

.single-destination .desc .price-btn {
  background: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
}

.single-destination:hover .desc {
  background-color: transparent;
}

.single-destination:hover .desc .price-btn {
  display: inline-block;
}
.single-destination .desc .price-btn:hover {
  background-color: var(--color-secondary);
}

.single-destination .desc h4 {
  color: #fff;
}

.single-destination .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.single-destination:hover .overlay-bg {
  opacity: 1;
}

.single-destination:hover .price-btn {
  opacity: 1;
}

.single-destination:hover .desc {
  top: 50%;
}

/*-------- End Travel-style ------------*/

/*-------- Adventure ------------*/
.adventure .single_place .place_info-title h3 {
  color: #2e4358;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
/*-------- End Adventure ------------*/

/*-------- Destination ------------*/
.destination {
  background-color: #f6f5f5;
}
/*-------- End Destination ------------*/

/*-------- Traveler Reviews ------------*/
.testimonial {
    /* background-image: linear-gradient( to right bottom, rgba(10, 26, 57, 0.6), rgba(10, 26, 57, 0.6) ), url(../img/testimonial-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial .section-title h1 {
  color: #000;
  text-transform: capitalize;
  margin-top: 6px;
}
.testimonial .section-title h1::before {
  background-color: #000;
}

.testimonial .section-title p {
  color: #fff;
}

.single-testimonial{
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.testimonial-slider .single-testimonial .card {
  background: transparent;
  min-height: 350px;
}

.testimonial-slider .single-testimonial p {
    color: #2a2a2a;
    font-size: 14px;
    font-size: .9375rem;
    line-height: 1.9;
    font-size: 16px;
    /* color: #FFFFFF; */
    line-height: 1.5em !important;
    font-weight: 200;
    font-family: "Poppins", serif;
    font-size: 19px;
    font-weight: 400;
    color: #84838a;
}

.testimonial-slider .single-testimonial .img-circle img {
  border: 3px solid var(--color-primary);
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  height: 75px;
}

.testimonial-slider .single-testimonial .testimonial-name {
  color: #fd661e;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", serif;
  margin-bottom: 4px !important;!i;!;
}
.rating{
    color: #fd661e;
    margin-top: 9px;
    display: block;
}

.category-navigation, .package-navigation, .review-navigation {
    position: absolute;
    content: "";
    top: -40px;
    right: 90px;
}
.swiper-button-lock {
    display: block;
}

/*-------- End Traveler Reviews ------------*/

/*-------- Blogs ------------*/
.blog .section-title h1 {
  text-transform: capitalize;
}
.blog__container {
  position: relative;
}
.blog__container>a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog__container>a img {
  aspect-ratio: 8/5;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog__container>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 33.33%,rgba(0,0,0,.75) 76.04%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.blog__overlay span, .listing__blog span {
  color: #fff;
  font-size: 14px;
}
.blog__overlay h3, .listing__blog h3 {
  /* font-size: 18px; */
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 31px;
}
.blog__overlay a{
  color: #fff;
}
.listing__blog {
    padding:15px;
    padding-top: 0;
} 
.list__blog>div {
  /* margin-bottom: 25px; */
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 16px;
}
.list__blog>div>a img {
  aspect-ratio: 8/5;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.listing__blog h3 a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-bottom: 4px !important;
}
.listing__blog span, .listing__blog span a {
  color: #3b3b3b;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.btn {
  font-size: 15px;
  padding: 8px 24px;
  font-weight: 600;

  display: inline-block;
  text-transform: capitalize !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff !important;
  background: var(--color-secondary) !important;
}
.tag {
    position: absolute;
    left: 15px;
    color: #fff;
    font-size: .8125rem;
    font-weight: 600;
    border-radius: 2px;
    padding: 7px 15px;
    bottom: -15px;
    background-color: #3cacd7;
}
.blog-card {
  background-color: #f4f8fd;
}

.blog-card .blog-date {
  color: #02538b;
  text-transform: uppercase;
}

.blog-card .blog-title {
  margin: 10px 0;
}

.blog-card .blog-title a {
  color: #2e4358;
  font-weight: 600;
  text-decoration: none;
}

.blog-card .blog-title a:hover {
  color: var(--color-primary);
}
/*-------- End Blogs ------------*/

/*-------- accreditation ------------*/
/*.accreditation {*/
/*background-color: #fafafa;*/
/*}*/

.accreditation .section-title h1 {
  text-transform: capitalize;
  color: #01111d;
}

.accreditation .card {
  background-color: transparent;
}

/*-------- End accreditation ------------*/
.newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  padding-bottom: 150px;
}

.newsletter .section-title h1 {
  text-transform: capitalize;
  color: #2e4358;
}

.newsletter input {
  line-height: 42px;
  width: 90%;
}

.newsletter input,
.newsletter button {
  border-radius: 0;
  border: 0;
}

.newsletter .primary-btn {
  background-color: #0270bd;
}

.newsletter input:focus,
.newsletter button:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}

/* Footer */


.accredit {
    background: #1e1e1e;
    padding: 50px 0;
    border-bottom: 1px solid #6c6c6c;
}


.site-footer{
  background-color: var(--sub-color);
  position: relative;
  padding-top: 100px;
}
/*.site-footer::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(https://images.unsplash.com/photo-1580424917967-a8867a6e676e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  opacity: 0.3;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
.site-footer__top {
  position: relative;
  display: block;
}
.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -8px;
}
.footer-widget__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.footer-widget__about-contact li .text a {
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    transition: all 500ms ease;
}

.text p{
    color:#fff;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: all 500ms ease;
  line-height: 26px;
}
.newsletter-input {
  background-color: #fff;
  border: none;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  width: 100%;

  font-size: .9375rem;
  outline: none;
  border-radius: 4px;
  margin-bottom: 8px;
}
.submitButton {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background: var(--color-secondary);
  color: #fff;
  border: none;
  outline: none;
  margin-top: 7px;
}
.newsletter-block .form-group{
  margin-bottom: 0;
}
.online-pay__thumbnail img {
  height: 30px;
}

.single-footer-widget h6 {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

.single-footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #b3d9f3;
}

.single-footer-widget ul li a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid var(--color-secondary);
  margin-top: 50px;
  padding-top: 30px;
}

.footer-bottom p {
  color: #b3d9f3;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-bottom .social {
  justify-content: flex-end;
}

.footer-bottom .social a {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .about h1 {
    font-size: 34px;
  }

  .section-title h1 {
    font-size: 36px;
  }

  .feature-card h5 {
    font-size: 18px;
  }

  .travel-style-wrapper {
    margin-bottom: 100px;
  }

  .blog-card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .about h1 {
    font-size: 28px;
  }

  .section-title h1 {
    font-size: 30px;
  }



  .travel-style-wrapper {
    margin-bottom: 0px;
  }

  .accreditation {
    padding-top: 10px;
  }

  .newsletter input {
    width: 100%;
    margin: 0 20px;
  }

  .footer-bottom .social {
    justify-content: center;
  }

  .footer-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .single-footer-widget {
    margin-bottom: 20px;
  }
}

/* ***********************
* Package Details
************************ */
.tourmaster-single-header {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tourmaster-single-header {
  min-height: 62vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tourmaster-single-header.detail{
  min-height: 78vh;
}

.tourmaster-single-header-background-overlay {
  background: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.tourmaster-single-header-background-overlay {
  opacity: 0.35;
}

.traveltour-body * {
  border-color: #e1e1e1;
}

.tourmaster-single-header-overlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 300px;
  background: url(../img/single-tour-gradient.png) bottom repeat-x;
}

.tourmaster-single-header-overlay {
  height: 291px;
}

.tourmaster-single-header-overlay,
.tourmaster-payment-head .tourmaster-payment-head-overlay {
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.traveltour-body * {
  border-color: #e1e1e1;
}

.tourmaster-single-header .tourmaster-single-header-container {
  width: 100%;
}

.tourmaster-single-header-container-inner {
  position: relative;
}

.tourmaster-item-pdlr {
  padding-left: 15px;
  padding-right: 15px;

  /* background-color: rgba(0, 0, 0, 0.3); */
}

.tourmaster-single-header-title-wrap {
  padding-top: 500px;
}

.tourmaster-single-header-title-wrap {
  padding-bottom: 45px;
}

.tourmaster-single-header-title-wrap {
  padding-top: 0;
}

.tourmaster-single-header .tourmaster-single-header-title-wrap {
  padding-right: 0;
  padding-left: 0;
}

.tourmaster-single-header .triphead-block {
  margin: 0;
  float: left;
}

.tourmaster-single-header .trip-topic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tourmaster-single-header .trip-topic .tourmaster-single-header-gallery-wrap {
  margin-top: auto;
  padding-bottom: 40px;
}

.tourmaster-single-header .trip-topic .trip-destinations {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}

.tourmaster-single-header .trip-topic .trip-destinations ul {
  list-style: none;
  margin: 0;
}

.tourmaster-single-header .trip-topic .trip-destinations ul li {
  display: inline-block;
  font-size: 20px;
  /* letter-spacing: -1px; */
  border-left: 2px solid #1fc0e3;
  border-right: 2px solid #1fc0e3;
  padding: 0 10px;
}

.tourmaster-single-header .tourmaster-single-header-title {
  margin-top: 0;
}

.tourmaster-single-header .trip-topic h1 {
  display: inline-block;
  font-weight: unset;
  color: #ffffff;
  /* margin-bottom: 0.8rem; */
  font-size: 52px;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px #00000070;
}

.tourmaster-single-header .trip-topic h1 p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}

.tourmaster-single-header .triphead-block {
  margin: 0;
  float: left;
}

.tourmaster-single-header .trip-price {
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tourmaster-single-header .trip-price {
  text-align: right;
}

.tourmaster-single-header .trip-price .price-tag {
  color: #1fc0e3;
  /* margin-top: 7rem; */
}

.tourmaster-single-header .trip-price .price-tag h3 {
  font-weight: 400;
  color: inherit;
  font-size: 22px;
}

.package-feature {
  background: #000204;
  color: var(--color-white);
}

.package-feature .package-feature-single {
  padding: 35px 0;
  text-align: center;
}

.package-feature .col-md-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.package-feature h5,
.package-feature h6 {
  font-weight: 300;
  font-size: 17px;
}

.package-feature .group-cost {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
}

.package-feature .group-cost a {
  font-weight: 400;
  color: #1fc0e3;
  font-size: 22px;
  text-decoration: none;
}

.package-feature .group-cost a span {
  color: #fff;
}



.package-overview p {
  font-size: 16px;
  line-height: 25px;
}

.package-details-title h1 {
  font-size: 34px;
  color: var(--sub-color);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Accordion */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 20px; */
  margin: 0;
  list-style: none;
}

ul.accordion-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 16px;
  margin: 0 auto 15px auto;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}



ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}

ul.accordion-list li h3 {
  /* font-weight: 700; */
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-size: 16px;
}

ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--color-secondary-dark);
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  /* font-weight: 300; */
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.package-inclusion-widget {
  background-color: #edf0f0;
  padding: 20px;
  border-radius: 10px;
}
.package-inclusion-widget.exclusion{
  background-color: #fff4f4;
}

.package-inclusion-widget h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.package-inclusion-widget ul {
  list-style-type: disc;
  margin-left: 19px;
}

.package-inclusion-widget ul li {
  font-size: 16px;
  list-style: none;
  position: relative;
  margin-bottom: 18px;
  font-weight: 500;
}

/* Package FAQ */
.package-faq ul.accordion-list li:nth-child(odd) {
  background: #fff;
}

.package-faq ul li {
  border: 1px solid #e7f0f4;
}

.package-faq ul.accordion-list li h3:after {
  content: "\f0d7";
}

/* Reviews */


.package-review-wrapper {
  background-color: #f4f8fd;
  padding: 0 0 3.7rem 0;
  /* margin-bottom: 60px; */
}

.package-review-header {
  margin: 2.5rem auto 0;
  padding: 60px 0 15px;
  border-bottom: 1px solid #dadde0;
}

.tourmaster-tour-rating {
  /* float: left; */
  padding: 10px 0px;
  margin-top: 0;
  font-size: 14px;
}

.tourmaster-tour-rating-text {
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  line-height: 25px;
  /* float: left; */
  color: #272727;
}

.tourmaster-tour-rating i {
  font-size: 16px;
  margin-right: 2px;
  line-height: 25px;
  /* float: left; */
  color: #f29c06;
}

.package-review-single {
  padding: 10px 0;
}

.tab-review-block .review-txt .media img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-right: 3.5rem;
}

.tab-review-block .review-txt .media .media-body h5 {
  font-size: 25.5px;
  margin-bottom: 20px;
  color: #333333;
}

.review_desc {
  position: relative;
}

.review_desc p {
  
  transition: all 0.5s ease;
}

.tab-review-block .review-txt .media .media-body p {
  font-size: 15.3px;
  margin-bottom: 1.5rem;
}

.traveltour-body a {
  color: #0260c0;
}

.review_desc .show-rdesc,
.review_desc .hide-rdesc {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  font-size: 15.3px;
}

.tab-review-block .review-txt .media .media-body .footer-note {
  margin-top: 55px;
}

.tab-review-block .review-txt .media .media-body .footer-note h6 {
  color: #000;
}

.tab-review-block .review-txt .media .media-body .footer-note span {
}

.review-rating {
  padding-left: 6rem;
}

.tab-review-block .review-rating .top-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.tab-review-block .review-rating .top-rating .overallrating {
  width: 40px;
  height: 40px;
  background-color: #02c03b;
  border-radius: 50%;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  
  margin: 0;
}

.tab-review-block .review-rating .top-rating .overallstars {
  margin-left: 12px;
}

.tab-review-block .review-rating .top-rating .overallstars p {
  margin-bottom: 4.25px;
  font-size: 16px;
}

.tab-review-block .review-rating .top-rating .overallstars span {
  margin-top: -6px;
}

.tab-review-block .review-rating .top-rating .overallstars span i {
  color: #f29c06;
  font-size: 24px;
}

.tab-review-block .review-rating .bottom-rating {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-review-block .review-rating .bottom-rating .col {
  padding: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:first-of-type {
  font-size: 15px;
  width: 45%;
  display: inline-block;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type i {
  color: #f29c06;
  font-size: 15px;
}

/* Package Navbar */
.package-nav {
  background-color: #fff;
}
.package-nav .navbar {
  /* box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%); */
  padding: 0;
  /* background: #ededed; */
  /* border-bottom: 1px solid #8080803d; */
}
.package-nav .navbar .nav-link {
  font-size: 14px;
  color: #c7cbec;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
    opacity: .7;
}

.package-nav .navbar .nav-item {
  padding: 11px 6px;
  /* border: 2px solid transparent; */
  transition: background 300ms, color 300ms, border-color 300ms;
}

.package-nav .navbar .nav-item:hover {
  border-bottom: unset;
}

.package-nav .navbar .nav-item:not(:last-child) {
  /* margin-right: 10px; */
}

.package-btn .btn-request-fee {
  background-color: #000204;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 5px;

  transition: all 0.5s ease;
}

.package-btn .btn-request-fee:hover {
  background-color: var(--color-primary);
}

.package-btn .btn-book-now {
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #0042c5;

  transition: all 0.5s ease;
}

.package-btn .btn-book-now:hover {
  background-color: var(--color-secondary);
}

.package-btn .btn-request-fee:focus,
.package-btn .btn-book-now:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 16%);
}

.package-date-price .list-group {
  flex-direction: unset;
  /* border-bottom: 1px solid #ccc; */
}

.package-date-price .list-group .list-group-item {
  width: auto;

  border-radius: 0;
  padding: 20px;
  border-top: 2px solid transparent;
  border: 0;
  color: #000;
  font-size: 16px;

  /* transition: all .5s ease-in-out; */
}

.package-date-price .list-group .list-group-item.active {
  background-color: transparent;
  border-top: 2px solid #0043c5;
  color: #323232;
}

.package-date-price .list-group .list-group-item:not(:last-child) {
  border-right: 1px solid #ccc;
}

.package-date-price table thead th {
  text-transform: uppercase;
}

.package-date-price table tbody td {
  padding: 20px 5px;
  font-size: 18px;
}

.package-date-price table tbody td span {
  display: block;
  font-size: 14px;
}

.package-date-price-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .package-nav .navbar-collapse {
    overflow-y: scroll;
  }

  .package-nav .navbar-collapse .nav-item,
  .package-nav .navbar-collapse .btn {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .package-btn {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .tourmaster-single-header .tourmaster-single-header-title-wrap {
    padding:15px;
  }
  .tourmaster-single-header .trip-topic h1 {
    font-size: 35px;
  }
  .package-feature .group-cost {
    justify-content: center;
    padding: 10px 0;
  }

  .package-details-title h1 {
    font-size: 32px;
  }

  .package-date-price .list-group .list-group-item {
    padding: 10px;
  }

  .package-date-price table tbody td {
    padding: 10px 2px;
    font-size: 16px;
  }

  .tab-review-block .review-txt .media img {
    margin-right: 1rem;
  }
}

/* **********************
* About Us
********************** */
.about-introduction {
}

.about-title,
.team-title,
.package-listing-title,
.destination-title {
  text-align: center;
}

.about-title h1,
.team-title h1,
.package-listing-title h1,
.destination-title h1 {
  font-size: 34px;

  position: relative;

  padding-bottom: 20px;
  margin-bottom: 45px;
  color: var(--color-primary);
}

.about-title h1::after,
.team-title h1::after,
.package-listing-title h1::after,
.destination-title h1::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  background-color: #4fab96;
  width: 200px;
  height: 2px;
}

.about-content {

  font-size: 17px;
  color: #000;
}

.about-feature-single {
  padding: 90px 0 120px;
}

.about-feature .about-feature-single:nth-child(odd) {
  background-color: #4fa994;
  color: var(--color-white);
}

.about-feature-single .about-feature-title {
  margin-bottom: 30px;
}

.about-feature-single .about-feature-content {
  font-size: 18px;
}

.composition {
  position: relative;
}

.composition__photo {
  width: 70%;
  -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
  box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
  border-radius: 10px;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline-offset: 20px;
}

.composition__photo--p1 {
  left: 0;
  top: -20px;
}

.composition__photo--p2 {
  right: 0;
  top: 100px;
}

.composition__photo:hover {
  outline: 15px solid var(--color-secondary);
  -webkit-transform: scale(1.05) translateY(-5px);
  transform: scale(1.05) translateY(-5px);
  -webkit-box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
  box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
  z-index: 20;
}

.about-img-content img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .composition__photo {
    width: 100%;
    position: relative;
  }

  .composition__photo--p1 {
    top: 0;
  }

  .composition__photo--p2 {
    top: 0;
    margin-top: 20px;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  /* .composition {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  } */

  .composition__photo {
    position: relative;

    display: flex;
    width: 48%;
    margin-bottom: 20px;
    display: inline;
  }

  .composition__photo--p1 {
    top: 0;
    margin-right: 10px;
  }

  .composition__photo--p2 {
    top: 0;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }

  .about-img-content {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .about-title h1 {
    font-size: 28px;
  }
}

/* ***************************
* Privacy Policy
****************************/
.privacy-policy-title {
  font-size: 36px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.privacy-policy {
  font-size: 18px;
}

.privacy-policy p {
  margin-bottom: 30px;
}

/* ***************************
* Our Team
****************************/
.team-title {
  text-align: left;
}

.team-title h1::after {
  left: 0;
  transform: translateX(0);
  background-color: #000;
}

.team-title p {
  font-size: 18px;
}

.team-content {
  /* margin-top: 50px; */
}

.team-content-single {
    /* margin: 30px 0 30px; */
    position: relative;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #d7d7d7; */
}





.team-content-img img {
  border-radius: 20px;
}

.team-content-info .team-content-name {
  font-size: 26px;
  color: var(--color-secondary);
  margin-bottom: 0;
}

.team-content-info .team-content-post {
  color: #8a8eb0;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 3px;
}

.team-content-info .team-content-description {
  font-size: 17px;
}

.team-content-info .link-read-more {
  color: #fd661e;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

/* Team Detail */
.team-detail-img img {
  border-radius: 10px;
}

.team-detail-list {
  margin-bottom: 20px;
}

.team-detail-list-title {
  color: var(--color-secondary);
  font-size: 24px;
}

.team-detail-list-info {
  display: inline-block;
  color: var(--color-primary);
  font-size: 18px;
}

.team-detail-description {
  font-size: 17px;
  color: #707070;
  margin-bottom: 20px;
}

.team-detail-title h1 {
  color: var(--color-secondary);
  font-size: 36px;
  margin-bottom: 20px;
}

.team-detail-single {
  padding: 30px 0 15px;
}

.team-detail-certificate {
  padding: 30px 0 70px;
}

.team-detail-certificate .swiper-button-next,
.team-detail-certificate .swiper-button-prev {
  top: 90%;

  width: 40px;
  height: 40px;
  border: 1px solid #707070;
  border-radius: 50%;
}

.team-detail-certificate .swiper-button-next:after,
.team-detail-certificate .swiper-button-prev:after {
  font-size: 22px;
  color: #707070;
}

.team-detail-certificate-single {
  text-align: center;
}

/* ***************************
* Client Review
****************************/
.client-review-title {
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.client-review-description {
  font-size: 20px;
}

.client-review-wrapper {
    margin-top: 60px;
    width: 58%;
    margin-inline: auto;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.client-review-img {
  overflow: hidden;
}

.client-review-img img {
    /* border-radius: 50%; */
    /* width: 280px; */
    height: 125px;
    object-fit: cover;
    border: 3px solid #e9e4e2;
    background: #f6d0d4;
    padding: 3px;
    margin-right: 13px;
    border-radius: 10px;
}

.client-review-name {
  margin-top: 23px;
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 600;
}

.client-review-country {
  display: inline-block;
  color: var(--color-primary);
  font-size: 17px;
  margin: 4px 0;
}

.client-review-info p {
  color: #707070;
  font-size: 16px;
  margin-bottom: 5px;
}

.client-review-info p i {
  margin-right: 5px;
}

.client-review-rating i {
  color: #fd661e;
  font-size: 22px;
}

.client-review-description {
  margin-top: 11px;
}

.client-review-details {

}





.client-review-single {
    padding: 35px 0;
    /* border-bottom: 1px solid #d7d7d7; */
    background: #ffffff;
    padding: 31px;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
}

.client-review-single:first-child {
  padding-top: 20px;
}

@media screen and (max-width: 576px) {
  .client-review-img img {
    width: 230px;
    height: 230px;
  }

  .client-review-details {
    width: 100%;
    /* text-align: center; */
    margin-bottom: 20px;
  }
}

/* *************************
* Blogs
**************************/

.blog-listing-card img {
  border-radius: 10px;
  border: 1px solid #707070;
}

.blog-listing-card-title a {
  font-size: 22px;
  color: var(--color-secondary);
}

.blog-listing-card-title a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.blog-listing-card-info {
  display: flex;
  justify-content: space-between;

  margin-top: 20px;
}

.blog-listing-card-info .date {
  font-size: 17px;
}

.blog-listing-card-info .more {
  font-size: 17px;
  color: var(--color-primary);
}

.blog-listing-wrapper {
  margin-top: 50px;
}

/* Blog search */
.container .searchInput {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  /* box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12); */
}

.searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  font-style: italic;
  border: 2px solid #707070;
  /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

.searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  padding: 10px 12px;
  display: none;
  width: 100%;
  font-size: 22px;
  cursor: default;
  /* border-radius: 3px; */

  border-bottom: 1px solid #707070;
}

.resultBox li a {
  color: #707070;
  text-decoration: none;
}

.searchInput.active .resultBox li {
  display: block;
}
.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 26px;
  color: #707070;
  cursor: pointer;
}
/* Blog search end */


/* Blog Details */
.blog-details-summary {
  font-size: 16px;
}

.blog-details-summary .title-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-details-summary .title-date .title {
  color: #000;
}

.blog-details-summary .title-date .date {
  color: #707070;
  font-size: 20px;
}

.blog-details-summary p {
    font-size: 16px;
    width: 85%;
    margin-inline: auto;
    font-weight: 300;
    line-height: 1.6;
}

.blog-details-single {
  margin: 50px 0;
}

.blog-details-title h1 {
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
}

.blog-details-single p {
  font-size: 18px;
}

.blog-details-author-share {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.blog-details-author-share .author {
  font-size: 20px;
}


.blog-details-author-share .share {
  display: flex;
}
.blog-details-author-share .share i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.blog-details-author-share .share i:not(:last-child) {
  margin-right: 10px;
}

.latest-blogs {
  /* padding-top: 30px; */
}

.latest-blogs-title h1 {
  color: #000;
}


/* *************************
* Package Listing
**************************/
.package-listing-summary {
  text-align: center;
  font-size: 20px;
}

.package-listing-popular {
  margin-top: 70px;
}

.package-listing-card {
  border-radius: 10px;
  border: 1px solid #707070;
  overflow: hidden;
  margin-bottom: 40px;
}

.package-listing-card .card-body {
  padding-left: 12px;
  padding-right: 12px;
}

.package-listing-card-title a {
  font-size: 23px;
  color: #296777;
  text-decoration: none;
}

.package-listing-tag {
  display: block;
  text-align: right;
  font-style: italic;
  margin: 20px 0 10px;
}

.package-listing-info {
  display: flex;
  justify-content: space-between;
}

.package-listing-info .date {
  font-size: 18px;
}

.package-listing-info .price {
  font-size: 22px;
  color: var(--color-primary);
}

.more-packages {
  text-align: right;
}

.more-packages a {
  font-size: 28px;
  color: #0A1A39;
}

.more-packages a:hover {
  color: var(--color-primary);
  text-decoration: none;
}


/* *************************
* Destination
**************************/
.destination-title h1 {
  color: #000;
  font-weight: 600;
}

.destination-title h1::after {
  background-color: #000;
}

.destination-summary p {
  text-align: center;
  font-size: 18px;
}

.destination-summary {
  margin-bottom: 50px;
}

.destination-feature .destination-feature-single {
  padding: 60px 0;
}

.destination-feature .destination-feature-single:nth-child(odd) {
  background-color: #f3f3f3;
}

.destination-feature .destination-feature-single:nth-child(odd) .destination-title h1,
.destination-feature .destination-feature-single:nth-child(odd) .more-packages .link-more-package {
  color: #000;
}

.destination-feature .destination-feature-single:nth-child(odd) .destination-title h1::after {
  background-color: #000;
}

.destination-faq {
  padding-top: 70px;
}

.destination-faq ul.accordion-list li h3:after {
  content: "+";
  font-size: 22px;
}

.destination-faq ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

.destination-faq ul li {
  border: 1px solid #707070;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #1b2b3a;
  border: 1px solid rgba(27,41,48,.3);
  border-radius: 4px;
  padding: 0.8rem 15px;

  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  width: 100%;
}
.form-group {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.contact-list__item--mb15 {
  margin-bottom: 15px;
}
.contact-list__item {
  margin: 0 0 15px;
}
.contact-list .detail, .contact-list .title, .contact-list span {
  font-size: 1rem;
  letter-spacing: normal;
  color:#000;
}
.title--bold{
  font-weight: 500;
}

.trip-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 100!important;
  border-top: 1px solid #cacaca4f;
}
.card-icon {
  width: 27px;
  margin-right: 7px;
}
.trip-card__meta-detail{
  display: block;
}
.trip-card__meta-value{
  display: block;
}
.trip-card__meta > div{
  display: flex;
  align-items: center;
}
.trip-card__meta-value {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
.best-seller .trip-card__badge{
  bottom: 0;
  top: unset;
  height: unset;
  font-size: 1.2rem;
}
.best-seller .trip-card__badge{
  content: unset;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none;
}
.best-seller .thumb{
  position: relative;
  overflow: hidden;
  /* padding: 23px; */
  border: unset;
  !;!I;!;
  overflow: hidden;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.thumb img{
  transition: all 0.3s ease;
  height:300px;
  width:100%;
  object-fit:cover;
}

.card:hover .thumb img{
  transform: scale(1.1);
  border-radius: 20px;
}
.mega-menu {
  width: 60rem;
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 20px 10px;
  top: 23px;
}
.nav-pills .nav-link {
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 8px;
  background: transparent;
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f5f5f5;
  border: none;
  outline: none;
}
button:focus {
  outline: none;
}
.mega-menu i{
  float: right;
}
.tab-content ul {
  column-count: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  position: unset;
  background: unset;
  display: block;
  box-shadow: none;
}
.tab-content ul li{
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}
.nav-pills h4{
  font-size: 20px;
  margin-top: 15px;
  color: #000;
}
.mega-menu .row .col-3{
  border-right: 1px solid #d3d3d3;
  padding-right: 5px;
}
.mega-menu {
  display: none;
}

.mega-menu-list {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.package-gallery-wrapper img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 10px;
}
.package-gallery {

}

.trip-detail__table img{
  height: 44px;
  margin-right: 18px !important;
  border-radius: 5px;
}
.sidebar-btn , .expertWrap {
  padding: 20px;
  border-radius: 4px;
  /* box-shadow: 0 -2px 205px rgba(0, 0, 0, .04), 0 -0.6px 61.8px rgba(0, 0, 0, .0261), 0 -0.25px 25px rgba(0, 0, 0, .02), 0 -0.09px 9px rgba(0, 0, 0, .0139); */
  background-color: #fefefc;
  border: solid 1px #575e6329;
  /* margin-bottom: 20px; */
  /* border-bottom: 0; */
}
.sidebar-btn a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--color-primary);
  text-transform: uppercase;
  border: 2px solid;
}
.enquiry-btn{
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: var(--color-primary);
  border-radius: 10px;
  background-color:transparent;
  margin-top: 8px;
  border: 1px solid var(--sub-color);
  font-weight: 500;
  text-transform: uppercase;
}
.trip-detail__table {
    margin-top: 60px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.trip-detail__table img{
  margin-right: 8px;
  border: 1px solid #80808073;
  padding: 10px;
}
.sticky-me{
  position: sticky;
  top: 100px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 -2px 205px rgba(0, 0, 0, .04), 0 -0.6px 61.8px rgba(0, 0, 0, .0261), 0 -0.25px 25px rgba(0, 0, 0, .02), 0 -0.09px 9px rgba(0, 0, 0, .0139);
  border-radius: 10px;
}
.trip-price__pax {
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
.trip-price__amount {
  display: block;
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 15px;
  color: var(--color-primary);
  text-align: center;
}
.trip-price__info li {
  font-weight: 300;
  margin-bottom: 8px;
}
.trip-booking__card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.trip-booking__instaconfirm {
  position: absolute;
  top: -12px;
  color: #fff;
  padding: 3px 12px;
  font-size: .875rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: var(--color-secondary);
}
.trip-booking__date {
  display: flex;
}
.trip-booking__date__wrapper.trip-booking__date--from {
  padding-right: 35px;
}
.trip-booking__date__item {
  display: block;
  line-height: 1.2;
}
.trip-booking__date__item--date {
  font-weight: 500;
  font-size: 1.125rem;
}
.trip-booking__price__item {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.package-date-price {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding: 30px;
}
.trip-booking__card {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  margin-bottom: 30px;
  border: none;
}
.package-overview ul{
  list-style: disc;
  padding-left: 15px;
}
.package-overview ul li{
  margin-bottom: 5px;
}

/*@media (min-width: 768px)*/
/*{*/
/*.trip-itinerary-block__info {*/
/*    max-width: 50%;*/
/*}*/
/*}*/

.trip-itinerary-block__info li {
    border-bottom: 1px dashed #c5ccd6;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.trip-itinerary-block__info li p{
    margin-bottom:0 !important;
    padding-top:0 !important;
}
.trip-itinerary-block__info img{
  height: 22px;
  margin-right:5px;
}
.tab-pane h5{
  color: #000;
  margin-left: 5px;
}
.document img{
  width: 100%;
  object-fit: contain;
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.footer__recommended img {
  height: 20px;
  margin-right: 10px;
}

.banner-area .item {
  height: 100vh;
  position: relative;
}
.banner-area .item img {
    width: 100%;
    height: 100vh;
    padding: 0;
    object-fit: cover;
}
.banner-area .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
/*.banner-area .item .cover .header-content {*/
/*  position: relative;*/
/*  padding: 56px;*/
/*  overflow: hidden;*/
/*}*/
.banner-area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner-area .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner-area .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner-area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-area .owl-nav .owl-prev {opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;border: var(--color-primary) !important;width: 40px;cursor: pointer;height: 40px;display: block;z-index: 1000;border: 2px solid #dad2d2 !important;!i;!;}
.banner-area .owl-nav .owl-prev span {
    font-size: 32px;
    color: #dad2d2;
    line-height: 24px;
    padding: 0;
}
.banner-area .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner-area .owl-nav .owl-next {opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: unset;width: 40px;cursor: pointer;height: 40px;display: block;z-index: 1000;border-radius: 5;border: 2px solid #dad2d2 !important;}
.banner-area .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  line-height:24px;
}
.banner-area .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-next:hover {
  background: #000 !important;
}


.banner-area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 14%;
    right: 17%;
    display:flex;
}


.header-contact {
    border-right: 1px solid #d8c1c1;
    padding-right: 10px;
    margin-right: 20px;
    height: 12px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 0px;
}
.team-comtent-img img {
    height: 323px;
    width: 100%;
    object-fit:cover
}

@media(max-width:767px){
    .banner-area .item img {
    width: 100%;
    height: 251px;
}
.header-contact{
    border-right:none;
}
.banner-content {
 
    padding: 0 18px;
}
#header {
    background-color: #181d4e;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile-nav-toggle i {
    color: white;
    font-weight: 900;
}
/*#logo img {*/
/*    height: unset;*/
/*}*/
.main-menu {
    padding-bottom: 9px;
     padding-top: 0px;
    
}


#mobile-nav-toggle {
  margin-top: 10px;
}
.client-review-wrapper{
    width:100%;
}
.blog-details-summary{
    width:100% !important;
}
.blog-details-summary p{
    width:100% !important;
}
.package-date-price{
    padding:15px;
}
.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}
.package-review-single .media{
    flex-direction:column;
        align-items: flex-start !important;

}
}

/*.accreditation img {*/
/*    height: 125px;*/
/*    background: #fff;*/
/*    padding: 25px 50px;*/
/*    box-shadow: 0 6px 6px #dddddd;*/
/*}*/
.accordion-button{
    background:transparent;
    border:none;
    padding-left:0;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

.accreditation img{
        max-width: 100%;
    max-height: 55px;
}

.acc-wrapper{
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 5px;
    height: 70px;
    width:110px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, .1);
    background:#fff;
}
.review-img {
    height: 134px;
}
.thankyou img{
    height:120px;
}

.thumb{
    overflow:hidden;
}
.banner-area-form {
    width: 50%;
    margin-inline: auto;
}

button{
    cursor:pointer;
}
.blog-details-summary img{
     width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-summary  {
    width:80%;
    margin-inline:auto
}

.team-gallery img{
    height:350px;
    object-fit:cover;
    border-radius: 10px;
}



.translate {

  font-size: 13px;
  color: #939598;
  max-width: 60%;
}



.google-wrapper {
  display: inline-block;
  width: 150px;
  background-color: #fff;
  color: #939598;
  overflow: hidden;
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.google-wrapper select {
  border: none;
  background: transparent;

  font-size: 13px;
  width: 100%;
  color: #939598;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: text;
  padding: 5px 10px;
}

.google-wrapper a,
.google-wrapper a:hover {
  display: inline-block;
  background-color: none;
  border: none;
  color: #939598;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  transition: all .3s ease;
  margin: 0;
}

.google-wrapper a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4.5px solid transparent;
  border-left-color: #939598;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -5px;
}

#translator-wrapper select:focus,
#translator-wrapper a:focus,
#translator-wrapper select:active,
#translator-wrapper a:active {
  border: none;
  outline: none;
  cursor: pointer;
}

.google-dropdown {
  background: #FFFFFF;
  color: #939598;
  min-width: 190px;
  padding: 15px;
  line-height: 20px;

  font-size: 10px;
}

#translator-wrapper a:hover,
#translator-wrapper a:active {
  opacity: 0.9;
}





.nav-tabs .nav-link{
    font-size:20px;
    border-radius:0 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    
    padding: 15px;
    width: 25%;
}

@media(max-width:767px){
    .nav-tabs .nav-link {
   
    padding: 3px;
    width: 50%;
    font-size: 15px;
}
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border:1px solid #000;
}
.month-wrapper {
    box-shadow: 0 0 10px #c4c4c4;
    padding:50px 30px;
    margin-top:30px;
}

.month-wrapper p{
    font-size:1.1rem;
}
.month-img {
    width: 100%;
    height: 20rem;
    border-radius: 15px;
    object-fit: cover;
}

/*gear*/
.equipment-items-img{
    margin-bottom:15px;
}


.equipment-items-img>div {
    display: inline-block;
    background: #ebebeb;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
}
.equipment-items-img h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
}
.equipment-items-img>div img, .equipment-items-img>div svg {
    height: 30px;
}
.gear-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
}

.gear-list li:not(:last-child){
    margin-bottom:13px;
}
.gear-list {
    padding-left: 15px;
}
.packing_list--wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.features-style1, .features-style3 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    /* padding: 30px 30px 10px; */
    transition: 0.5s ease-in-out;
}
.features-style1 .features-bg, .features-style3 .features-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-family: "Poppins", serif;
}
.features-style1 .features-image, .features-style3 .features-image {
    position: relative;
    z-index: 1;
    width: 55px;
    height: 61px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    min-width: 70px;
    margin-right: 20px;
}



.features-style1 .features-image img, .features-style3 .features-image img {
    width: 43px;
    filter: brightness(0.5) invert(1);
}
.features-style1 .features-title, .features-style3 .features-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color: var(--sub-color);
} 
.features-content p{color: #6e7070;}
.plan-content-wrapper {
    background-color: var(--color-primary);
    border-radius: 2px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    top: -20px;
    color:#fff;
}
.plan-content-wrapper:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-bottom: 0;
    border-right: 30px solid #f1f5f8;
    z-index: 1;
}
.footer-widget__explore-list li{
    padding-top:5px;
    padding-bottom:5px;
}
.main-menu__search, .main-menu__user {
    height: 35px;
    width: 35px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    transition: all 500ms ease;
    color: #cecece;
}
.icon-magnifying-glass:before {
    content: "\f002 ";
    font-family: 'FontAwesome';
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c2c2c;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--color-secondary);
}

.search-popup__content .thm-btn:hover {
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-primary) !important;
}


.top-wrapper .btn {
    background: transparent !important;
    border: 2px solid var(--color-primary);
    color: var(--color-secondary) !important;
    border-radius: 0;
}

.trip-detail__table--title {
    color: var(--sub-color);
    font-size: 14px;
    font-weight: 300;
}
.trip-detail__table--subtitle{
    font-weight:400;
}

.why-us{
    position:relative;
    /* background-image:url(https://images.unsplash.com/photo-1533130061792-64b345e4a833?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    /* background-position:center; */
}

.why-us:before{
    /* position:absolute; */
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    /* background:#000; */
    opacity:0.5;
}

header#header .top-wrapper a p {
    font-size: 14px;
    font-weight: 500;
}
a:hover {
    
    text-decoration: unset !important;
}
div#package-nav a:hover {
    color: #ffffff;
    text-decoration: unset !important;
}
.whatsapp-header a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0c;
}

.whatsapp-header a span {
    font-size: 12px;
}
.inquiryBtn {
    border-radius: 50px !important;
    padding: 10px 20px !important;
    background: var(--sub-color) !important;
    letter-spacing: 1px;
}
h2.banner--three__text span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    @import url('https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montez&display=swap');

:
    root {
  --color-primary: #1ca8cb;
    --sub-color:#113d48;
    --color-secondary: #5A5A5A;
    --color-secondary-dark: #0a1a39;
    --color-white: #ffffff;
}

::
    selection {
  background-color: var(--color-primary);
    color: var(--color-white);
}
    body {
  color: var(--color-secondary);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    font-family: "Inter", sans-serif !important;!i;!;
    overflow-x: hidden;
}
    html {
  scroll-behavior: smooth;
  
}
    ol,
ul {
  margin: 0;
    padding: 0;
    list-style: none;


}
    a{}
    p{}
    h1,h2,h3,h4,h5{
     
        font-family: "Manrope", sans-serif;
}
    @media (min-width: 1200px){
.container {
    max-width: 1360px;
}
}

/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
    padding-bottom: 0 !IMPORTANT;!I;!;
    padding-top: 5px !IMPORTANT;!I;!;
    /* background: rgba(255, 255, 255, 0.15); */
    padding-left: 0;
    padding-right: 0;
}
.top-menu {
    background: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #E1E4E5;
}
.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header {
    background-color: white;
}

#header.header-scrolled {
    transition: all 0.5s;
    background-color: rgba(34, 34, 34, 0.9);
}

#header.header-scrolled .header-top {
    display: none;
}

#header.header-scrolled .main-menu {
    background: transparent;
}

/* #header.package-header-scrolled {
  display: none;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu
    ul {
  position: absolute;
    display: none;
    top: 100%;
    /* right: 0; */
    z-index: 99;
}

.nav-menu
    li {
  position: relative;
    white-space: nowrap;
}

.nav-menu >
    li {
  float: left;
}

.nav-menu
    li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu
    ul ul {
  top: 0;
    left: 100%;
}

.nav-menu
    ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:
    after {
  content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows
    ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
    @media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu
    a {
  padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #0d0d0c;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    outline: none;
}

.nav-menu
    a:hover{
    color: #113d48;
}

/* .nav-menu li:hover > a {
  color: var(--color-primary);
} */

.nav-menu >
    li {
  margin-left: 10px;
}

.nav-menu
    ul {
  margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: var(--color-white);
}



.nav-menu
    ul li a {
  padding: 10px 10px;
    color: #333;
    display: block;
    font-size: 16px;
    text-transform: none;
}


.sub
    li:not(:last-child) a {
    border-bottom: 1px solid #c9c9c9;
}

.nav-menu
    ul li:hover > a {
  color: var(--color-primary);
}

.nav-menu
    ul ul {
  margin-right: 10px;
    margin-top: 0;
}



/* Mobile Nav Toggle */
#mobile-nav-toggle {
    float: right;
    position:relative;
    z-index: 999;
    margin-top: -20px;
    border: 0;
    background: none;
    font-size: 32px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle
    i {
  color: var(--color-white);
    font-weight: 900;
}
    @media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 115px;
    bottom: 0;
    z-index: 998;
    background: #fff;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav
    ul {
  padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav
    ul li {
  position: relative;
}

#mobile-nav
    ul li a {
  color: #000;
    font-size: 13px;
    text-transform: capitalize;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;
}

#mobile-nav
    ul li a:hover {
  color: #000;
}

#mobile-nav
    ul li li {
  padding-left: 30px;
}

#mobile-nav
    ul .menu-has-children i {
  position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #000;
}

#mobile-nav
    ul .menu-has-children i.fa-chevron-up {
  color: #000;
}

#mobile-nav
    ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav
    ul .menu-item-active {
  color: #000 !important;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */
    body.mobile-nav-active {
  overflow: hidden;
}
    body.mobile-nav-active #mobile-nav {
  left: 0;
}
    body.mobile-nav-active #mobile-nav-toggle {
  color: var(--color-white);
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
    padding: 120px 0;
}

.alert-msg {
    color: #008000;
}

#logo {
    position:relative;
}

#logo
    img {
    height: 85px;
    z-index: 999;
    position: relative;
    width: 197px;
    padding: 8px;
    display: block;
    padding-right: 0;
}

#nav-menu-container {
    padding-right: 15px;
}

.primary-btn {
    background: var(--color-primary);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: var(--color-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.primary-btn:
    focus {
  outline: none;
}

.primary-btn
    span {
  color: var(--color-white);
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:
    hover {
  color: var(--color-white);
}

.primary-btn:
    hover span {
  color: var(--color-white);
    right: 20px;
}

.primary-btn.white {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.primary-btn.white
    span {
  color: var(--color-white);
}

.primary-btn.white:
    hover {
  background: var(--color-white);
    color: var(--color-primary);
}

.primary-btn.white:
    hover span {
  color: var(--color-primary);
}

.primary-btn.wh {
    background: var(--color-white);
    color: #222;
    text-transform: uppercase;
}

.primary-btn.wh:
    hover {
  background: #222;
    color: var(--color-white);
}

.primary-btn.squire {
    border-radius: 0px !important;
    border: 1px solid transparent;
}

.primary-btn.squire:
    hover {
  border: 1px solid var(--color-white);
    background: transparent;
    color: var(--color-white);
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.section-title {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.section-title
    h1 {
  margin-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner__text
    h1 {
  font-size: 70px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 3px #00000070;
    line-height: 85px;
}
.banner--three__text
    span {
    font-size: 1.2rem;
    font-weight: 300;
    text-shadow: 1px 2px 3px #00000070;
    color: #fff;
}

 .social-icon {
    display: inline-block;
    margin-left: 10px;
}

.banner-social-meta {
    position: absolute;
    right: 4%;
    bottom: 250px;
    transform: rotate(90deg);
    z-index: 1;
}
.social-icon
    li {
    display: inline-block;
    margin: 0 5px;
    transform: rotate(-90deg);

}
.social-icon
    li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 1px solid var(--color-primary);
    transition: all 0.4s ease 0s;
    color: var(--color-primary);
    background: #fff;
}

.banner-area {
    /* background: url(https://images.unsplash.com/photo-1454496522488-7a8e488e8606?q=80&w=1776&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) center;
  background-size: cover;
  position: relative; */
    /*height: calc(100vh - 141px);*/
    padding: 0;
}

.banner__video{
    position: relative;
}
.banner__video
    video{
  width: 100%;
    height: calc(100vh - 141px);
    object-fit: cover;
}

.banner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;!i;!;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 48%;
    text-align: center;
}

.banner-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    height: 215px;
    width: 100%;
}



.banner-area .overlay-bg {
    background: rgba(4, 9, 30, 0.2);
}

.fullscreen{
    height: 415px !important;
}
    @media (max-width: 767px) {
  .banner-area .fullscreen {
    height: auto !important;
  }
}

.banner-left
    h6 {
  text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
}

.banner-left
    h6 span {
  color: var(--color-primary);
}

.banner-left
    h1 {
  margin: 20px 0 0 0;
    font-size: 80px;
    text-transform: uppercase;
}
    @media (max-width: 1199px) {
  .banner-left h1 {
    font-size: 40px;
  }
}
    @media (max-width: 413px) {
  .banner-left h1 {
    font-size: 33px;
  }
}
    @media (max-width: 991px) and (min-width: 768px) {
  .banner-left h1 {
    font-size: 36px;
  }
  .banner-left h6 {
    font-size: 12px;
  }
}

.banner-left
    p {
  margin: 10px 0 20px 0px;
    font-size: 20px;
    font-weight: 500;
}

.banner-left .primary-btn {
    background: #000;
}

.banner-left .primary-btn:
    hover {
  background: #222;
    color: var(--color-white);
}
    @media (max-width: 767px) {
  .banner-left {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

/* .banner-area-form input {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
} */

/* .banner-area-form .primary-btn {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
} */

/*-------- End Banner Area ------------*/
    section {
  padding: 100px 0;
}

.section-title {
    margin-bottom: 40px;
    position:relative;
}

.section-title
    h1 {
       color: var(--sub-color);
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 48px;
}

.section-title
    span:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 13px;
    height: 1px;
    width: 30px;
    /* background-color: var(--color-primary); */
}

.section-title
    span{
        font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--sub-color);
    font-family: "Montez", cursive;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
}



.section-title
    p {
  font-size: 32px;
    font-family: "Montez", cursive;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    color: var(--sub-color);
    font-family: "Manrope", sans-serif;
}

/*-------- About ------------*/




.about
    p {
  font-size: 18px;
    color: #6e7070;
}

.about-img
    img{
    object-fit: cover;
    border-radius: 100px 0px;
    width: 314px;
    height: 588px;
}
.about-two__box-content {
    position: absolute;
    bottom: -30px;
    right: 25px;
    z-index: 11;
    background: #fff;
    padding: 12px;
    -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 280px;
}
.about-two__box-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid var(--color-primary);
    padding: 2px 40px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-two__title {
    font-size: 60px;
    color: var(--color-secondary);
    margin-right: 10px;
    font-weight: 700;
}
.about-two__desc {
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
}

.about:
    before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image:url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2022/12/bg-shape-02.png);
    background-position:bottom;
    opacity:0.5;
    z-index:-1;
}
    @media(min-width:767px){
    .about-img{
        /* padding-right:80px; */}
}
/*-------- End About ------------*/

/*-------- Feature ------------*/
.feature {
    position: relative;
    background-image: url(../img/feature-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fafafa;
}
.w-icon{
    height: 60px;
    width:73px;
    margin-bottom: 8px;
}

/* .feature-wrapper {
  margin-bottom: 250px;
} */

.feature .feature-card{
    text-align: center;
}
.feature-card
    p {
  font-size: 16px;
    font-weight: 300;
}

.feature-card .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card .icon-box
    i {
  font-size: 20px;
}

.feature-card
    h5 {
  font-size: 20px;
    color: #000;
}

.feature-card
    p {
  font-size: 17px;
}
/*-------- End Feature ------------*/


/* destinaion */

.destination__section {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 999;
    background: white;
}

.destination--grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 30px;
}
.destination--grid>
    div {
  grid-column: span 7;
}
.destination--grid>
    div:first-child {
  grid-column: span 5;
    grid-row: span 2;
}
.each-destination {
    position: relative;
}
.each-destination
    svg, .each-destination h3 {
  position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 99;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.each-destination
    h3 {
  text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 4px #000000b0;
}
.each-destination>
    a.scale:hover img:before, .each-destination>a.scale:hover img {
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.each-destination>
    a {
  display: block;
    width: 100%;
    position: relative;
    height: 236px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.destination--grid>
    div:first-child>a {
  height: 390px;
}
.each-destination>
    a:before {
  background: linear-gradient(0deg,rgba(0,0,0,.24) 0%,rgba(0,0,0,.33) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    z-index: 1;
}
.each-destination>
    a img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    cursor: pointer;
}


/*-------- Upcoming-trips ------------*/
.upcoming-trips {
    position:relative;
}

.upcoming-trips .thumb{
    position: relative;
    overflow: hidden;
}
.trip-card__badge {
    position: absolute;
    top: -3px;
    right: 10px;
    height: 29px;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 4px 10px 3px 8px;
    z-index: 5;
}
.trip-card__badge:
    after {
  content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(0,0,0,.7);
    border-style: solid;
    border-width: 0 0 4px 4px;
}
.trip-card__badge:
    before {
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/_next/static/media/general-pattern.4948f77b.png) repeat 0 0;
    opacity: .2;
}
.trip-card__badge--group {
    background-color: var(--color-primary);
}

.upcoming-trips .section-title
    h1 {
  text-transform: capitalize;
}
.upcoming-trips .section-title
    h1::before{}

.upcoming-trips .section-title
    p {
  color: var(--color-white);
}

.single_place {
    transition: 0.5s;
    border-radius: 0;
    margin-bottom: 29px;
    border: 1px solid #BCCED2 !important;!i;!;
    padding: 16px;
    border-radius: 20px !important;!i;!;
}
    div#packageWrap:hover {
  box-shadow: unset;
    border-radius: 20px;
}

.place_info-title
    h3 {
  font-size: 17px;
    color: #222;
    font-weight: 700;
}
.days {
    display: flex;
    align-items: center;
}
.days
    i{
  margin-right: 5px;
}

.place_info-title:
    hover h3 {
  color: var(--color-secondary);
}

.place_info-title:
    hover {
  text-decoration: none;
}

.place_info .rating
    i {
  color: #949494;
    margin-right: 5px;
}

.place_info .price_days {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d6d6d6;
}

.place_info .price_days .days
    i {
  font-size: 20px;
    color: #949494;
}

.place_info .price_days .days
    a {
  color: #323232;
    text-decoration: none;
}

.place_info .price_days .price {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 600;
}

/*-------- End upcoming-trips ------------*/

/*-------- Best Seller ------------*/


.best-seller .thumb
    img{
  height: 281px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.best-seller{
    position: relative;
}
/*.best-seller::before{*/
    /*  position: absolute;*/
    /*  content: "";*/
    /*    background-image: url(https://images.unsplash.com/photo-1517685352821-92cf88aee5a5?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    opacity: 0.1;*/
/*}*/

/*-------- End Best Seller ------------*/

/*-------- Travel-style ------------*/
.travel-style {
    position: relative;
    background-image: url(../img/travel-style-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.travel-style-wrapper {
    margin-bottom: 200px;
}

.travel-style .section-title
    h1 {
  color: var(--color-white);
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

.travel-style .section-title
    h1::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background-color: #0270bd;
}

.travel-style .section-title
    p {
  color: var(--color-white);
}

.single-destination {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.single-destination .thumb {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-destination .overlay-bg {
    background: rgba(4, 9, 30, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.single-destination .thumb
    img {
  width: 100%;
}

.single-destination .desc {
    text-align: center;
    position: absolute;
    transition: all 0.7s ease;
    width: 100%;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.single-destination .desc .price-btn {
    background: var(--color-primary);
    text-align: center;
    color: var(--color-white);
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
}

.single-destination:
    hover .desc {
  background-color: transparent;
}

.single-destination:
    hover .desc .price-btn {
  display: inline-block;
}
.single-destination .desc .price-btn:
    hover {
  background-color: var(--color-secondary);
}

.single-destination .desc
    h4 {
  color: #fff;
}

.single-destination .desc
    p {
  color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.single-destination:
    hover .overlay-bg {
  opacity: 1;
}

.single-destination:
    hover .price-btn {
  opacity: 1;
}

.single-destination:
    hover .desc {
  top: 50%;
}

/*-------- End Travel-style ------------*/

/*-------- Adventure ------------*/
.adventure .single_place .place_info-title
    h3 {
  color: #2e4358;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
/*-------- End Adventure ------------*/

/*-------- Destination ------------*/
.destination {
    background-color: #f6f5f5;
}
/*-------- End Destination ------------*/

/*-------- Traveler Reviews ------------*/
.testimonial {
    /* background-image: linear-gradient( to right bottom, rgba(10, 26, 57, 0.6), rgba(10, 26, 57, 0.6) ), url(../img/testimonial-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial .section-title
    h1 {
  color: #000;
    text-transform: capitalize;
    margin-top: 6px;
}
.testimonial .section-title
    h1::before {
  background-color: #000;
}

.testimonial .section-title
    p {
  color: #fff;
}

.single-testimonial{
    padding: 25px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.testimonial-slider .single-testimonial .card {
    background: transparent;
}

.testimonial-slider .single-testimonial
    p {
    color: #2a2a2a;
    font-size: 14px;
    font-size: .9375rem;
    line-height: 1.9;
}

.testimonial-slider .single-testimonial .img-circle
    img {
  border: 3px solid var(--color-primary);
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    height: 75px;
}

.testimonial-slider .single-testimonial .testimonial-name {
    color: #000;
    font-size: 20px;
}
.rating{
    color:var(--color-primary);
}

.category-navigation, .package-navigation, .review-navigation {
    position: absolute;
    content: "";
    top: -40px;
    right: 90px;
}
.swiper-button-lock {
    display: block;
}

/*-------- End Traveler Reviews ------------*/

/*-------- Blogs ------------*/
.blog .section-title
    h1 {
  text-transform: capitalize;
}
.blog__container {
    position: relative;
}
.blog__container>
    a {
  display: block;
    width: 100%;
    height: 100%;
}
.blog__container>
    a img {
  aspect-ratio: 8/5;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog__container>
    a:after {
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 33.33%,rgba(0,0,0,.75) 76.04%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.blog__overlay
    span, .listing__blog span {
  color: #fff;
    font-size: 14px;
}
.blog__overlay
    h3, .listing__blog h3 {
  /* font-size: 18px; */
  font-weight: 600;
    line-height: 34px;
    margin: 0;
    color: #fff;
}
.blog__overlay
    a{
  color: #fff;
}
.listing__blog {
    padding:15px;
} 
.list__blog>
    div {
  margin-bottom: 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 5px;
}
.list__blog>
    div>a img {
  aspect-ratio: 8/5;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.listing__blog
    h3 a {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color: var(--sub-color);
}
.listing__blog
    span, .listing__blog span a {
  color: #3b3b3b;
}
.blog-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.btn {
    font-size: 15px;
    padding: 8px 24px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff !important;
    background: var(--color-secondary) !important;
}
.tag {
    position: absolute;
    left: 15px;
    color: #fff;
    font-size: .8125rem;
    font-weight: 600;
    border-radius: 2px;
    padding: 7px 15px;
    bottom: -15px;
    background-color: #3cacd7;
}
.blog-card {
    background-color: #f4f8fd;
}

.blog-card .blog-date {
    color: #02538b;
    text-transform: uppercase;
}

.blog-card .blog-title {
    margin: 10px 0;
}

.blog-card .blog-title
    a {
  color: #2e4358;
    font-weight: 600;
    text-decoration: none;
}

.blog-card .blog-title
    a:hover {
  color: var(--color-primary);
}
/*-------- End Blogs ------------*/

/*-------- accreditation ------------*/
/*.accreditation {*/
    /*background-color: #fafafa;*/
/*}*/

.accreditation .section-title
    h1 {
  text-transform: capitalize;
    color: #01111d;
}

.accreditation .card {
    background-color: transparent;
}

/*-------- End accreditation ------------*/
.newsletter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 150px;
}

.newsletter .section-title
    h1 {
  text-transform: capitalize;
    color: #2e4358;
}

.newsletter
    input {
  line-height: 42px;
    width: 90%;
}

.newsletter
    input,
.newsletter button {
  border-radius: 0;
    border: 0;
}

.newsletter .primary-btn {
    background-color: #0270bd;
}

.newsletter
    input:focus,
.newsletter button:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}

/* Footer */


.accredit {
    background: #1e1e1e;
    padding: 50px 0;
    border-bottom: 1px solid #6c6c6c;
}


.site-footer{
    background-color: #1e1e1e;
    position: relative;
    padding-top:50px;
}
/*.site-footer::before {*/
    /*  position: absolute;*/
    /*  content: "";*/
    /*  background-image: url(https://images.unsplash.com/photo-1580424917967-a8867a6e676e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
    /*  height: 100%;*/
    /*  width: 100%;*/
    /*  opacity: 0.3;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  background-size: cover;*/
    /*  background-repeat: no-repeat;*/
    /*  background-position: center;*/
/*}*/
.site-footer__top {
    position: relative;
    display: block;
}
.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -8px;
}
.footer-widget__title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer-widget__about-contact
    li .text a {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    transition: all 500ms ease;
}

.text
    p{
    color:#fff;
}

.footer-widget__explore-list
    li a {
  position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: all 500ms ease;
}
.newsletter-input {
    background-color: #fff;
    border: none;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
    font-size: .9375rem;
    outline: none;
    border-radius: 4px;
    margin-bottom: 8px;
}
.submitButton {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    background: var(--color-secondary);
    color: #fff;
    border: none;
    outline: none;
    margin-top: 7px;
}
.newsletter-block .form-group{
    margin-bottom: 0;
}
.online-pay__thumbnail
    img {
  height: 30px;
}

.single-footer-widget
    h6 {
  color: var(--color-white);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
}

.single-footer-widget
    ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-footer-widget
    ul li a {
  color: #b3d9f3;
}

.single-footer-widget
    ul li a:hover {
  color: var(--color-primary);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid var(--color-secondary);
    margin-top: 50px;
    padding-top: 30px;
}

.footer-bottom
    p {
  color: #b3d9f3;
    font-size: 18px;
    margin-bottom: 0;
}

.footer-bottom .social {
    justify-content: flex-end;
}

.footer-bottom .social
    a {
  color: #fff;
    font-size: 20px;
    margin-left: 20px;
}

/* Responsive */
    @media screen and (max-width: 768px) {
  .about h1 {
    font-size: 34px;
  }

  .section-title h1 {
    font-size: 36px;
  }

  .feature-card h5 {
    font-size: 18px;
  }

  .travel-style-wrapper {
    margin-bottom: 100px;
  }

  .blog-card {
    margin-bottom: 30px;
  }
}
    @media screen and (max-width: 576px) {
  .about h1 {
    font-size: 28px;
  }

  .section-title h1 {
    font-size: 30px;
  }



  .travel-style-wrapper {
    margin-bottom: 0px;
  }

  .accreditation {
    padding-top: 10px;
  }

  .newsletter input {
    width: 100%;
    margin: 0 20px;
  }

  .footer-bottom .social {
    justify-content: center;
  }

  .footer-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .single-footer-widget {
    margin-bottom: 20px;
  }
}

/* ***********************
* Package Details
************************ */
.tourmaster-single-header {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tourmaster-single-header {
    min-height: 62vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tourmaster-single-header.detail{
    min-height: 71vh;
}

.tourmaster-single-header-background-overlay {
    background: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.tourmaster-single-header-background-overlay {
    opacity: 0.35;
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.tourmaster-single-header-overlay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 300px;
    background: url(../img/single-tour-gradient.png) bottom repeat-x;
}

.tourmaster-single-header-overlay {
    height: 291px;
}

.tourmaster-single-header-overlay,
.tourmaster-payment-head .tourmaster-payment-head-overlay {
    background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
    background: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
    background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.tourmaster-single-header .tourmaster-single-header-container {
    width: 100%;
}

.tourmaster-single-header-container-inner {
    position: relative;
}

.tourmaster-item-pdlr {
    padding-left: 15px;
    padding-right: 15px;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.tourmaster-single-header-title-wrap {
    padding-top: 500px;
}

.tourmaster-single-header-title-wrap {
    padding-bottom: 45px;
}

.tourmaster-single-header-title-wrap {
    padding-top: 0;
}

.tourmaster-single-header .tourmaster-single-header-title-wrap {
    padding-right: 0;
    padding-left: 0;
}

.tourmaster-single-header .triphead-block {
    margin: 0;
    float: left;
}

.tourmaster-single-header .trip-topic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tourmaster-single-header .trip-topic .tourmaster-single-header-gallery-wrap {
    margin-top: auto;
    padding-bottom: 40px;
}

.tourmaster-single-header .trip-topic .trip-destinations {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 1rem;
    /* text-transform: uppercase; */
}

.tourmaster-single-header .trip-topic .trip-destinations
    ul {
  list-style: none;
    margin: 0;
}

.tourmaster-single-header .trip-topic .trip-destinations
    ul li {
  display: inline-block;
    font-size: 20px;
    /* letter-spacing: -1px; */
    border-left: 2px solid #1fc0e3;
    border-right: 2px solid #1fc0e3;
    padding: 0 10px;
}

.tourmaster-single-header .tourmaster-single-header-title {
    margin-top: 0;
}

.tourmaster-single-header .trip-topic
    h1 {
  display: inline-block;
    font-weight: unset;
    color: #ffffff;
    /* margin-bottom: 0.8rem; */
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #00000070;
}

.tourmaster-single-header .trip-topic
    h1 p {
  font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

.tourmaster-single-header .triphead-block {
    margin: 0;
    float: left;
}

.tourmaster-single-header .trip-price {
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tourmaster-single-header .trip-price {
    text-align: right;
}

.tourmaster-single-header .trip-price .price-tag {
    color: #1fc0e3;
    /* margin-top: 7rem; */
}

.tourmaster-single-header .trip-price .price-tag
    h3 {
  font-weight: 400;
    color: inherit;
    font-size: 22px;
}

.package-feature {
    background: #000204;
    color: var(--color-white);
}

.package-feature .package-feature-single {
    padding: 35px 0;
    text-align: center;
}

.package-feature .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.package-feature
    h5,
.package-feature h6 {
  font-weight: 300;
    font-size: 17px;
}

.package-feature .group-cost {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
}

.package-feature .group-cost
    a {
  font-weight: 400;
    color: #1fc0e3;
    font-size: 22px;
    text-decoration: none;
}

.package-feature .group-cost
    a span {
  color: #fff;
}

.package-overview,
.package-itinerary,
.package-inclusion,
.package-date-price,
.package-faq, .package-info, .packing-list {
    padding: 50px 0 0;
}

.package-overview
    p {
  font-size: 16px;
}

.package-details-title
    h1 {
  font-size: 34px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Accordion */
    ul.accordion-list {
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* padding: 20px; */
    margin: 0;
    list-style: none;
}
    ul.accordion-list > li {
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto 15px auto;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
    ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}
    ul.accordion-list li h3 {
  /* font-weight: 700; */
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 18px;
}
    ul.accordion-list li h3:after {
  content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-secondary-dark);
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
    ul.accordion-list li div.answer {
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
    ul.accordion-list li div.answer p {
  position: relative;
    display: block;
    /* font-weight: 300; */
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
}

.package-inclusion-widget {
    background-color: #e9ffe9;
    padding: 30px 12px;
}
.package-inclusion-widget.exclusion{
    background-color: #fff4f4;
}

.package-inclusion-widget
    h5 {
  font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.package-inclusion-widget
    ul {
  list-style-type: disc;
    margin-left: 40px;
}

.package-inclusion-widget
    ul li {
  font-size: 16px;
}

/* Package FAQ */
.package-faq
    ul.accordion-list li:nth-child(odd) {
  background: #fff;
}

.package-faq
    ul li {
  border: 1px solid #e7f0f4;
}

.package-faq
    ul.accordion-list li h3:after {
  content: "\f0d7";
}

/* Reviews */
.package-review {
    padding: 50px 0 0;
}

.package-review-wrapper {
    background-color: #f4f8fd;
    padding: 0 0 3.7rem 0;
    /* margin-bottom: 60px; */
}

.package-review-header {
    margin: 2.5rem auto 0;
    padding: 60px 0 15px;
    border-bottom: 1px solid #dadde0;
}

.tourmaster-tour-rating {
    /* float: left; */
    padding: 10px 0px;
    margin-top: 0;
    font-size: 14px;
}

.tourmaster-tour-rating-text {
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    line-height: 25px;
    /* float: left; */
    color: #272727;
}

.tourmaster-tour-rating
    i {
  font-size: 16px;
    margin-right: 2px;
    line-height: 25px;
    /* float: left; */
    color: #f29c06;
}

.package-review-single {
    padding: 60px 0;
}

.tab-review-block .review-txt .media
    img {
  border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 3.5rem;
}

.tab-review-block .review-txt .media .media-body
    h5 {
  font-size: 25.5px;
    margin-bottom: 20px;
    color: #333333;
}

.review_desc {
    position: relative;
}

.review_desc
    p {
  
  transition: all 0.5s ease;
}

.tab-review-block .review-txt .media .media-body
    p {
  font-size: 15.3px;
    margin-bottom: 1.5rem;
}

.traveltour-body
    a {
  color: #0260c0;
}

.review_desc .show-rdesc,
.review_desc .hide-rdesc {
    position: absolute;
    z-index: 2;
    bottom: -30px;
    font-size: 15.3px;
}

.tab-review-block .review-txt .media .media-body .footer-note {
    margin-top: 55px;
}

.tab-review-block .review-txt .media .media-body .footer-note
    h6 {
  color: #000;
}

.tab-review-block .review-txt .media .media-body .footer-note
    span {}

.review-rating {
    padding-left: 6rem;
}

.tab-review-block .review-rating .top-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.tab-review-block .review-rating .top-rating .overallrating {
    width: 40px;
    height: 40px;
    background-color: #02c03b;
    border-radius: 50%;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.tab-review-block .review-rating .top-rating .overallstars {
    margin-left: 12px;
}

.tab-review-block .review-rating .top-rating .overallstars
    p {
  margin-bottom: 4.25px;
    font-size: 16px;
}

.tab-review-block .review-rating .top-rating .overallstars
    span {
  margin-top: -6px;
}

.tab-review-block .review-rating .top-rating .overallstars
    span i {
  color: #f29c06;
    font-size: 24px;
}

.tab-review-block .review-rating .bottom-rating {
    margin-top: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-review-block .review-rating .bottom-rating .col {
    padding: 0;
}

.tab-review-block .review-rating .bottom-rating .col
    ul {
  list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.tab-review-block .review-rating .bottom-rating .col
    ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tab-review-block .review-rating .bottom-rating .col
    ul li span:first-of-type {
  font-size: 15px;
    width: 45%;
    display: inline-block;
}

.tab-review-block .review-rating .bottom-rating .col
    ul li span:last-of-type {
  display: -ms-inline-flexbox;
    display: inline-flex;
}

.tab-review-block .review-rating .bottom-rating .col
    ul li span:last-of-type i {
  color: #f29c06;
    font-size: 15px;
}

/* Package Navbar */
.package-nav {
    background-color: #fff;
}
.package-nav .navbar {
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    padding: 0;
}
.package-nav .navbar .nav-link {
    font-size: 15px;
    color: #323232;
    text-transform: uppercase;
    display:inline-flex;
    align-items:center;
}

.nav-link
    svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.package-nav .navbar .nav-item {
    padding: 7px 0;
    border: 2px solid transparent;
    transition: background 300ms, color 300ms, border-color 300ms;
}

.package-nav .navbar .nav-item:
    hover {
  border-bottom: 2px solid var(--color-secondary);
}

.package-nav .navbar .nav-item:not(:
    last-child) {
  /* margin-right: 10px; */}

.package-btn .btn-request-fee {
    background-color: #000204;
    color: var(--color-white);
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.package-btn .btn-request-fee:
    hover {
  background-color: var(--color-primary);
}

.package-btn .btn-book-now {
    color: var(--color-white);
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 10px;
    background-color: #0042c5;
    transition: all 0.5s ease;
}

.package-btn .btn-book-now:
    hover {
  background-color: var(--color-secondary);
}

.package-btn .btn-request-fee:
    focus,
.package-btn .btn-book-now:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 16%);
}

.package-date-price .list-group {
    flex-direction: unset;
    /* border-bottom: 1px solid #ccc; */
}

.package-date-price .list-group .list-group-item {
    width: auto;
    border-radius: 0;
    padding: 20px;
    border-top: 2px solid transparent;
    border: 0;
    color: #000;
    font-size: 16px;
    /* transition: all .5s ease-in-out; */
}

.package-date-price .list-group .list-group-item.active {
    background-color: transparent;
    border-top: 2px solid #0043c5;
    color: #323232;
}

.package-date-price .list-group .list-group-item:not(:
    last-child) {
  border-right: 1px solid #ccc;
}

.package-date-price
    table thead th {
  text-transform: uppercase;
}

.package-date-price
    table tbody td {
  padding: 20px 5px;
    font-size: 18px;
}

.package-date-price
    table tbody td span {
  display: block;
    font-size: 14px;
}

.package-date-price-wrapper {
    margin-top: 40px;
}
    @media screen and (max-width: 1200px) {
  .package-nav .navbar-collapse {
    overflow-y: scroll;
  }

  .package-nav .navbar-collapse .nav-item,
  .package-nav .navbar-collapse .btn {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .package-btn {
    display: flex;
  }
}
    @media screen and (max-width: 576px) {
  .tourmaster-single-header .tourmaster-single-header-title-wrap {
    padding:15px;
  }
  .tourmaster-single-header .trip-topic h1 {
    font-size: 35px;
  }
  .package-feature .group-cost {
    justify-content: center;
    padding: 10px 0;
  }

  .package-details-title h1 {
    font-size: 32px;
  }

  .package-date-price .list-group .list-group-item {
    padding: 10px;
  }

  .package-date-price table tbody td {
    padding: 10px 2px;
    font-size: 16px;
  }

  .tab-review-block .review-txt .media img {
    margin-right: 1rem;
  }
}

/* **********************
* About Us
********************** */
.about-introduction {
}

.about-title,
.team-title,
.package-listing-title,
.destination-title {
    text-align: center;
}

.about-title
    h1,
.team-title h1,
.package-listing-title h1,
.destination-title h1 {
  font-size: 34px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
    color: var(--color-primary);
}

.about-title
    h1::after,
.team-title h1::after,
.package-listing-title h1::after,
.destination-title h1::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4fab96;
    width: 200px;
    height: 2px;
}

.about-content {
    font-size: 17px;
    color: #000;
}

.about-feature-single {
    padding: 90px 0 120px;
}

.about-feature .about-feature-single:nth-child(
    odd) {
  background-color: #4fa994;
    color: var(--color-white);
}

.about-feature-single .about-feature-title {
    margin-bottom: 30px;
}

.about-feature-single .about-feature-content {
    font-size: 18px;
}

.composition {
    position: relative;
}

.composition__photo {
    width: 70%;
    -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
    box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline-offset: 20px;
}

.composition__photo--p1 {
    left: 0;
    top: -20px;
}

.composition__photo--p2 {
    right: 0;
    top: 100px;
}

.composition__photo:
    hover {
  outline: 15px solid var(--color-secondary);
    -webkit-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px);
    -webkit-box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
    box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
    z-index: 20;
}

.about-img-content
    img {
  border-radius: 10px;
}
    @media screen and (min-width: 768px) and (max-width: 992px) {
  .composition__photo {
    width: 100%;
    position: relative;
  }

  .composition__photo--p1 {
    top: 0;
  }

  .composition__photo--p2 {
    top: 0;
    margin-top: 20px;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }
}
    @media screen and (max-width: 768px) {
  /* .composition {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  } */

  .composition__photo {
    position: relative;
    display: flex;
    width: 48%;
    margin-bottom: 20px;
    display: inline;
  }

  .composition__photo--p1 {
    top: 0;
    margin-right: 10px;
  }

  .composition__photo--p2 {
    top: 0;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }

  .about-img-content {
    margin: 20px 0;
  }
}
    @media screen and (max-width: 768px) {
  .about-title h1 {
    font-size: 28px;
  }
}

/* ***************************
* Privacy Policy
****************************/
.privacy-policy-title {
    font-size: 36px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.privacy-policy {
    font-size: 18px;
}

.privacy-policy
    p {
  margin-bottom: 30px;
}

/* ***************************
* Our Team
****************************/
.team-title {
    text-align: left;
}

.team-title
    h1::after {
  left: 0;
    transform: translateX(0);
    background-color: #000;
}

.team-title
    p {
  font-size: 18px;
}

.team-content {
    margin-top: 50px;
}

.team-content-single {
    margin: 30px 0 30px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}





.team-content-img
    img {
  border-radius: 20px;
}

.team-content-info .team-content-name {
    font-size: 26px;
    color: var(--color-secondary);
    margin-bottom: 0;
}

.team-content-info .team-content-post {
    color: var(--color-primary);
    font-size: 15px;
    display: inline-block;
}

.team-content-info .team-content-description {
    font-size: 17px;
}

.team-content-info .link-read-more {
    color: var(--color-primary);
    font-size: 16px;
}

/* Team Detail */
.team-detail-img
    img {
  border-radius: 10px;
}

.team-detail-list {
    margin-bottom: 20px;
}

.team-detail-list-title {
    color: var(--color-secondary);
    font-size: 24px;
}

.team-detail-list-info {
    display: inline-block;
    color: var(--color-primary);
    font-size: 18px;
}

.team-detail-description {
    font-size: 17px;
    color: #707070;
    margin-bottom: 20px;
}

.team-detail-title
    h1 {
  color: var(--color-secondary);
    font-size: 36px;
    margin-bottom: 20px;
}

.team-detail-single {
    padding: 30px 0 15px;
}

.team-detail-certificate {
    padding: 30px 0 70px;
}

.team-detail-certificate .swiper-button-next,
.team-detail-certificate .swiper-button-prev {
    top: 90%;
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.team-detail-certificate .swiper-button-next:
    after,
.team-detail-certificate .swiper-button-prev:after {
  font-size: 22px;
    color: #707070;
}

.team-detail-certificate-single {
    text-align: center;
}

/* ***************************
* Client Review
****************************/
.client-review-title {
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.client-review-description {
    font-size: 20px;
}

.client-review-wrapper {
    margin-top: 60px;
    width: 58%;
    margin-inline: auto;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.client-review-img {
    overflow: hidden;
}

.client-review-img
    img {
    /* border-radius: 50%; */
    /* width: 280px; */
    height: 172px;
    object-fit: cover;
}

.client-review-name {
    margin-top: 20px;
    font-size: 32px;
    color: var(--color-primary);
}

.client-review-country {
    display: inline-block;
    color: var(--color-primary);
    font-size: 20px;
    margin: 8px 0;
}

.client-review-info
    p {
  color: #707070;
    font-size: 16px;
    margin-bottom: 5px;
}

.client-review-info
    p i {
  margin-right: 5px;
}

.client-review-rating
    i {
  color: var(--color-primary);
    font-size: 32px;
}

.client-review-description {
    margin-top: 30px;
}

.client-review-details {

}





.client-review-single {
    padding: 35px 0;
    border-bottom: 1px solid #d7d7d7;
}

.client-review-single:
    first-child {
  padding-top: 20px;
}
    @media screen and (max-width: 576px) {
  .client-review-img img {
    width: 230px;
    height: 230px;
  }

  .client-review-details {
    width: 100%;
    /* text-align: center; */
    margin-bottom: 20px;
  }
}

/* *************************
* Blogs
**************************/

.blog-listing-card
    img {
  border-radius: 10px;
    border: 1px solid #707070;
}

.blog-listing-card-title
    a {
  font-size: 22px;
    color: var(--color-secondary);
}

.blog-listing-card-title
    a:hover {
  color: var(--color-primary);
    text-decoration: none;
}

.blog-listing-card-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-listing-card-info .date {
    font-size: 17px;
}

.blog-listing-card-info .more {
    font-size: 17px;
    color: var(--color-primary);
}

.blog-listing-wrapper {
    margin-top: 50px;
}

/* Blog search */
.container .searchInput {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    /* box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12); */
}

.searchInput
    input {
  height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    font-style: italic;
    border: 2px solid #707070;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

.searchInput.active
    input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.resultBox
    li {
  list-style: none;
    padding: 10px 12px;
    display: none;
    width: 100%;
    font-size: 22px;
    cursor: default;
    /* border-radius: 3px; */
    border-bottom: 1px solid #707070;
}

.resultBox
    li a {
  color: #707070;
    text-decoration: none;
}

.searchInput.active .resultBox
    li {
  display: block;
}
.resultBox
    li:hover {
  background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    color: #707070;
    cursor: pointer;
}
/* Blog search end */


/* Blog Details */
.blog-details-summary {
    font-size: 16px;
}

.blog-details-summary .title-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-details-summary .title-date .title {
    color: #000;
}

.blog-details-summary .title-date .date {
    color: #707070;
    font-size: 20px;
}

.blog-details-summary
    p {
    font-size: 16px;
    width: 85%;
    margin-inline: auto;
    font-weight: 300;
    line-height: 1.6;
}

.blog-details-single {
    margin: 50px 0;
}

.blog-details-title
    h1 {
  color: #000;
    font-size: 36px;
    margin-bottom: 20px;
}

.blog-details-single
    p {
  font-size: 18px;
}

.blog-details-author-share {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.blog-details-author-share .author {
    font-size: 20px;
}


.blog-details-author-share .share {
    display: flex;
}
.blog-details-author-share .share
    i {
  width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.blog-details-author-share .share
    i:not(:last-child) {
  margin-right: 10px;
}

.latest-blogs {
    padding-top: 30px;
}

.latest-blogs-title
    h1 {
  color: #000;
}


/* *************************
* Package Listing
**************************/
.package-listing-summary {
    text-align: center;
    font-size: 20px;
}

.package-listing-popular {
    margin-top: 70px;
}

.package-listing-card {
    border-radius: 10px;
    border: 1px solid #707070;
    overflow: hidden;
    margin-bottom: 40px;
}

.package-listing-card .card-body {
    padding-left: 12px;
    padding-right: 12px;
}

.package-listing-card-title
    a {
  font-size: 23px;
    color: #296777;
    text-decoration: none;
}

.package-listing-tag {
    display: block;
    text-align: right;
    font-style: italic;
    margin: 20px 0 10px;
}

.package-listing-info {
    display: flex;
    justify-content: space-between;
}

.package-listing-info .date {
    font-size: 18px;
}

.package-listing-info .price {
    font-size: 22px;
    color: var(--color-primary);
}

.more-packages {
    text-align: right;
}

.more-packages
    a {
  font-size: 28px;
    color: #0A1A39;
}

.more-packages
    a:hover {
  color: var(--color-primary);
    text-decoration: none;
}


/* *************************
* Destination
**************************/
.destination-title
    h1 {
  color: #000;
    font-weight: 600;
}

.destination-title
    h1::after {
  background-color: #000;
}

.destination-summary
    p {
  text-align: center;
    font-size: 18px;
}

.destination-summary {
    margin-bottom: 50px;
}

.destination-feature .destination-feature-single {
    padding: 60px 0;
}

.destination-feature .destination-feature-single:nth-child(
    odd) {
  background-color: #f3f3f3;
}

.destination-feature .destination-feature-single:nth-child(
    odd) .destination-title h1,
.destination-feature .destination-feature-single:nth-child(odd) .more-packages .link-more-package {
  color: #000;
}

.destination-feature .destination-feature-single:nth-child(
    odd) .destination-title h1::after {
  background-color: #000;
}

.destination-faq {
    padding-top: 70px;
}

.destination-faq
    ul.accordion-list li h3:after {
  content: "+";
    font-size: 22px;
}

.destination-faq
    ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

.destination-faq
    ul li {
  border: 1px solid #707070;
}
    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #1b2b3a;
    border: 1px solid rgba(27,41,48,.3);
    border-radius: 4px;
    padding: 1.5rem 15px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
}
.form-group {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.contact-list__item--mb15 {
    margin-bottom: 15px;
}
.contact-list__item {
    margin: 0 0 15px;
}
.contact-list .detail, .contact-list .title, .contact-list
    span {
  font-size: 1rem;
    letter-spacing: normal;
    color:#000;
}
.title--bold{
    font-weight: 500;
}

.trip-card__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 100!important;
    border-top: 1px solid #cacaca;
}
.card-icon {
    width: 27px;
    margin-right: 7px;
}
.trip-card__meta-detail{
    display: block;
}
.trip-card__meta-value{
    display: block;
}
.trip-card__meta >
    div{
  display: flex;
    align-items: center;
}
.trip-card__meta-value {
    display: block;
    font-weight: 300;
    font-size:13px;
}
.best-seller .trip-card__badge{
    bottom: 0;
    top: unset;
    height: unset;
    font-size: 1.2rem;
}
.best-seller .trip-card__badge{
    content: unset;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none;
}
.best-seller .thumb{
    position: relative;
    overflow: hidden;
    /* padding: 23px; */
    /* border: 1px solid #BCCED2; */
  !;!I;!;
    overflow: hidden;
    border-radius: 20px;
}
.thumb
    img{
  transition: all 0.3s ease;
    height:300px;
    width:100%;
    object-fit:cover;
}

.card:
    hover .thumb img{
  transform: scale(1.1);
    border-radius: 20px;
}
.mega-menu {
    width: 60rem;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 20px 10px;
    top: 23px;
}
.nav-pills .nav-link {
    border-radius: 0;
    border: none;
    text-align: left;
    padding: 8px;
    background: transparent;
    cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #f5f5f5;
    border: none;
    outline: none;
}
    button:focus {
  outline: none;
}
.mega-menu
    i{
  float: right;
}
.tab-content
    ul {
  column-count: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    position: unset;
    background: unset;
    display: block;
    box-shadow: none;
}
.tab-content
    ul li{
  margin-bottom: 8px;
    border-bottom: 1px solid #d3d3d3;
}
.nav-pills
    h4{
  font-size: 20px;
    margin-top: 15px;
    color: #000;
}
.mega-menu .row .col-3{
    border-right: 1px solid #d3d3d3;
    padding-right: 5px;
}
.mega-menu {
    display: none;
}

.mega-menu-list {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.package-gallery-wrapper
    img{
  width: 100%;
    height: 210px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}
.package-gallery {
    padding:  3.7rem 0;
    /* margin-bottom: 60px; */
}

.trip-detail__table
    img{
  height: 40px;
}
.sidebar-card {
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(27, 43, 58, 0.15);
    background-color: #fefefc;
    border: solid 1px #002a47;
}
.sidebar-btn
    a {
  width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    background-color: var(--color-primary);
}
.enquiry-btn{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px;
    color: #000;
    border-radius: 10px;
    background-color:transparent;
    margin-top: 8px;
}
.trip-detail__table {
    margin-top: 60px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
}
.trip-detail__table
    img{
  margin-right: 8px;
}
.sticky-me{
    position: sticky;
    top: 100px;
}
.trip-price__pax {
    font-size: 1.125rem;
    font-weight: 300;
    display: block;
}
.trip-price__amount {
    display: block;
    font-weight: 500;
    font-size: 2.25rem;
    margin-bottom: 15px;
}
.trip-price__info
    li {
  font-weight: 300;
    margin-bottom: 8px;
}
.trip-booking__card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.trip-booking__instaconfirm {
    position: absolute;
    top: -12px;
    color: #fff;
    padding: 3px 12px;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 2px;
    background-color: var(--color-secondary);
}
.trip-booking__date {
    display: flex;
}
.trip-booking__date__wrapper.trip-booking__date--from {
    padding-right: 35px;
}
.trip-booking__date__item {
    display: block;
    line-height: 1.2;
}
.trip-booking__date__item--date {
    font-weight: 500;
    font-size: 1.125rem;
}
.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
}
.package-date-price {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 30px;
}
.trip-booking__card {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    margin-bottom: 30px;
    border: none;
}
.package-overview
    ul{
  list-style: disc;
    padding-left: 15px;
}
.package-overview
    ul li{
  margin-bottom: 5px;
}

/*@media (min-width: 768px)*/
/*{*/
/*.trip-itinerary-block__info {*/
    /*    max-width: 50%;*/
/*}*/
/*}*/

.trip-itinerary-block__info
    li {
    border-bottom: 1px dashed #c5ccd6;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.trip-itinerary-block__info
    li p{
    margin-bottom:0 !important;
    padding-top:0 !important;
}
.trip-itinerary-block__info
    img{
  height: 22px;
    margin-right:5px;
}
.tab-pane
    h5{
  color: #000;
    margin-left: 5px;
}
.document
    img{
  width: 100%;
    object-fit: contain;
    border: 1px solid #d7d7d7;
    padding: 15px;
}
.footer__recommended
    img {
  height: 20px;
    margin-right: 10px;
}

.banner-area .item {
    /*height: 100vh;*/
    position: relative;
}
.banner-area .item
    img {
  width: 100%;
    height: calc(100vh - 141px);
    padding: 0;
    object-fit: cover;
}
.banner-area .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
/*.banner-area .item .cover .header-content {*/
    /*  position: relative;*/
    /*  padding: 56px;*/
    /*  overflow: hidden;*/
/*}*/
.banner-area .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-area .item .cover .header-content
    h2 {
  font-weight: 300;
    font-size: 35px;
    color: #fff;
}
.banner-area .item .cover .header-content
    h1 {
  font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
.banner-area .item .cover .header-content
    h4 {
  font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
.banner-area .owl-item.active
    h1 {
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.banner-area .owl-item.active
    h2 {
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.banner-area .owl-item.active
    h4 {
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.banner-area .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.banner-area .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: var(--color-primary) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 5;}
.banner-area .owl-nav .owl-prev
    span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 24px;
}
.banner-area .owl-nav .owl-prev:
    focus {
  outline: 0;
}
.banner-area .owl-nav .owl-prev:
    hover {
  background: #000 !important;
}
.banner-area .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: var(--color-primary) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 5;}
.banner-area .owl-nav .owl-next
    span {
  font-size: 1.6875rem;
    color: #fff;
    line-height:24px;
}
.banner-area .owl-nav .owl-next:
    focus {
  outline: 0;
}
.banner-area .owl-nav .owl-next:
    hover {
  background: #000 !important;
}


.banner-area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 14%;
    right: 17%;
    display:flex;
}


.header-contact {
    border-right: 1px solid #d8c1c1;
    padding-right: 10px;
    margin-right: 20px;
    height: 12px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 0px;
}
.team-comtent-img
    img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit:cover}
    @media(max-width:767px){
    .banner-area .item img {
    width: 100%;
    height: 251px;
}
.header-contact{
    border-right:none;
}
.banner-content {
    padding: 0 18px;
}
#header {
    background-color: #ffffff;
}
#mobile-nav-toggle i {
    color: #000000;
    font-weight: 900;
}
#logo img {
    height: unset;
}
.main-menu {
    padding-bottom: 9px;
    padding-top: 0px;
    
}


#mobile-nav-toggle {
    margin-top: 12px;
}
.client-review-wrapper{
    width:100%;
}
.blog-details-summary{
    width:100% !important;
}
.blog-details-summary p{
    width:100% !important;
}
.package-date-price{
    padding:15px;
}
.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}
.package-review-single .media{
    flex-direction:column;
    align-items: flex-start !important;

}
}

/*.accreditation img {*/
    /*    height: 125px;*/
    /*    background: #fff;*/
    /*    padding: 25px 50px;*/
    /*    box-shadow: 0 6px 6px #dddddd;*/
/*}*/
.accordion-button{
    background:transparent;
    border:none;
    padding-left:0;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--sub-color);
}

.accreditation
    img{
        max-width: 100%;
    max-height: 55px;
}

.acc-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 5px;
    height: 70px;
    width:110px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, .1);
    background:#fff;
}
.review-img {
    height: 134px;
}
.thankyou
    img{
    height:120px;
}

.thumb{
    overflow:hidden;
}
.banner-area-form {
    width: 50%;
    margin-inline: auto;
}
    button{
    cursor:pointer;
}
.blog-details-summary
    img{
     width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-summary  {
    width:80%;
    margin-inline:auto}

.team-gallery
    img{
    height:350px;
    object-fit:cover;
    border-radius: 10px;
}



.translate {
    font-size: 13px;
    color: #939598;
    max-width: 60%;
}



.google-wrapper {
    display: inline-block;
    width: 150px;
    background-color: #fff;
    color: #939598;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.google-wrapper
    select {
  border: none;
    background: transparent;
    font-size: 13px;
    width: 100%;
    color: #939598;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    cursor: text;
    padding: 5px 10px;
}

.google-wrapper
    a,
.google-wrapper a:hover {
  display: inline-block;
    background-color: none;
    border: none;
    color: #939598;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    width: 20px;
    transition: all .3s ease;
    margin: 0;
}

.google-wrapper
    a:before {
  content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4.5px solid transparent;
    border-left-color: #939598;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -5px;
}

#translator-wrapper
    select:focus,
#translator-wrapper a:focus,
#translator-wrapper select:active,
#translator-wrapper a:active {
  border: none;
    outline: none;
    cursor: pointer;
}

.google-dropdown {
    background: #FFFFFF;
    color: #939598;
    min-width: 190px;
    padding: 15px;
    line-height: 20px;
    font-size: 10px;
}

#translator-wrapper
    a:hover,
#translator-wrapper a:active {
  opacity: 0.9;
}





.nav-tabs .nav-link{
    font-size:20px;
    border-radius:0 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    padding: 15px;
    width: 25%;
}
    @media(max-width:767px){
    .nav-tabs .nav-link {
   
    padding: 3px;
    width: 50%;
    font-size: 15px;
}
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border:1px solid #000;
}
.month-wrapper {
    box-shadow: 0 0 10px #c4c4c4;
    padding:50px 30px;
    margin-top:30px;
}

.month-wrapper
    p{
    font-size:1.1rem;
}
.month-img {
    width: 100%;
    height: 20rem;
    border-radius: 15px;
    object-fit: cover;
}

/*gear*/
.equipment-items-img{
    margin-bottom:15px;
}


.equipment-items-img>
    div {
    display: inline-block;
    background: #ebebeb;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
}
.equipment-items-img
    h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
}
.equipment-items-img>
    div img, .equipment-items-img>div svg {
    height: 30px;
}
.gear-list
    li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
}

.gear-list
    li:not(:last-child){
    margin-bottom:13px;
}
.gear-list {
    padding-left: 15px;
}
.packing_list--wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.features-style1, .features-style3 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    /* padding: 30px 30px 10px; */
    transition: 0.5s ease-in-out;
}
.features-style1 .features-bg, .features-style3 .features-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.features-style1 .features-image, .features-style3 .features-image {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    min-width: 80px;
    margin-right: 20px;
}



.features-style1 .features-image
    img, .features-style3 .features-image img {
    width: 45px;
    filter: brightness(0.5) invert(1);
}
.features-style1 .features-title, .features-style3 .features-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color: var(--sub-color);
} 
.features-content
    p{color: #6e7070;}
.plan-content-wrapper {
    background-color: var(--color-primary);
    border-radius: 2px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    top: -20px;
    color:#fff;
}
.plan-content-wrapper:
    before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-bottom: 0;
    border-right: 30px solid #f1f5f8;
    z-index: 1;
}
.footer-widget__explore-list
    li{
    padding-top:5px;
    padding-bottom:5px;
}
.main-menu__search, .main-menu__user {
    height: 30px;
    width: 30px;
    background-color: #faf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: var(--thm-black);
    transition: all 500ms ease;
}
.icon-magnifying-glass:
    before {
    content: "\f002 ";
    font-family: 'FontAwesome';
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content
    form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content
    form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--color-secondary);
}

.search-popup__content .thm-btn:
    hover {
    color: #fff;
}

.search-popup__content .thm-btn
    i {
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-primary) !important;
}


.top-wrapper .btn {
    background: transparent !important;
    border: 2px solid var(--color-primary);
    color: var(--color-secondary) !important;
    border-radius: 0;
}

.trip-detail__table--title{
    color:var(--color-primary);
}
.trip-detail__table--subtitle{
    font-weight:400;
}

.why-us{
    position:relative;
    /* background-image:url(https://images.unsplash.com/photo-1533130061792-64b345e4a833?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    /* background-position:center; */
}

.why-us:
    before{
    /* position:absolute; */
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    /* background:#000; */
    opacity:0.5;
}
    div#logo::before {
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/themes/tourm/assets/img/logo_bg_mask.png);
    content: "";
    position: absolute;
    top: 0;
    left: -49px;
    width: 347px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: contain;
}
    header#header .top-wrapper a p {
    font-size: 14px;
    font-weight: 500;
}
    a:hover {
    color: var(--color-primary);
    text-decoration: unset !important;
    transition: .5s;
}
.whatsapp-header
    a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0c;
}

.whatsapp-header
    a span {
    font-size: 12px;
}
.inquiryBtn {
    border-radius: 50px !important;
    padding: 14px 38px !important;
    background: var(--sub-color) !important;!i;!;
    letter-spacing: 1px;
}
    h2.banner--three__text span {
    font-family: "Montez", cursive;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}



::
    -webkit-scrollbar {
    width: 10px
     border-radius: 10px;
}

::
    -webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::
    -webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}


::
    -webkit-scrollbar {
    width: 10px}

::
    -webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey}

::
    -webkit-scrollbar-thumb {
    background: var(--color-primary) !important;
}
    section.about {
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2024/09/about_bg_1.jpg);
    background-size: contain;
    background-position: center;
}
    a.btn {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 18.8px 35px !IMPORTANT;
    border-radius: 48px !IMPORTANT;
    -webkit-transition: all 0.3s 0s ease-out !important;
    transition: all 0.3s 0s ease-out !important;
    background:var(--sub-color) !important;
    
}
.about-img {
    display: flex;
    padding-right: 10px;
}

.twoImgWrap {
    display: flex;
    flex-direction: column;
}

.oneImg
    img {
    border-radius: 50px 0px 0px 0px;
    height: 289px;
    margin-left: 10px;
}

.towImg
    img {
    border-radius: 50px 0px 0px 0px;
    height: 289px;
    margin-left: 10px;
    margin-top: 10px;
}

.mainImg {
    margin-right: 10px;
}
    section.upcoming-trips{
  position:relative;
    background: white;
}
    section.upcoming-trips::before {
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2024/09/destination_bg_1.png);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57%;
}
    div#packageWrap .place_info {
    position: absolute;
    top: 247px;
}
    div#packageWrap .thumb img {
    height: 463px;
    border-radius: 20px;
}
    div#packageWrap thumb img {
    height: 421px;
}
    div#packageWrap a h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
}
    div#packageWrap .place_info .price_days {
    margin-top: 10px;
    padding-top: unset;
    border-top: unset;
}
    div#packageWrap .place_info {
    position: absolute;
    top: 350px;
    left: 39px;
    width: 82%;
    z-index: 999;
}
    div#packageWrap .days a, div#packageWrap .days i {
    color: #ebebeb;!i;!;
    font-size: 17px;
    font-weight: 700;
}
    div#packageWrap .thumb{
    position:relative;
    border-radius: 20px;
}
    div#packageWrap .thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #113d48d6, #feb47b00);
    border-radius: 20px;
    z-index: 999;
}
    section.testimonial.position-relative {
    /* background: #3e9eb4; */
    background-image: url(https://www.onlygfx.com/wp-content/uploads/2021/08/mountain-drawing-tattoo-3643.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
    section.testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #93e1f4f0;
}
.partnerLogo
    img {
    object-fit: contain;
    max-width: 128px;
    min-width: 128px;
}
.partnerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.features-image {
    background: var(--color-primary) !important;
}
.features-style1 {
    display: flex;
}
.imgWhy
    img {
    border-radius: 24px;
    width: 100%;
    height: 294px;
    object-fit: cover;
}

.list__blog {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
    section.blog__section.section {
    background-color: #E9F6F9;
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2024/09/map.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
}
    section.site-footer::before {
    background-image: url(https://www.ganeshkunda.com.np/wp-content/themes/archiesoft/img/footer_bg.webp);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    section.site-footer{
    position:relative;
}


/*footer */
    section.footer {
  background-color: var(--sub-color);
}
.footer_bg-img::
    before {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -16px;
    background-image: url(https://www.ganeshkunda.com.np/wp-content/themes/archiesoft/img/footer_bg.webp);
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.footer_icon
    small {
  font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    left: 118px;
    top: 73%;
    transform: translateY(-72%);
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
    color: white;
}
.contact-info {
    top: 23px;
}
    section.footer {
  z-index: 9;
}
.footer_icon
    span {
  font-size: 137px;
    font-weight: 600;
    color: #266372;
    font-family: "Poppins", sans-serif;
}
.footer_icon {
    top: 163px;
    left: 112px;
    z-index: 9;
    margin-top: 3px;
    margin-left: 86px;
}
.footer_icon
    small:hover {
  color: var(--color-primary);
}
.footer_wrapp {
    z-index: 9;
    position: relative;
}
.footer_button
    a strong:hover {
  color: white;
}
.contact-info
    a {
    color: #ffffffbd;
    font-size: 25px;
    margin-bottom: 10px;
    transition: .5s;
}
.footer_button
    p {
    color: white !important;
}

.footer_button
    a {
    color: white;
}
.logo_footer
    img {
    width: 343px;
}
.footer_button{
    z-index: 999;
    position: relative;
}
.bgBanner {
    background: var(--sub-color);
}
.bgBanner
    h1 {
    color: white;
    text-align: center;
    padding: 100px 0;
    font-weight: 900;
    font-size: 57px;
}
.blog__overlay
    h4.text-white {
    color: #1ca8cb ! IMPORTANT;
    font-size: 20px;
    font-weight: 700;
}
    section.blog__section.section .listing__blog h3 {

    line-height: 24px;

}
.bgBanner {
    background: var(--sub-color);
    position: relative;
}
.expertWrap::before {
    background: #000000ad;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.expertWrap a {
    color: var(--color-primary);
    position: relative;
}

/*new css end */
    @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
    .mega-menu1{
    display:none;
    }
}
    @media(max-width:767px){
    .top-menu {
    border-bottom: 0;
    display: none;
    padding: 0;
}
    .banner-content {
    width: 90%;
    text-align: center;
}
    .main-menu__search{
    display:none;
    }
    .top-wrapper{
    display:none;
    } 
    .banner-content{
    left:50%;
    top:50%;
    }
    .social-icon{
    display:none;
    }
    .package-inclusion-widget ul {
    margin-left:13px;
    }
    .acc-wrapper{
    width:50px;
    height:54px;
    }
    .banner__text h1 {
    font-size: 28px;
    line-height: 38px;
    display: none;
}
section {
    padding: 60px 0;
}
.section-title p {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 20px;
}
html {
    overflow-x: hidden;
}
.each-destination {
    margin-bottom: 14px;
}
.twoImgWrap {
    display: none;
}
.about-img img {
    object-fit: cover;
    border-radius: unset;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.mainImg {
    margin-right: 0;
    width: 100%;
    margin-top: 14px;
}
.about-img {
    width: 100%;
    padding-right: 0;
}
.list__blog>div {
    margin-bottom: 0;

}
body.mobile-nav-active #logo img {
    filter: brightness(0.1);
    }
    .main-menu {
    margin-top: -6px;
}
.destination__section {
    z-index: unset;
  
}
.aboutWrap ,.aboutWrap .section-title{
    text-align: center;
}
a.btn {
    padding: 13.8px 35px ! IMPORTANT;
   
}
.single_place {
    margin-bottom: 15px;
   
}
.partnerLogo {
    border: 1px solid #0000000d;
    border-radius: 10px;
    min-height: 123px;
}
.partnerLogo img {
    object-fit: contain;
    max-width: 107px;
    min-width: 107px;
}
.section-title span {
    font-size: 22px;
    line-height: 30px;
  
}
.logo_footer img {
    width: 264px;
}
.footer_icon span {
    font-size: 76px;
    font-weight: 600;
   

}
.footer_icon {
    margin-left: 0;
}
div#packageWrap .place_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83%;
    z-index: 999;
    transform: translate(-50%, -50%);
    text-align: center;
}
div#packageWrap .thumb img {
    height: 226px;
    border-radius: 10px;
}
.single_place {
    transition: 0.5s;
    border-radius: 0;
    margin-bottom: 29px;
    border: 1px solid #BCCED2 !important;
    padding: 5px;
    border-radius: 24px !important;
}
#dayItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div#packageWrap a h3 {
    font-size: 24px;
  
}
.features-style1 .features-image, .features-style3 .features-image {
    width: 65px
    height: 55px;
    min-width: 65px;
   
}
.features-style1 .features-image img, .features-style3 .features-image img {
    width: 39px;
  
}
.tourmaster-single-header.detail {
    min-height: 34vh;
}
div#package-nav {
    z-index: 9;
}
.tourmaster-single-header .trip-topic h1 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    }
    .tourmaster-single-header-container.tourmaster-container .price-tag h3 {
    text-align: center;
    font-size: 25px;
    color: var(--color-primary) !important;
}
.trip-detail__table img 
.blog__overlay h3, .listing__blog h3 {
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 29px;
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.bgBanner h1 {
    color: white;
    text-align: center;
    padding: 58px 0;
    font-weight: 900;
    font-size: 31px;
}
};
    font-family: "Manrope", sans-serif;
}



::-webkit-scrollbar {
    width: 10px
     border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: black;
     border-radius: 10px;
}


::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary) !important;
}
section.about {
    background-image: url(https://travel.nicdark.com/snow-adventures-wordpress-theme/wp-content/uploads/sites/13/2023/05/i-parallax-16.jpeg);
    background-size: cover;
    background-position: center;
}
a.btn {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 14.8px 35px !IMPORTANT;
    border-radius: 48px !IMPORTANT;
    -webkit-transition: all 0.3s 0s ease-out !important;
    transition: all 0.3s 0s ease-out !important;
    background:var(--sub-color) !important;
}
.about-img {
    display: flex;
    padding-right: 0;
}

.twoImgWrap {
    display: flex;
    flex-direction: column;
}

.oneImg img {
    border-radius: 50px 0px 0px 0px;
    height: 289px;
    margin-left: 10px;
}

.towImg img {
    border-radius: 50px 0px 0px 0px;
    height: 289px;
    margin-left: 10px;
    margin-top: 10px;
}

.mainImg {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}
section.upcoming-trips{
  position:relative;
  background: white;
}
section.upcoming-trips::before {
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2024/09/destination_bg_1.png);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46%;
}
div#packageWrap .place_info {
    position: absolute;
    top: 247px;
}
div#packageWrap .thumb img {
    height: 463px;
    border-radius: 20px;
}

div#packageWrap thumb img {
    height: 421px;
}
div#packageWrap a h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
}
div#packageWrap .place_info .price_days {
    margin-top: 10px;
    padding-top: unset;
    border-top: unset;
}
div#packageWrap .place_info {
    position: absolute;
    top: 350px;
    left: 39px;
    width: 82%;
    z-index: 999;
}
div#packageWrap .days a, div#packageWrap .days i {
    color: #ebebeb;!i;!;
    font-size: 17px;
    font-weight: 700;
}
div#packageWrap .thumb{
    position:relative;
    border-radius: 20px;
}

div#packageWrap .thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #113d48d6, #feb47b00);
    border-radius: 20px;
    z-index: 999;
}
section.testimonial.position-relative {
    /* background: #3e9eb4; */
    background-image: url(https://www.onlygfx.com/wp-content/uploads/2021/08/mountain-drawing-tattoo-3643.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
section.testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fffffffa;
}
.partnerLogo img {
    object-fit: contain;
    max-width: 128px;
    min-width: 128px;
}
.partnerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: white;
    border-radius: 10px;
}
.features-image {
    background: var(--color-primary) !important;
}
.features-style1 {
    display: flex;
}
.imgWhy img {
    border-radius: 24px;
    width: 100%;
    height: 294px;
    object-fit: cover;
}

.list__blog {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 20px 35px rgba(10, 10, 10,0.09);
    background: white;
}
section.blog__section.section {
    background-color: #f0f0f0;
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2024/09/map.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
}
section.site-footer::before {
    background: #00234b;
    background-size: cover;
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 100%;
}
section.site-footer{
    position:relative;
    background-image: url(https://images6.alphacoders.com/123/thumb-1920-1237626.jpg);
    background-size: contain;
    background-position: bottom;
    background-image: url(https://rajeshhardwares.com/core/storage/app/public/site/791721640572.png);
    background-repeat: repeat-x;
}


/*footer */

section.footer {
  background-color: var(--sub-color);
}
.footer_bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -16px;
  background-image: url(https://www.ganeshkunda.com.np/wp-content/themes/archiesoft/img/footer_bg.webp);
  opacity: 0.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.footer_icon small {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  left: 118px;
  top: 73%;
  transform: translateY(-72%);
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  color: white;
}
.contact-info {
  top: 23px;
}
section.footer {
  z-index: 9;
}
.footer_icon span {
  font-size: 137px;
  font-weight: 600;
  color: #266372;
  font-family: "Poppins", sans-serif;
}
.footer_icon {
  top: 163px;
  left: 112px;
  z-index: 9;
  margin-top: 3px;
  margin-left: 86px;
}
.footer_icon small:hover {
  color: var(--color-primary);
}
.footer_wrapp {
  z-index: 9;
  position: relative;
}
.footer_button a strong:hover {
  color: white;
}
.contact-info a {
    color: #ffffffbd;
    font-size: 25px;
    margin-bottom: 10px;
    transition: .5s;
}
.footer_button p {
    color: white !important;
}

.footer_button a {
    color: white;
}
.logo_footer img {
    width: 154px;
}
.footer_button{
    z-index: 999;
    position: relative;
}
.bgBanner {
    background: var(--sub-color);
}
.bgBanner h1 {
    color: white;
    text-align: center;
    /* padding: 100px 0; */
    font-weight: 900;
    font-size: 57px;
    z-index: 99;
    position: relative;
}
.blog__overlay h4.text-white {
    color: #1ca8cb ! IMPORTANT;
    font-size: 20px;
    font-weight: 700;
}
section.blog__section.section .listing__blog h3 {

    line-height: 24px;

}
.bgBanner {
    background: var(--color-primary);
    position: relative;
}
.footer__recommended-media img {
    width: 126px;
    /* margin-left: 10px; */
    margin-right: 23px;
}
.site-footer__secondary.py-3.text-center {
    background: #213958;
    padding: 25px;
    margin-top: 48px;
    z-index: 9;
    position: relative;
}
.online-pay p {
    font-weight: 500;
}
.expertImg img {
    width: 171px;
    margin: 15px 0;
    z-index: 99;
    position: relative;
    border-radius: 100px;
    max-height: 171px;
    min-width: 171px;
    min-height: 171px;
    object-fit: cover;
    max-width: 171px;
}

.expertWrap h2 {
    font-size: 20px;
    font-weight: 600;
    z-index: 99;
    position: relative;
    color: white;
    text-transform: capitalize;
}

.expertWrap {
    text-align: center;
    background-image: url(https://lh4.googleusercontent.com/proxy/BuIDqWzX-CUpK0jV-F1mELii1RmEe9WY5fXYh1rdrY6zYsx9ifF38H0z1wta0qiqRYJlpkBIG1LrcH_QX-n8hWwDSRYUL0rCw-PcLWAxzZeUWYbjHm5SrPKP4kIatE5T0ZisPGdsIwj9Obc);
    position: relative;
    margin-top: 10px;
    background-size: cover;
}

.expertWrap h4 {
    font-size: 16px;
    position: relative;
    color: #ffffff;
    font-weight: 100;
    margin-top: 6px;
}

expertWrap a {
    color: var(--color-primary);
}
.expertWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d1;
}

.expertWrap a.mb-0 {
    color: #1ca8cb;
    position: relative;
    font-size: 25px;
    font-weight: 700;
}
/*#navbarSupportedContent {*/
/*    position: fixed;*/
    top: 0; /* Adjust as needed */
    width: 100%; /* Keep the original width */
    z-index: 1000; /* Ensure it's above other content */
/*}*/


.sticky {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 9;
    border-bottom: 4px solid #1ca7ca;
    left: 0;
    padding-left: 100px;
    box-shadow: 0 -2px 205px rgba(0, 0, 0, .04), 0 -0.6px 61.8px rgba(0, 0, 0, .0261), 0 -0.25px 25px rgba(0, 0, 0, .02), 0 -0.09px 9px rgba(0, 0, 0, .0139);
}

.sticky {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    left: 0;
    padding-left: 100px;
    border-bottom: 4px solid #4e5bd6;);
    z-index: 99;
}
.package-nav li.nav-item {
    margin-top: 0;
    color: white;
    /* margin-right: 12px; */
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    =: 10px;
    border-right: 1px solid #ffffff54;
    border-bottom: 0;
    border-top: 0;
}
.package-detail-main {
    padding-bottom: 100px;
}
.package-inclusion-widget ul li::before {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ2CNG4b-wgeREk8W0AaPEi5iYaKP40qUUqosQIOAx-_RkBxdF47luqydGOr5MH_40UgW0&usqp=CAU);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -38px;
    content:"";
    background-repeat: no-repeat;
    border-radius: 100px;
}
#notIncludeWrap ul li::before {
    background-image: url(https://png.pngtree.com/png-vector/20190419/ourmid/pngtree-vector-cross-icon-png-image_960976.jpg);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -38px;
    content: "";
    background-repeat: no-repeat;
    border-radius: 100px;
}
.overviewWrap {
    border-left: 5px solid;
    border-radius: 10px;
    padding-left: 21px;
    border-color: var(--sub-color);
}
div#navbarSupportedContent {
    /* background: #e8e7e5; */
}


.sticky li.nav-item {
 
    border: unset;
  
}
div#package-nav ul.navbar-nav {
    /* margin: 0 auto; */
}

div#package-nav 
.sticky ul.navbar-nav {
    margin: unset;
}
.imgWrap {
    height: 271px;
    width: 100%;
    border-radius: 10px;
    transition: .5s;
    transform: scale(1);
    overflow: hidden;
}

.imgWrap:hover {
    overflow: hidden;
    transform: scale(1.2);
    transition: .4s;
    border-radius: 10px;
}

.imgBox {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.imgWrap {
    overflow: hidden;
}

.imgBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
}
.destinationWrap {
    overflow: hidden;
    border-radius: 10px;
}


.imgBox img {
    min-height: 274px;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}
.tourBox {
    position: absolute;
    bottom: 16px;
    left: 31px;
    background: var(--color-primary);
    width: 81px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    border-radius: 4px;
}

.tourBox p {
    color: white;
    font-weight: 300;
}
.text span {
    border: 1px solid white;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin-right: 10px;
}
.secondImg img {
    position: absolute;
    width: 352px;
    left: 0;
    bottom: -103px;
    height: 343px;
    object-fit: cover;
}

.mainImg img {
    width: 80%;
    height: 448px;
    position: relative;
    margin-right: 0 auto;
    right: 0;
    /* position: absolute; */
}
section.about {
    padding-bottom: 100px;
    position: relative;
}
.secondImg img {
   
    animation: moveLeftRight 3s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(30px);
    }
}
.about-content img {
    border-radius: 10px;
}
/*new css end */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
    .mega-menu1{
        display:none;
    }
}

@media(max-width:767px){
    .online-pay.w-100.d-flex.align-items-center.justify-content-between {
    display: flex;
    flex-direction: column;
}
    .footer__recommended-media {
    margin: 10px 0;
}
.secondImg {
    display: none;
}section.about {
    padding-bottom: 60px;
}
    .site-footer {
  
    padding-top: 59px;
}


    .tourPackage h1 {
    color: white;
    font-size: 19px;

}
    .sticky {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    left: 0;
    padding-left: unset;
    border-bottom: unset;
    z-index: 99;
}
    .top-menu {
    border-bottom: 0;
    display: none;
    padding: 0;
}
    .banner-content {

    width: 90%;
    text-align: center;
}
    .main-menu__search{
        display:none;
    }
    .top-wrapper{
        display:none;
    } 
    .banner-content{
        left:50%;
        top:50%;
    }
    /*.social-icon{*/
    /*    display:none;*/
    /*}*/
    .package-inclusion-widget ul {
        margin-left:13px;
    }
    .acc-wrapper{
        width:50px;
        height:54px;
    }
    .banner__text h1 {
        font-size: 19px !important;
        line-height: 26px !important;
    }
    
    .banner__text h2{
        display:none;
    }
section {
    padding: 60px 0;
}
.section-title p {
   font-size: 15px;
   line-height: 24px;
   padding-bottom: 0;
   margin-bottom: 0;
}
.section-title {
    margin-bottom: 20px;
}
html {
    overflow-x: hidden;
}
.each-destination {
    margin-bottom: 14px;
}
.twoImgWrap {
    display: none;
}
.about-img img {
    object-fit: cover;
    border-radius: unset;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.mainImg {
    margin-right: 0;
    width: 100%;
    margin-top: 14px;
}
.about-img {
    width: 100%;
    padding-right: 0;
}
.list__blog>div {
    margin-bottom: 0;

}
/*body.mobile-nav-active #logo img {*/
     
/*        filter: brightness(0.1);*/
/*    }*/
/*    .main-menu {*/
/*    margin-top: -6px;*/
/*}*/
.destination__section {
  
    z-index: unset;
  
}
.aboutWrap ,.aboutWrap .section-title{
    text-align: center;
}
a.btn {
   
    padding: 13.8px 35px ! IMPORTANT;
   
}
.single_place {
   
    margin-bottom: 15px;
   
}
.partnerLogo {

    border: 1px solid #0000000d;
    border-radius: 10px;
    min-height: 123px;
}
.partnerLogo img {
    object-fit: contain;
    max-width: 107px;
    min-width: 107px;
}
.section-title span {
    font-size: 15px;
    line-height: 25px;
}
.logo_footer img {
    width: 264px;
    margin-bottom: 30px;
    display: flex;
}
.footer_icon span {
    font-size: 76px;
    font-weight: 600;
   

}
.footer_icon {
  
    margin-left: 0;
}
div#packageWrap .place_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83%;
    z-index: 999;
    transform: translate(-50%, -50%);
    text-align: center;
}
div#packageWrap .thumb img {
    height: 226px;
    border-radius: 10px;
}
.single_place {
    transition: 0.5s;
    border-radius: 0;
    margin-bottom: 29px;
    border: 1px solid #BCCED2 !important;
    padding: 5px;
    border-radius: 24px !important;
}
#dayItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div#packageWrap a h3 {
    font-size: 24px;
  
}
.features-style1 .features-image, .features-style3 .features-image {
  
    width: 65px
    height: 55px;
   
    min-width: 65px;
   
}
.features-style1 .features-image img, .features-style3 .features-image img {
    width: 39px;
  
}
.tourmaster-single-header.detail {
    min-height: 34vh;
}
div#package-nav {
    z-index: 9;
}
.tourmaster-single-header .trip-topic h1 {
        font-size: 30px;
        text-transform: capitalize;
        line-height: 40px;
        text-align: center;
    }
    .tourmaster-single-header-container.tourmaster-container .price-tag h3 {
    text-align: center;
    font-size: 25px;
    color: var(--color-primary) !important;
}
.trip-detail__table img 
.blog__overlay h3, .listing__blog h3 {
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 29px;
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.bgBanner h1 {
    color: white;
    text-align: center;
    padding: 58px 0;
    font-weight: 900;
    font-size: 25px;
    padding-top: 81px;
    line-height: 34px;
    font-weight: 500;
}
}
.sticky li.nav-item {
    margin-top: unset;
    color: unset;
    margin-right: unset;
    background: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
    padding: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    margin: 0 6px;
}
.tourPackage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.tourPackage h1 {
    color: white;
    font-size: 47px;
    font-weight: 600;
}

.tourmaster-single-header.detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #00000036; */
}
.sticky a.nav-link {
    color: #0a0a0a !important;
}

.sticky .nav-link svg {
    filter: brightness(0);
}
.sideBarTour {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    margin-top: -100px;
    position: relative;
}
.footer-widget__explore-list li a:hover {
    padding-left: 7px;
    color: #a2e8fa;
}
.navbar-nav .nav-link.active {
    color: #fff !important;
    background: #a4a2a1;
    border-radius: 4px;
}
.detail-main-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    scroll-margin-top: 60px;
}

.search-sec{
    display:flex;
    align-items:center;
    gap:8px;
    z-index: 9;
}
   .header-contact i {
    border: unset;
    height: unset;
    width: unset;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fa-whatsapp{
    font-size:18px;
}

.top-icon i {
    color: var(--sub-color);
    /*border: 1px solid var(--sub-color);*/
    border-radius: 50%;
    /*height: 30px;*/
    /*width: 30px;*/
    display: grid;
    place-items: center;
}

.bottom-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 99;
}

.quote-btn {
    background: var(--color-secondary);
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-right: 8px;
    border-radius: 5px;
}

.whats-btn {
    background: var(--sub-color);
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.ex input {
    border: 1px solid var(--color-secondary);
    padding: 18px 15px;
}
.widget-icon-box {
    width: 4.5rem;
    height: 4.5rem;
    background-color: #f7f7f7;
    border: 1px solid var(--sub-color);
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.widget-icon-box i {
    font-size: 2.7rem;
    color: #929292;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.widget-icon-wrapper {
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 35px;
    border: 1px solid var(--sub-color);
}
.headerOverlay {
    /* background-image: url(https://travel.nicdark.com/snow-adventures-wordpress-theme/wp-content/uploads/sites/13/2023/05/i-parallax-19.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-position: right;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section.banner-area.position-relative {
    /* z-index: 9999; */
    position: relative;
}
.banner__text.mb-4 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 51%;
    left: 50%;
    text-align: center;
}
.banner__text h1 span {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 130px;
    font-style: italic;
    text-shadow: 3px 3px 0px #FD661E;
    display: block;
    line-height: 150px;
}

.banner__text h1 {
    /* color: #1E92FD; */
    /* font-family: "Jost", Sans-serif; */
    font-size: 45px;
    /* font-style: italic; */
    text-shadow: unset;
    line-height: 50px;
    font-family: "Poppins", serif ! IMPORTANT;
}
.planTrip {
    margin: 0px 0px 0px 0px;
    padding: 27px;
    background-color: #000000;
    background-image: url(https://travel.nicdark.com/snow-adventures-wordpress-theme/wp-content/uploads/sites/13/2023/05/d-banner-01.jpeg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
img.attachment-large.size-large.wp-image-7454 {
    width: 80px;
    height: 80px;

}
.planTrip h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: white;
    font-family: "Poppins", serif;
    padding-left: 25px;
    margin-bottom: 0;
}
.section-title h4 {
    color: #fd661e;
   
    font-size: 30px;
    line-height: 1.5em;
    font-family: "Reenie Beanie", serif;
}
section.planTheTripe::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://www.himalayanwonders.com/assets/rblue/images/peaks/mount-everest/everest-8848m.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
}
.iconsCountry {
    width: 23px;
    border: 0;
}
.imgCountryIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    width: 50%;
    padding: 9px 13px;
    margin: 0 auto;
    margin-top: -21px;
    background: #fd661e;
    z-index: 999;
    position: relative;
    color: white;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ourDestinationText {
    text-align: center;
    font-size: 82px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(10px);
    font-weight: 800;
    z-index: -1;
    color: #7f746fa8;
    opacity: .1;
    text-transform: uppercase;
    letter-spacing: 6px;
    transform: rotate(271deg);
    width: 23px;
    height: 103%;
}
.card.single_place.wow.fadeInUp.animated {
    padding: 0;
    border: 0 !important;!i;!;
    border: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.place_info.card-body {
    border: 0 !IMPORTANT;!I;!;
    border-radius: 0 !IMPORTANT;!I;!;
}

section.best-seller::before {
    background: #fffffff2;
    /* opacity: .1; */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
strong.trip-card__meta-label {
    font-weight: 500;
    font-size: 14px;
    color: #6d6868;
}
.videoSect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e3;
}
.bg-gray {
    background: #f0f0f0;
}
section.testimonial::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    /* background-image: url(https://travel.nicdark.com/snow-adventures-wordpress-theme/wp-content/uploads/sites/13/2023/05/i-parallax-20-1024x683.jpeg); */
    width: 50%;
    height: 473px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.listing__blog p {
    font-size: 14px;
    background-color: #fd661e;
    padding: 5px 13px;
    color: white;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: -14px;
    font-weight: 400;
    margin-bottom: -11px;
}
section.blog__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0f0;
}
.logo_footer p {
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}

.logo_footer img {
    width: 130px;
    margin-bottom: 35px;
}

ul.footer-widget__about-contact {
    /* display: flex; */
    align-items: center;
}

ul.footer-widget__about-contact li {
    margin-right: 13px;
}
p.footerLargeText {
    transform-origin: 50% 50%;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    color: #2C3138;
    font-weight: 800;
    font-size: 164px;
}
button#scrollToTopBtn {
    position: fixed;
    bottom: 103px;
    right: 100px;
    z-index: 99999;
    border-radius: 3px;
    border: 0;
    border: 1px solid white;
    padding: 8px 2px;
    background: unset;
}
  .scroll-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            animation: upDownAnimation 1s ease-in-out infinite alternate;
        }

        @keyframes upDownAnimation {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-10px);
            }
        }
button#scrollToTopBtn img {
    width: 54px;
    filter: brightness(0) invert(1);
    height: 57px;
    padding: 7px;
    object-fit: contain;
}
a.nav-link.active svg {
    filter: brightness(0) invert(1);
}
img.sliderBtn {
    width: 27px !IMPORTANT;!I;!;
    height: unset !IMPORTANT;!I;!;
}
section.planTheTripe {
    padding-bottom: 75px;
}
@media(max-width:767px){
    iframe.ytplayer-player.w-100 {
    height: 196px;
}
    .footer-widget__column.footer-widget__explore {
    flex-direction: column;
}
    p.footerLargeText {

    display: none;
}
    section.testimonial::after{
        display:none;
    }
      #logo img {
        width: 65px;
        position: absolute;
    }
    .banner-area .item {
    height: 35vh;
    position: relative;
}
.banner-content {

        /*display: none;*/
    }
    
    .banner__text{
        width:95% !important;
    }
    .banner-area .owl-theme .owl-nav{
        bottom:0;
    }

}
td.departure-list__title a {
    font-size: 19px;
    font-weight: 500;
    position: relative;
    color: #181d4e;
}
td.departure-list__btn a.btn.btn--border.btn--small.react-nolink {
    background: white !important;!i;!;
    color: #fd661e !important;!i;!;
    padding: 10px 22px !IMPORTANT;!I;!;
    border: 1px solid;
    font-size: 14px !important;!i;!;
}
.testimonialImg {
    border-radius: 10px;
    overflow: hidden;
}
.testimonialImg img {
    height: 292px;
}
.package-nav li.nav-item {
    min-width: 10.8%;
}

ul.navbar-nav {
    width: 100%;
}

.sticky ul.navbar-nav{
    width: unset !important;
}
.sticky li.nav-item {
   min-width: unset;
}
.videoTourDetail {
    height: 411px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#btnTourDetail {
    width: 49%;
    padding: 13px;
}

.discount-card.discount-card--transparent {
    background-color: #fff0
}

.discount-card {
    background-color: #ebf7fa;
    padding: 0
}

.discount-card__header tr {
    padding: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.discount-card.discount-card--transparent .discount-card__header-title {
    font-size: 1.5rem
}

.discount-card__header-title {
    font-family: "CerebriSans-Bold",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.08;
    color: #1b2b3a;
    float: left;
    text-align: left
}

.discount-card__header tr:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 9px;
    right: 9px;
    display: block;
    background: #002a47
}

.discount-card.discount-card--transparent .discount-card__list {
    padding-bottom: 0
}

.discount-card__list {
    padding: 10px 16px;
    display: block;
    overflow: hidden
}

.discount-card__list tr {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    display: block;
    overflow: hidden
}

.discount-card.discount-card--transparent .discount-card__list tr td {
    font-size: 1.6rem;
    background-color: #fff
}

.discount-card__list tr .person {
    padding-right: 5px
}

.discount-card__list tr td {
    display: inline-block;
    vertical-align: top;
    background: #ebf7fa;
    font-family: "CerebriSans-Regular",sans-serif;
    font-size: 17px;
    color: #1b293a;
    float: left;
    text-align: left
}

.discount-card.discount-card--transparent .discount-card__list tr td {
    font-size: 1.5rem;
    background-color: #fff
}

.discount-card__list tr td:last-child {
    text-align: right;
    float: right
}

.discount-card__list tr .discount-price {
    padding-left: 5px
}

.discount-card__list tr:after {
    content: "";
    height: 1px;
    z-index: -1;
    top: 50%;
    position: absolute;
    transform: translateY(50%);
    left: 0;
    right: 0;
    background-image: url(../images/dashed.svg);
    background-repeat: repeat-x
}

table {
    margin: 0;
    width: 100%!important
}
h2.accordion__action-btn {
    font-size: 22px;
    text-align: center;
    color: #fd661e;););););
    font-weight: 700;
}

.month-trip img {
    width: 25rem
}
span.groupTrip {
    background: #fd661e;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    color: white;
    font-size: 16px;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -15px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.teamWrap {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.team-content-info h5 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-content-info {
    text-align: center;
    padding: 18px;
}
.testimonialVideo {
    height: 315px;
}
.client-review-image-content {
    display: flex;
}

.about_page-img img {
    height: 500px;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

section.aboutPage p {
    font-size: 15px;
    line-height: 26px;
}
.experience_img img {
    width: 81px;
}
section.book_tour {
    /* background-image: url(https://www.rajasthantourplanner.com/images/nepal-tours.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}
.blue_3 {
    background: #00234b;
}
.experience_text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
section.book_tour h1 {
    color: white;
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
}
.bannerImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 991px) {

    .menu-wrap {

        height: unset !important;
      
    }
}
@media (max-width: 767px) {
    .testimonialVideo {
    height: 157px
}
    .listing__blog h3 a {

    font-size: 18px;

    line-height: 27px;
}
    .site-footer__secondary.py-3.text-center {


    padding-bottom: 55px ! IMPORTANT;
}
    td.departure-list__title a {
    font-size: 16px;
   
}
   div#bookingTable thead.thead tr th:nth-child(1){
    min-width:200px
}
div#bookingTable thead.thead tr th:nth-child(3),div#bookingTable thead.thead tr th:nth-child(4){
    min-width:200px
}



  .package-nav li.nav-item {
    min-width: 155px;
}
.footer-widget__explore-list li a {
   
    font-size: 15px;
    font-weight: 200;
  
}
.footer-widget__title {margin: 18px 0;font-size: 18px;}
.testimonialImg {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
body {
    overflow-x: hidden !important;!i;!;
}

html {
    overflow-x: hidden !important;!i;!;
}
.each-destination h3 {

    font-size: 22px;

}
.imgWrap {
    height: 201px;
    
}
.each-destination h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 4px #000000b0;
}
    .listing__blog h3 a {
        font-size: 18px;
        line-height: 27px;
    }
    .imgCountryIcons {
        padding: 7px 17px;
    width: 67%;
   
}

section.planTheTripe {
    padding-bottom: 76px;
}
.testimonialImg img  {
    min-height: 157px;
}
.fa-angle-down:before{
    display:none;
}
.footer-widget__about-contact li .text a {
    font-size: 15px;

}

.newMenu {
  
    display: none;
}
section.planTheTripe::before {

    right: 0;

}
}

.banner-area .item img {
    width: 100%;
    object-fit: cover; /* Ensures image covers the container */
    animation: zoomEffect 10s ease-in-out infinite alternate;
}


@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


.banner-area .item{
    overflow:hidden;
}

.banner-area .item img {
    width: 100%;
    object-fit: cover; /* Ensures image covers the container */
    animation: zoomEffect 10s ease-in-out infinite alternate;
}
