





@charset "UTF-8";
/*
Theme Name: AdventureGene - Travel Adventure & Tours
Theme URL: https://e-wises.com/tf/adventure-gene/
Author: Ewises
Author URI: https://themeforest.net/user/e-wises
Description: Landing Page template
Version: 1.0.0
*/
/* Sections*/
/*Common style*/
/*=== Background Overlay === */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

h1,h2,h3,h4,h5,h6,li,a {
    font-family: "Lora", serif ;
}

:root {
    --maincolor: #4263c1;
    --secondcolor:#468be8;
    --white:#ffffff;
    --black:#000000;
    --bordercolor:#dddddd;
    --body-color: #383838;
    --greybgcolor:#f2f2f2;
}
/*i {*/
/*    font-family: 'FontAwesome' !important;*/
/*    font-style: normal !important;*/
/*}*/

html {
    scroll-behaviour: smooth;
}

body{
    overflow-x: clip;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Barlow", serif !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*My Codes*/
/*Header*/

.holiday-demo6 .header .top-header {
    background: var(--nav-background-color) !important;
    color: #fff;
    text-align: center;
}

.abutArea-global1 p {
    color: #222;
}

.holiday-demo6 .header .main-navbar .navbar-collapse .form-search-overlay .search-box {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.holiday-demo6 .header .main-navbar .navbar-collapse .form-search-overlay .search-box input {
    width: 100%;
    height: 75px;
}

.holiday-demo6 .header .main-navbar .navbar-collapse .form-search-overlay .search-box button {
    background: var(--maincolor);
    border: 1px solid transparent;
    color: #fff;
    position: absolute;
    right: 0;
    height: 75px;
    width: 85px;
    font-size: 24px;
}

.holiday-demo6 .header .main-navbar .navbar-collapse .form-search-overlay .close-btn {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    font-size: 50px;
}

.holiday-demo6 .header .main-navbar .navbar-collapse {
    justify-content: space-between;
}

.holiday-demo6 .header .form-search-overlay {
    visibility: hidden;
    display: flex;
    opacity: 0;
    transition: 0.5s ease-in;
    background: #000000bf;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 21;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.holiday-demo6 .showform-search-overlay {
    visibility: visible !important;
    opacity: 1 !important;
}

.holiday-demo6 .header .login-cart ul {
    display: flex;
}

.holiday-demo6 .header .main-navbar ul .menu-item-has-children {
    position: relative;
}

.holiday-demo6 .header .top-header p strong {
    color: #fd5262;
}

.holiday-demo6 .header .mid-header {
    border-top: 5px solid #00bff3;
    border-bottom: 1px solid #e7f1f3;
    /*height: 86px;*/
    padding: 15px 0;
}

.holiday-demo6 .header .top-header p {
    margin: 0;
    padding: 5px 0;
    color: #fff;
}

.holiday-demo6 .header .mid-header .logo-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.holiday-demo6 .header .mid-header .logo-contact .header-contact p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.holiday-demo6 .header .mid-header .logo-contact .header-contact p a {
    color: #222;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.holiday-demo6 .header .mid-header .logo-contact .header-contact p i {
    font-size: 21px;
}

.holiday-demo6 .header .mid-header .logo-contact .header-contact span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #333e57;
}

.holiday-demo6 .header .main-navbar {
    background: var(--nav-background-color);
}

.holiday-demo6 .header .main-navbar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    display: block;
    line-height: 30px;
    cursor: pointer;
}

.holiday-demo6 .header .main-navbar ul li {
    border-left: 1px solid #595959;
}

.holiday-demo6 .header .main-navbar ul li:last-child {
    border-right: 1px solid #595959;
}

.holiday-demo6 .header {
    position: initial;
}

.holiday-demo6 .header .main-navbar ul .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 42px;
    background: #393939;
    width: 270px;
    z-index: 2;
}
        
/*Header Ends*/


/*Banner Starts*/

.agro_banner {
    background: transparent;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items figure {
    margin: 0;
    position: relative;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items figure:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000052;
    position: absolute;
    top: 0;
    left: 0;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.holiday-demo6 .agro_banner .sliderArea {
    height: auto;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items {
    height: 83vh;
    overflow: hidden;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items .slider-contents .slider-contents-overlay-relative {
    padding: 0;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items .slider-contents .slider-contents-overlay {
    position: initial;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items .slider-contents .slider-contents-main span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    padding: 0 0 8px 0;
    line-height: 1.7;
}

.holiday-demo6 .breadcrumb-area {
    position: relative;
    background-color: var(--input-color);
    padding: 20px 0;
}

.holiday-demo6 .agro_banner .sliderArea .slider-items .slider-contents .slider-contents-main h2 {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    padding: 0;
    /*text-transform: uppercase;*/
}

/*Banner Ends*/

/*Featured Packages Starts*/

.holiday-demo6 .package-area .single-adventure figure {
    position: relative;
    margin: 0;
}

.holiday-demo6 .package-area .single-adventure figure .tour {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000001c;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.holiday-demo6 .package-area .single-adventure figure img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.holiday-demo6 .package-area .single-adventure .adventure-content {
    border: 1px solid #ddd;
    padding: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.holiday-demo6 .package-area .single-adventure .adventure-content h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 6px 0;
}

.holiday-demo6 .package-area .single-adventure .adventure-content p {
    margin: 0;
    color: var(--maincolor);
    font-size: 21px;
}

.holiday-demo6 .package-area .nav-style-one .prev-icon,
.holiday-demo6 .package-area .nav-style-one .next-icon {
    visibility: visible;
    opacity: 1;
}

.holiday-demo6 .package-area .nav-style-one .prev-icon {
    left: -25px;
}

.holiday-demo6 .package-area .nav-style-one .next-icon {
    right: -18px;
}

.holiday-demo6 .activity-detailspage .single-adventure h6 a {
    font-size: 18px;
    font-weight: 600;
}

.holiday-demo6 .activity-detailspage .single-adventure .price {
    color: var(--maincolor);
    font-size: 20px;
}

.holiday-demo6 .activity-detailspage .section-title {
    margin: 0 0 40px 0;
}

/*Featured Packages Ends*/

/*Featured Activities Starts*/

.holiday-demo6 .activityArea .section-tittle .tittle,
.holiday-demo6 .attraction-area .section-tittle .tittle{
    color: #222;
}

.holiday-demo6 .activityArea .activities-info .blogCaption {
    padding: 16px;
}

.holiday-demo6 .activityArea .activities-info .blogCaption h3 {
    font-size: 21px;
    margin: 0 0 6px 0;
    font-weight: 300;
}

.holiday-demo6 .activityArea .activities-info .blogCaption .pera {
    display: none;
}

.holiday-demo6 .activityArea .activities-info .blogCaption p {
    font-size: 14px;
    margin: 0;
}

.holiday-demo6 .activityArea .sliderArrow .prev-icon,
.holiday-demo6 .global-testimonialslider .prev-icon{
    left: 0;
    top: 50%;
}

.holiday-demo6 .activityArea .sliderArrow .next-icon,
.holiday-demo6 .global-testimonialslider .next-icon{
    right: 0;
    top: 50%;
}

.holiday-demo6 .global-testimonialslider .clientText .ratings {
    display: flex;
    margin: 10px 0 0 0;
}

.holiday-demo6 .global-testimonialslider .clientText .ratings li i {
    color: #ffa500;
}

.holiday-demo6 .cta_2 {
    background-attachment: fixed;
}

.holiday-demo6 .activities-section .section-title {
    text-align: center;
}

.holiday-demo6 .activities-section .activities-sectionwrap {
    margin: 40px 0 0 0;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block figure {
    margin: 0;
    position: relative;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block figure .posted-date {
    position: absolute;
    top: 3%;
    background: var(--maincolor);
    color: #fff;
    right: 3%;
    padding: 0px 10px;
    font-size: 14px;
    z-index: 1;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block figure .posted-date i {
    margin-right: 5px;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block h3 a {font-size: 20px;/* font-weight: 600; */}

.holiday-demo6 .activities-section {
    background: #f1f1f1;
    padding: 60px 0;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block h3 {
    margin: 0 0 10px 0;
}

.holiday-demo6 .activities-section .activities-sectionwrap .activities-block .price-package {
    font-size: 21px;
    color: var(--maincolor);
}

.holiday-demo6 .activities-section .section-button {
    text-align: center;
}

.holiday-demo6 .activities-section .section-button .btn {
    background: var(--maincolor);
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

.holiday-demo6 .trip-itinery .accordion-item button:focus {
    outline: none;
    box-shadow: none;
}

.holiday-demo6 .trip-itinery .accordion-item button i {
    display: none;
}

/*Featured Activities Ends*/

/*Blogs Strats*/

.holiday-demo6 .blog-area .single-blog-thumbs span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000099;
    padding: 5px 10px;
    border-top-right-radius: 5px;
}

.holiday-demo6 .blog-area .single-blog-thumbs span a {
    color: #fff;
}

.holiday-demo6 .blog-area .single-blog-thumbs span i {
    color: #fff;
}

.holiday-demo6 .blog-area .single-blog-thumbs span:before {
    display: none;
}

.holiday-demo6 .blog-area .single-blog-thumbs span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000099;
    padding: 5px 10px;
    border-top-right-radius: 5px;
}

.holiday-demo6 .blog-area .single-blog-thumbs span a {
    color: #fff;
}

.holiday-demo6 .blog-area .single-blog-thumbs span i {
    color: #fff;
}

.holiday-demo6 .blog-area .single-blog-thumbs span:before,
.holiday-demo6 .blog-area .single-blog-contents .single-blog-contents-tags{
    display: none;
}

.holiday-demo6 .blog-area .single-blog-contents {
    border: 1px solid #ddd;
    margin: 0 !important;
    padding: 10px;
}

.holiday-demo6 .blog-area .single-blog-contents h3 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
}

.holiday-demo6 .blog-area .single-blog-contents p { 
    font-size: 16px;
    line-height: 1.5;
}

.holiday-demo6 .blog-area .single-blog-contents .btn {
    background: var(--button-color);
    color: #fff;
    transition: 0.2s ease-in;
}

.holiday-demo6 .blog-area .single-blog-contents .btn:hover {
    background: var(--button-hover-color);
}

.holiday-demo6 .blog-main .main-blog figure {
    position: relative;
}

.holiday-demo6 .blog-main .main-blog figure .post-title {
    position: absolute;
    top: 0;
}

.holiday-demo6 .main-blog .post-title {
    position: absolute;
    top: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    border-radius: 7px;
}

.holiday-demo6 .main-blog figure {
    position: relative;
}

.holiday-demo6 .main-blog figure img {
    width: 100%;
}

.holiday-demo6 .main-blog .post-title h3 a {
    color: #fff;
    font-weight: 600;
}

.holiday-demo6 .other-blogs {
    display: flex;
    margin-left: 80px;
    margin-bottom: 20px;
}

.holiday-demo6 .other-blogs .blog-contents h3 a {
    font-size: 16px;
}

.holiday-demo6 .other-blogs .blog-contents h3 {
    line-height: 17px;
    font-weight: 600;
}

.holiday-demo6 .other-blogs figure {
    margin: 0;
    width: 40%;
}

.holiday-demo6 .other-blogs .blog-contents {
    width: 60%;
    padding: 10px;
}

.holiday-demo6 .other-blogs .blog-contents .posted-date {
    color: #808080;
    font-size: 14px;
}

.holiday-demo6 .other-blogs figure img {
    border-radius: 7px;
}

.holiday-demo6 .main-blog figure img {
    border-radius: 7px;
}

.holiday-demo6 .blog-main .blogs-wrapper {
    margin: 40px 0;
}

.holiday-demo6 .blog-main .blog-main-title {
    text-align: center;
}

/*Blog Ends*/


/*Testimonial Starts*/

.holiday-demo6 .testimonialarea-global .singleTestimonial-global {
    border-radius: 0;
    text-align: center;
    height: 400px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .pera {
    height: 144px;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .clientImg img {
    margin: 0 auto;
}

.everesttrailwalker-com .testimonialarea-global .singleTestimonial-global .clientImg img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .ratings {
    justify-content: center;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .client-imagewrap {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    margin: 0 -20px;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .client-imagewrap .clientImg,
.holiday-demo6 .testimonialarea-global .singleTestimonial-global .client-imagewrap .clientText{
    position: relative;
    z-index: 0;
}

/*.holiday-demo6 .testimonialarea-global .singleTestimonial-global .clientText span,*/
/*.holiday-demo6 .testimonialarea-global .singleTestimonial-global .clientText p{*/
/*    color: #fff;*/
/*}*/

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .testiPera {
    position: relative;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .testiPera:before {content: '\f10d';font-family: 'FontAwesome';color: var(--maincolor);font-size: 24px;}
 
.holiday-demo6 .testimonialarea-global .testimonialarea-title h1 {
    text-align: center;
    margin: 0 0 40px 0;
    color: #fff;
}

.holiday-demo6 .testimonialarea-global {
    position: relative;
}

.holiday-demo6 .testimonialarea-global:before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('/assets/img/testimonial-bg.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.holiday-demo6 .testimonialarea-global .singleTestimonial-global .client-imagewrap:before {
    content: '';
    width: 906px;
    height: 1004px;
    position: absolute;
    top: 54px;
    left: -85px;
    border-radius: 35%;
    background: var(--maincolor);
    animation: wave 15s infinite linear;
    z-index: 0;
}

@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}

/*Testimonial Ends*/

/*Image Gallery Starts*/

.holiday-demo6 .gallery .gallery-images {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.holiday-demo6 .gallery .gallery-images li {
    width: 33.33%;
    padding: 0 8px;
    margin: 0 0 15px 0;
}

.holiday-demo6 .gallery .gallery-images li figure {
    overflow: hidden;
    margin: 0;
    border-radius: 7px;
    position: relative;
}

.holiday-demo6 .gallery .gallery-images li figure:before {
    content: '\f03e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 28px;
    color: #fff;
    z-index: 1;
    opacity: 0.8;
}

.holiday-demo6 .gallery .gallery-images li figure img {
    transition: 0.5s ease-in;
    border-radius: 7px;
    height: 350px;
    object-fit: cover;
}

.holiday-demo6 .gallery .gallery-title i {color: rgb(238, 42, 123);}

.holiday-demo6 .gallery .gallery-images li figure img:hover {transform: scale(1.1);border-radius: 7px;}

/*Image Gallery Ends*/

/*Footer Starts*/

.holiday-demo6 .footer-area .footer-top,
.holiday-demo6 .footer-area .footer-bottom{
    background: #032041;
}

.holiday-demo6 .footer-area .footer-top p,
.holiday-demo6 .footer-area .footer-top h4{
    color: #fff;
}

.holiday-demo6 .footer-area .footer-top ul li a{
    color: #fff;
}

.holiday-demo6 .footer-area .footer-top .simplePresentCart {
    padding: 0;
    width: 25%;
    border: 1px solid transparent;
}

.holiday-demo6 .footer-area .footer-top .simplePresentCart h5 a {
    color: #fff;
    font-size: 14px;
}

.holiday-demo6 .copy-right-area {
    background: #02152a;
    padding: 10px 0;
}

.holiday-demo6 .copy-right-area p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.holiday-demo6 .footer-area .footer-bottom h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.holiday-demo6 .footer-area .footer-bottom {
    padding: 40px 0 0 0;
}

.holiday-demo6 .footer-area .footer-bottom .guide-wrapper span {
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0 20px 0;
}

.holiday-demo6 .footer-area .footer-bottom .expertmore-info {
    text-align: center;
    border: 1px solid var(--light-color);
    padding: 30px;
    border-radius: 7px;
    background: #02152a;
}

.holiday-demo6 .footer-area .footer-bottom .expertmore-info span {
    color: #fff;
    font-size: 16px;
}

.holiday-demo6 .footer-area .footer-bottom .expertmore-info  .expert-no a {
    font-size: 30px;
    padding: 10px 0;
    font-weight: 700;
    color: #fff;
    display: block;
}

.holiday-demo6 .footer-area .footer-bottom .expertmore-info  .expert-button a {
    background: var(--maincolor);
    color: #fff;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 4px;
}

.holiday-demo6 .footer-area .footer-top h4 {
    margin: 43px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.holiday-demo6 .footer-area .footer-top .data {
    width: 25%;
}

.holiday-demo6 .footer-area .footer-top .data img {
    height: 225px;
    object-fit: contain;
}

.holiday-demo6 .footer-area .footer-top .footer-widget:nth-child(2) {
    text-align: center;
}

.holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(2) .footer-widget,
.holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(3) .footer-widget{
    /*text-align: center;*/
    padding-left: 25px;
}

.holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(2) .footer-widget ul,
.holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(3) .footer-widget ul{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

/*Footer Ends*/

/*Activities Page Starts*/

.holiday-demo6 .bradcumb-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.holiday-demo6 .bradcumb {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 1;
}

.holiday-demo6 .bradcumb h3 {
    color: #fff;
    font-weight: 600;
}

.holiday-demo6 .bradcumb ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.holiday-demo6 .bradcumb ul li {
    color: #fff;
}

.holiday-demo6 .deatinationdetails-page .destinationdetails-description, .holiday-demo5 .deatinationdetails-page .destinationdetails-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
}

.holiday-demo6 .deatinationdetails-page .destinationdetails-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
}

.holiday-demo6 .deatinationdetails-page .destinationdetails-wrap p {
    text-align: justify;
    margin: 0;
}

.holiday-demo6 .deatinationdetails-page .destinationdetails-wrap h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
}

.holiday-demo6 .activity-detailspage .single-adventure a {
    position: relative;
    display: block;
}

.holiday-demo6 .activity-detailspage .single-adventure a .tour {
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background: var(--maincolor);
    color: #fff;
    position: absolute;
    top: 3px;
    border-radius: 5px 5px 5px 0;
    left: 8px;
    border-radius: 0;
}

.holiday-demo6 .activity-detailspage .single-adventure img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.holiday-demo6 .activity-detailspage .single-adventure .adventure-content {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
}

.holiday-demo6 .booking-area .single-why p {
    color: #808080;
}

/*Activities Page Ends*/

/*Blog Details Page Starts*/
    
.holiday-demo6 .related-blogs .tittle:before,.related-blogs .tittle:after {
    display: none;
}

.holiday-demo6 .singleBlog-global .blog-img .posted-date {
    position: absolute;
    bottom: 0;
    background: #000000a6;
    color: #fff;
    padding: 5px 5px;
    border-top-right-radius: 5px;
}

.holiday-demo6 .singleBlog-global .blogCaption h3 a {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
    
/*Blog Details Page Starts*/

/*Other Css*/

/*.holiday-demo6 .package-area .section-tittle h1 {*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    position: relative;*/
/*    color: #0d0d0d;*/
/*    margin-bottom: 12px;*/
/*    padding-bottom: 10px;*/
/*    display: inline-block;*/
/*}*/

/*.holiday-demo6 .package-area h1:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 80px;*/
/*    height: 2px;*/
/*    left: 50%;*/
/*    background: #f2b203;*/
/*    -webkit-transform: translateX(-50%);*/
/*}*/


.holiday-demo6 .destination-tabs .destination-title h1 {
    text-align: center;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap figure {
    position: relative;
    margin: 0;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap figure span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000000f;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap figure span i {
    position: relative;
    top: -4px;
    left: -5px;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .more-contents {
    border: 1px solid #ddd;
    padding: 20px;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .more-contents h3 a {
    font-size: 24px;
    font-weight: 600;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .price .del {
    color: #80808080;
    text-decoration: line-through;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .price .current {
    font-size: 21px;
    color: var(--maincolor);
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .button-wrapper .btn {
    background: var(--maincolor);
    color: #fff;
    border-radius: 0;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap .button-wrapper {
    margin: 10px 0 0 0;
}

.holiday-demo6 .destination-tabs .nav-pills {
    margin: 40px 0;
    border-bottom: 1px solid #ddd;
}

.holiday-demo6 .destination-tabs .nav-pills li button {color: #42464D;background: #F0F3F6;padding: 16px 26px;border: 0px solid;border-radius: 0px;font-size: 14px;font-weight: 600;}

.holiday-demo6 .destination-tabs .nav-pills li .active {
    background: var(--maincolor);
    color: #fff;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap{
    border: 1px solid transparent;
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.holiday-demo6 .destination-tabs .tab-packages .tabpackage-wrap:hover .more-contents {
    border: 1px solid transparent;
}

.holiday-demo6 .trip-table, .holiday-demo5 .trip-table thead {
    background-color: #ffffff;
    /*overflow: hidden;*/
}

.holiday-demo6 .trip-table table {
    margin: 0;
}

.holiday-demo6 .trip-table thead tr {
    padding-left: 30px;
}

.holiday-demo6 .book-table table thead tr th p {
    font-weight: 700;
}

.login-page .section-tittle .tittle {
    margin: 0;
}

.holiday-demo6 .trip-table thead {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
    background: var(--maincolor);
}

.holiday-demo6 .trip-table tbody tr {
    border-bottom: 1px solid #eeeeee;
    height: 70px;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    line-height: 40px;
}

.holiday-demo6 .trip-table td.button a.btn-bor {
    border: 1px solid var(--secondcolor);
    background: var(--secondcolor);
    color: #fff;
    border-radius: 4px;
}

.holiday-demo6 .similar-trips .section-title small {
    color: var(--light-color);
}

.holiday-demo6 .tripGallery button i {
    font-family: 'FontAwesome';
}

.holiday-demo6 .tripGallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    /*padding: 0 10px;*/
    transition: 0.5s ease-in;
    visibility: hidden;
    opacity: 0;
}

.holiday-demo6 .tripGallery:hover .owl-nav{
    visibility: visible;
    opacity: 1;
}

.holiday-demo6 .tripGallery .owl-nav .owl-prev {
    float: left;
}

.holiday-demo6 .tripGallery .owl-nav .owl-next {
    float: right;
}

.holiday-demo6 .tripGallery .owl-nav  button {
    background: var(--button-color) !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px !important;
}

.holiday-demo6 .breadcrumb-contents .breadcrumb-contents-list li a {
    color: var(--main-color-one);
}

.holiday-demo6 .footer-area img {
    width: 100%;
}

.holiday-demo6 .widget-area-wrapper .simplePresentCart:nth-child(odd) {
    display: none;
}

.holiday-demo6 .servicesArea .btn-wrapper .cmn-agency-btn {
    color: #fff;
}

.holiday-demo6 .singleServices-global .event-img img {
    filter: none;
    height: 125px;
    object-fit: contain;
}

.holiday-demo6 .singleServices-global .eventCaption {
    text-align: center;
}

.holiday-demo6 .servicesArea .tittle:before,
.holiday-demo6 .servicesArea .tittle:after{
    display: none;
}

.holiday-demo6 .blog-content-area .single-adventure .adventure-content a h6 {
    font-weight: 600; 
    font-size: 18px;
    margin: 0 0 6px 0;
}

.holiday-demo6 .blog-content-area .single-adventure .adventure-content .price {
    margin: 0;
    color: var(--main-color-one);
    font-size: 21px;
}

.holiday-demo6 .blog-content-area .single-adventure .adventure-content .price small {
    font-size: 12px;
    color: #808080;
}

.holiday-demo6 .blog-content-area .single-adventure .adventure-content {
    border: 1px solid #ddd;
    padding: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.everesttrailwalker-com .blog-content-area .single-adventure .adventure-content,
.everesttrailwalker-com .featured-packages .single-adventure{
    border: 1px solid transparent;
}

.holiday-demo6 .blog-content-area .single-adventure figure {
    margin: 0;
}

.holiday-demo6 .navbar .login-cart {
    width: 13.5%;
}

.adventure-grid-area .single-adventure img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.adventure-grid-area .single-adventure {
    position: relative;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
}

.adventure-grid-area .single-adventure .tour {
    position: absolute;
    top: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    left: 0;
}

.adventure-grid-area .single-adventure .adventure-content {
    padding: 20px;
}

.adventure-grid-area .single-adventure .adventure-content .price {
    margin: 0;
    color: var(--main-color-one);
    font-size: 21px;
}

.adventure-grid-area .single-adventure .adventure-content .price small {
    font-size: 12px;
    color: #808080;
}

.adventure-grid-area .single-adventure .adventure-content a h6 {
    font-size: 21px;
    margin: 0 0 15px 0;
}
.section-title-line {
    display: none;
}

.everesttrailwalker-com .nav-style-one.nav-color-two .prev-icon, 
.everesttrailwalker-com .nav-style-one.nav-color-two .next-icon {
    background: var(--button-color);
    height: 44px;
    width: 44px;
    font-size: 17px;
    color: #fff;
}

.everesttrailwalker-com .nav-style-one.nav-color-two .prev-icon:hover, 
.everesttrailwalker-com .nav-style-one.nav-color-two .next-icon:hover {
    background: var(--button-hover-color);
    color: #fff;
}

.everesttrailwalker-com .nav-style-one .prev-icon {
        left: -20px;
}

.everesttrailwalker-com .nav-style-one .next-icon {
        right: -20px;
}

.everesttrailwalker-com .single-adventure .adventure-content {
    padding: 20px 15px 0 15px !important;
}

.everesttrailwalker-com .single-adventure > a {
    overflow: hidden;
    display: block;
}

.everesttrailwalker-com .single-adventure img {
    transition: 0.5s ease-in;
}

.everesttrailwalker-com .single-adventure:hover img {
    transform: scale(1.2);
}

.everesttrailwalker-com .single-adventure {
    border: 1px solid transparent !important;
}

.everesttrailwalker-com .agro_banner .sliderArea .slider-items {
    height: auto !important;
}

.everesttrailwalker-com .agro_banner .sliderArea .slider-items figure {
    height: 80vh;
    overflow: hidden;
}

.call-to-action4 .section-button a { 
    color: #fff !important;
}

.categoriesArea p {
    color: #222;
}

.categoriesArea h4 {
    font-weight: 800;
}

.travelfunky .booking-area .single-why {
    background: var(--main-color-one) !important;
}

.travelfunky .booking-area .single-why:hover {
    background: var(--secondary-color) !important;
}

.travelfunky .booking-area .single-why img {
    filter: brightness(0) invert(1);
}

.travelfunky .booking-area .single-why h4 a,.booking-area .single-why p {
    color: #fff;
}

.dashboard-right .parent form .btn-wrapper .btn {
    background: var(--main-color-one) !important;
    border: 1px solid transparent !important;
    transition: 0.5s ease-in;
}

.dashboard-right .parent form .btn-wrapper .btn:hover {
    background: var(--secondary-color) !important;
}

.dashboard-right .editprofile-dashboard h2 {
    background: var(--main-color-one);
    color: #fff !important;
    padding: 10px 20px;
    margin: 0;
    font-size: 21px;
}

.dashboard-right .parent form {
    border: 1px solid #ddd;
    padding: 30px;
    padding-top: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dashboard-right .table-responsive table thead {
    background: var(--main-color-one);
    color: #fff;
}

.dashboard-right .table-responsive table thead tr th {
    font-weight: 400;
    padding: 10px 10px;
}

@media (min-width: 992px){
    .holiday-demo6 .header .main-navbar ul .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}

@media (max-width: 992px){
    .holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(3) .footer-widget {
        padding-left: 0;
    }
}

@media (max-width: 768px){
    .holiday-demo6 .footer-area .footer-top .row .col-md-6:nth-child(2) .footer-widget {
        padding-left: 0;
    }
}

@media (max-width: 576px){
    .nav-style-one .prev-icon {
        left: 5px !important;
        opacity: 0.4;
    }
    
    .nav-style-one .next-icon {
        right: 5px !important;
        opacity: 0.4;
    }
    .deatinationdetails-page .destinationdetails-wrap {
        padding: 0 !important;
    }
    .nav-style-one .prev-icon:hover,
    .nav-style-one .next-icon:hover {
        opacity: 1;
    }
    .single-adventure .adventure-content h6,
    .single-adventure .adventure-content h6 a{
        font-size: 18px !important;
    }
}

