@import "../icomoon/style.css";

:root{
	--nh-primary-color:#1D2A20;
	--nh-secondary-color:#564419;
	--nh-third-color:#564419;
	--nh-font-1:"Roboto Condensed", sans-serif;
	--nh-font-2:"Rajdhani", sans-serif;
	--nh-transition-1:all 0.3s ease;
	
}
body{
/*	font-family: var(--nh-font-1);*/
	font-size: 16px;
	background-color: #f7f7f7;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		width: 1220px !important;
	}
}

#logo{
	padding-right: 20px;

}

.custom-logo{
	width: 100%;
	height: auto;
}
.contact-wrapper{
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	
	font-family: var(--nh-font-2);
}

.contact-wrapper .icon {

	color: #ffffff;
	font-size: 1.3rem;
	padding: 10px;
	background: var(--nh-secondary-color);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.contact-right span{
	font-weight: 600;
}

.contact-right span a {
	text-decoration: none;
	color: var(--nh-secondary-color);
	font-weight: 700;
	line-height: 1;
	font-size: 1.3rem;
	letter-spacing: 1px;
}

.contact-right small {
	font-size: 0.9rem;
	font-weight: 600;
	color: #434343;
}

.contact-wrapper .contact-img img{
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

#header{
	padding: 0px 0px 0px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.navbar-expand-lg .navbar-nav .nav-link{
	font-family: var(--nh-font-2);
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.topbar{
	padding: 7px 0px;
	background-color: #f2f2f2;

}

#main-menu{
	background-color: var(--nh-primary-color) !important;
}

/*===== slider====*/
#main-slider,#page-slider{
	height: 600px;
	overflow-y: hidden;
	position: relative;
}

#page-slider{
	height: 500px;
}
#page-slider img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

#page-slider .caption-wrapper{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#page-slider .caption-wrapper .container{
	height: 100%;
}
#page-slider .caption-wrapper .container-inner{
	display: flex;
	gap: 10px;
}
#page-slider .caption-wrapper .ratings{
	padding: 7px 20px;
	font-size: 1rem;
	margin-bottom: 30px;
	background-color: var(--nh-secondary-color);
	border-radius: 6px;
	z-index: 999;
	color: #fff;
	font-weight: 600;
}
#page-slider .caption-wrapper .gallery{
	padding: 7px 20px;
	font-size: 1rem;
	margin-bottom: 30px;
	background-color: var(--nh-primary-color);
	border-radius: 6px;
	z-index: 999;
	backdrop-filter: blur(3px);
	font-weight: 600;
	
}
#page-slider .caption-wrapper .gallery a{
	text-decoration: none;
	color: #fff;
}

#main-slider .swiper {
	width: 100%;
	height: 100%;
}

#main-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
/*	background: #fff;*/
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

#main-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main-slider .caption-wrapper{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(min-width:920px){
	#main-slider .caption-wrapper .caption{
		width: 760px;
	}
}


#main-slider .caption-wrapper .title{
	font-size: 3.5rem;
	font-weight: 900;
	color: #fff;
/*	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
text-shadow: 0 1px 3px rgba(20, 68, 98, .9);
font-family: var(--nh-font-2);
}
#main-slider .caption-wrapper .description{
	color: #fff;
	text-shadow: 0 1px 3px rgba(20, 68, 98, .9);
}


.best-selling{
	padding: 70px 0px;
}
.block-title{
	font-family: var(--nh-font-2);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;
	position: relative;
}
.block-title h2{
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 1.1px;
}

@media(min-width:960px){
	.block-title{
		margin-bottom: 40px;
	}
}
.trip-box{
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}
.trip-box a{
	text-decoration: none;
	color: #000;
	transition: 0.3s all;
}
.trip-box figure{
	margin:0px;
	width: 100%;
	height: 270px;
	max-height: 270px;
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}
.trip-box figure img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	height: 270px;
	object-fit: cover;
	transition: var(--nh-transition-1);
} 

.trip-box:hover figure img {
	transform: scale(1.06);
}

.trip-box figure .activity-tag{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.trip-box .trip_content{
	padding: 20px 20px;
	background-color: #fff;
	border-radius:0px 0px 20px 20px;
	font-family: var(--nh-font-2);
}
.trip-box .trip_content a:hover{
	color: var(--nh-secondary-color);
	transition: 0.3s all;
}
.trip-box .trip_content a h3{
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2rem;
	color:var(--nh-secondary-color);
}
.trip-box .trip_content .trip-meta {
	padding:10px 15px;
	background-color: #f6f6f6;
	margin: 10px 0px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 24px;
}
.trip-box .trip_content .trip-meta small{
	font-size: 1rem	;
	font-weight: 600;
}
.btn-custom{
	background-color: var(--nh-third-color) !important;
	border-color: var(--nh-third-color);
	color: #fff !important;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 1rem;
	position: relative;
}

.btn-custom:after{
	position: absolute;
	top:7px;
	right:15px;
	content: '\ea34';
	font-family: icomoon;
	color: #f7f7f7;
	font-size: 15px;
}
.price-tag{
	color: var(--nh-secondary-color);
	position: relative;
	/*background-color: #8ab61e80;
	margin: -8px -15px;
	padding: 10px 15px;
	color: #333;
	z-index: 2;*/
	padding-left: 25px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}
.price-tag:before{
	position: absolute;
	top:3px;
	left:0px;
	content: '\e935';
	font-family: icomoon;
	font-size: 18px;
}
.price-tag:after{
	/*position: absolute;
    content: "";
    top: -1px;
  
    border-bottom: 81px solid #8ab61e;
    border-left: 104px solid transparent;
    z-index: 1;*/
}

.things-to-do{
	padding: 70px 0px;
	background-color: #fff;
	color: #fff;
	position: relative;
}
.things-to-do:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 70%;
	background-color: var(--nh-primary-color);
}
@media(min-width:720px){
	.things-to-do .things-to-do-inner{
		
		
	}
	
}

.things-to-do .activitySwiper .swiper-slide{
	background-color: #fff;
	border-radius: 6px;
	border: none;
/*	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
}
.things-to-do .box{

	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	position:relative;
	
}
.box .box-text {
   position: absolute;
    background: #00000033;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.box .box-text a h4{
    color:#fff;
}
.things-to-do .box .icon{
	    margin: -20px -20px 0px -20px;
	overflow: hidden;
	width:100% !important;
    height:450px;
    position:relative;
}
.things-to-do .box .icon img{
   width:100%;
   height:100%;
    object-fit:cover;
}
.box a{
	text-decoration: none;
	color: #333;
}
.box a h4{
	font-size: 1.35rem;
	margin: 15px 0px;
	font-family: var(--nh-font-2);
	font-weight: 700;
}

#about-us{
	padding: 0px 0px 70px 0px;
	background-color: #fff;
}
#about-us img{
	border-radius: 20px;
}


#testimonials{
	padding: 70px 0px;
}

#testimonials .review-img-wrap {
	display: flex;
	align-items: center;
	flex-flow: column wrap;
}

.review-img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

#testimonials .swiper-slide{
	padding: 30px 60px;
	background-color: #fff;
	-webkit-transition: .3s linear box-shadow, .3s linear border-color;
	transition: .3s linear box-shadow, .3s linear border-color;

	border-radius: 10px 0;
	display: flex;
	flex-direction: column;

	border-right:3px solid var(--nh-secondary-color);
	border-bottom:3px solid var(--nh-secondary-color);
	text-align: center;
}
.review-title{
	font-weight: 600;
}

.why-us-inner{
	display: flex;
	flex-flow: column wrap;
/*	align-items: center;*/
justify-content: center;
position: relative;
}
.why-us-inner .why-list{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 90px;
	margin-bottom: 15px;
}
.why-us-inner .why-list>*{
	flex:1 0 85%;
}
.why-us-inner .why-list .w-icon{
	flex-basis: 15%;
	font-size: 2.2rem;
	color: #fff;
	background-color: var(--nh-secondary-color);
	padding: 10px 15px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px 0px 0px 4px;
}

.why-us-inner .why-list .w-text{
	padding: 10px 15px;
	background-color: #fff;
	height: 100%;
	
}
.why-us-inner .why-list .w-text p{
	max-height: 45px;
	overflow-y: scroll;
}


.why-us-inner .why-list .w-text h4{
	font-size: 1.1rem;
	margin: 0px;
	font-family: var(--nh-font-2);
	font-weight: 700;
}

.why-wrapper{
	position: relative;
}


.why-wrapper:before {
	position: absolute;
	content: "";
	top: -70px;
	left: -120px;
	right: -100px;
	bottom: 0px;
	background-color: #074d9114;
}

#blog-section{
	padding: 70px 0px;
}

.blog-section-inner{
	display: flex;
	flex-flow: row wrap;
}

.blog-section-inner>*{
	flex: 1 1 50%;
}

.blog-section-inner .blog-post{
	padding: 0px 15px;
	font-family: var(--nh-font-2);
}


.blog-post a {
	text-decoration: none;
	color: #000;
	transition: 0.3s all;
}

.blog-section-inner .blog-post a h3 {
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.3rem;
	font-family: var(--nh-font-2);
}
.blog-section-inner .blog-post .blog-post-inner{
	border-radius: 6px;
	box-shadow:rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px
}
.blog-post .blog-post-inner figure{
	margin: 0px;
	width: 100%;
	height: 250px;
	max-height: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
}

.blog-post .blog-post-inner img {
	border-radius: 6px 6px 0px 0px;
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: var(--nh-transition-1);
}

.blog-post .blog-post-inner .blog-content{
	padding: 15px 20px;
}
.blog-section-inner .blog-post .blog-post-inner img{
	border-radius: 6px 6px 0px 0px;
}
.blog-post .blog-post-inner .blog-content .b-author,.blog-post .blog-post-inner .blog-content .b-date{
	padding-left: 25px;
	position: relative;
	font-weight: 600;
	color: #828282;
}
.blog-post .blog-post-inner .blog-content .b-author:before{
	position: absolute;
	content: "\e971";
	font-family: icomoon;
	left: 0px;
}

.blog-post .blog-post-inner .blog-content .b-date:before{
	position: absolute;
	content: "\e953";
	font-family: icomoon;
	left: 0px;
}

#footer{
	padding: 70px 0px 20px 0px;
	background-color: #d2dee7;
}
.bottom{
	margin-bottom: 15px;
}
.bottom h3{
	font-size: 1.2rem;
	margin-bottom: 15px;
	font-weight: 700;
	color: #222;
	font-family: var(--nh-font-2);
}
.bottom ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.bottom ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.bottom ul li a{
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: 1rem;
	color: #424242;
	text-decoration: none;
}
.bottom ul li a:hover{
	color: var(--nh-secondary-color);
	transition: var(--nh-transition-1);
}


.affilation-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.affilation-inner>div {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border-radius: 6px;
}

.affilation-inner>div img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.associated-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.associated-inner>div {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border-radius: 6px;
}

.associated-inner>div img {
	width: auto;
	height: 50px;
	object-fit: cover;
}

/*=== experts ===*/

#experts{
	padding: 70px 0px 0px 0px;
	position: relative;
}

#experts:after{
	position: absolute;
	content: "";
	background-color: #d2dee7;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 230px;
	z-index: 1;
}

.experts-container{
	background-color: #d2dee7;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.experts-container .row{
	position: relative;
	z-index: 2;
}
#experts .swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#experts .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 200px;
	min-height: 200px;
}


#experts .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

#experts .swiper-slide .caption{
	padding: 10px 15px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
#experts .swiper-slide .caption h4{
	font-size: 1.2rem;
	font-weight: 600;
	font-family: var(--nh-font-2);
}
#experts .swiper-slide .caption .social{
	display: flex;
	gap: 5px;
}
#experts .swiper-slide .caption .social a{
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: blue;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#experts .swiper-slide .caption .social a.fb{
	background-color:#1877F2;
}
#experts .swiper-slide .caption .social a.wa{
	background-color: green;
}

.social-bottom{
	display: flex;
	gap:5px;
}

.social-bottom li a{
	text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: blue;
    border-radius: 4px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

a.fb{
	background-color: #1877F2 !important;
}
a.ig{
	background-color: #E1306C !important;
}
a.tt{
	background-color: #1DA1F2 !important;
}
a.li{
	background-color: #0077B5 !important;
}

/*==divider===*/

.divider{
	width: 100%;
	height:100px;
	overflow: hidden;
}

.divider-1{
	position: absolute;
	top: -85px;
	background: url('../img/divider-1.svg');
	background-repeat: no-repeat;
	background-size:cover;
}


.divider-2{
	height: 150px !important;
	position: absolute;
	bottom: -30px;
	background: url('../img/divider-2.svg');
	background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
/*    transform: scaleX(-1);*/
}


.divider-3{
	height: 150px !important;
	position: absolute;
	bottom: -30px;
	background: url('../img/divider-2.svg');
	background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scaleX(-1);
}



/*====== page =====*/

.page-content{
	padding: 30px 0px 70px 0px;
}

.page-content h1{
	font-family: var(--nh-font-2);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

aside.sidebar{
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	margin-bottom: 30px;
}

.pricebar .price{
	font-size: 2.3rem;
	font-weight: 700;
	font-family: var(--nh-font-2);
	color: var(--nh-primary-color);

}
.group-discount{
/*	background-color: lightgreen;*/
}
.group-discount p{
	font-size: 12px;
	
	font-weight: 600;
}

.group-discount-list{
	font-size: 14px !important;
}

.why-feature ul {
    list-style: none;
    padding-left: 25px;
}
.why-feature ul>li {
     padding: 3px 0px; 
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-weight: 600;
}
.why-feature ul>li:before {
    display: block;
    font-size: 14px;
    
    font-family: icomoon;
    content: "\ea52";
    position: absolute;
    left: -25px;
    top: 3px;
    color: #198754;
}

h2{
	font-weight: 700;
	font-family: var(--nh-font-2);
	font-size: 1.7rem;
}

h3{
	font-weight: 700;
	font-family: var(--nh-font-2);
	font-size: 1.5rem;
}

h4{
	font-weight: 700;
	font-family: var(--nh-font-2);
	font-size: 1.3rem;
}



/*== itinerary ===*/
#detailed-itinerary {
    margin-bottom: 60px;
}
.message-card {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-top: 4px solid var(--nh-secondary-color);
    background: #f9f9f9;
}
.i-list {
    margin-bottom: 1px;
}
.i-list .title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    position: relative;
}

.i-list .description {
    padding-top: 15px;
    padding-bottom: 15px;
}

.i-list .title .f {
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}
.i-list .title .f small {
    text-transform: uppercase;
    font-size: 16px;
}

.i-list .title .f span {
    font-size: 1.7rem;
    color: var(--hk-secondary-color);
}

#detailed-itinerary h3 {
    font-weight: 700;
    font-size: 1.2rem;
}

.i-list .title.show:after {
    content: '\ea43';
    transform: rotate(0deg);
}

.i-list .title:after {
    position: absolute;
    content: '\ea43';
    font-family: icomoon;
    right: 25px;
    font-size: 1.5rem;
    transform: rotate(180deg);
}

.i-fact-box {
    display: flex;
    flex-flow: row wrap;
    gap: 0px 15px;
}

.i-fact-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.1;
    margin-left: 45px;
}
.i-fact-list span {
    font-size: 14px;
}
.i-fact-list strong {
    font-size: 1rem;
    font-weight: 900;
}
.i-fact-list.duration:before {
    content: "\e953";
}
.i-fact-list:before {
    position: absolute;
    content: "\e9b8";
    left: -45px;
    top: 0;
    font-family: icomoon;
    font-size: 1.9rem;
    color: #413154;
}

.i-fact-list.altitude:before {
    content: "\ea4c";
}
.i-fact-list.distance:before {
    content: "\eace";
}
.i-fact-list.accommodation:before {
    content: "\e902";
}


#inclusion {
    margin-bottom: 60px;
   
  

}
@media(min-width:720px){
	#inclusion{
		display: grid;
	  grid-template-areas:
	    'header header'
	    'left right';
	  gap: 10px;
	  padding: 10px;
	}
}
#inclusion h2{
	grid-area: header;
}

#inclusion .includes{
	grid-area: left;
}

#inclusion .excludes{
	grid-area: right;
}


.others ul {
    list-style: none;
    padding-left: 0;
}
.others ul li {
    position: relative;
    padding: 3px 0;
    padding-left: 30px;
}
.others ul li:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: icomoon;
    font-weight: 400;
    color: green;
    content: "\ea10";
}
.excludes .others ul li:before {
    content: "\ea0f" !important;
    color: red;
}

#faqs h3{
	font-size: 1.2rem !important;
}
@media (min-width: 992px) {
    .price-sticky {
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        top: 75px;
        -webkit-transition: .3s .3s ease;
        transition: .3s .3s ease;
    }
}