@charset "utf-8";
/* CSS Document */



/* INI SLIDER*/


.main_slider{
	display: table;
	width: 100%;
	background: var(--color-black-900);
}
.main_slider_section{
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: top;
}

@media screen and (max-width: 992px) {
	
	.main_slider_section{
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}



.main_slider_text{
	opacity: 0.5;
}
.container_text_camps{
	position: absolute;
	left: 1%;
	top: 12%;
	right: 1%;
	width: 350px;
	margin: 0 auto !important;
	color: var(--color-white);
	font-weight: 300;
	line-height: 1.8em;
	
}
.container_text_camps .title_camp{
	font-size: 300%;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}


@media screen and (max-width: 360px) {
	.container_text_camps{
		position: absolute;
		width: 300px;
	}
	.container_text_camps .title_camp{
		font-size: 250%;
	}
}

@media screen and (min-width: 576px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}





.container_video, .container_text {
  width: 100%;
  height: calc(-7rem + 100vh);
  min-height: 50rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .container_video, .container_text {
    height: calc(-17rem + 100vh);
  }
}

@media screen and (max-width: 992px) {
  .container_video, .container_text {
    height: calc(-17rem + 100vh)!important;
  }
}

.main_slider_video, .main_slider_text {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .main_slider_video, .main_slider_text {
	  text-align: left!important;
	}
}

@media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}


.hero_slide_video, .hero_slide_text {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width: 992px) {
  .hero_slide_video, .hero_slide_text {
    display: block;
  }
}

/*FIN SLIDER*/






.container_best{
	max-width: 1850px;
	width: 100%;
	margin: 0 auto;
}
.container_best .best_text{
	background: var(--color-black-100);
	color: var(--color-text);
	border-radius: var(--border-radius-b);
	height: 96%;
	overflow: hidden;
	display: block;
	padding: 4em;
	margin: 1em;
}
.container_best .best_text h3{
	color: var(--color-black-700);
	font-weight: 900;
	font-size: 2em;
	margin-bottom: 1em;
}
.container_best .best_text .best_price_days{
	display: table;
	width: 100%;
	text-align: center;
	border-radius:150px;
	border: 1px solid var(--color-black-400);
	padding: 1em;
	margin: 2em 0em;
}
.container_best .best_text .best_price_days strong{
	display: block;
	color: var(--color-second);
	font-size: 1.5em;
}
.container_best .best_text .best_price_days .best_price{
	display: table-cell;
	border-right: 1px solid var(--color-black-400);
}
.container_best .best_text .best_price_days .best_days{
	display: table-cell;
}

.container_best .best_image{
	border-radius: var(--border-radius-b);
	overflow: hidden;
	display: block;
	margin: 1em;
	position: relative;
}
.container_best .best_image img{
	width: 100%;
	display: block;
}

.container_best .gallery_icon{
	position: absolute;
	left: 0.5em;
	bottom: 2.5em;
	z-index: 100;
	width: 6em;
	fill: var(--color-white);
}


.container_best .best_image .gallery_large .site_gallery{
	position: absolute;
	right: 2em;
	top: 1em;
	color: var(--color-white);
	font-weight: 900;
}
.container_best .best_image .gallery_large .site_gallery svg{
	fill: var(--color-white);
	height: 1.5em;
}

.container_best .best_image .gallery_large .itinerary_gallery{
	position: absolute;
	left: 0em;
	bottom: 0em;
	padding: 9em 0em 0.5em 7em;
	width: 100%;
	color: var(--color-white);
	z-index: 999;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	/* background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%); */
}
@media screen and (max-width: 576px) {
	.container_best .row .col-12 .best_text{
		padding: 2em 2em 4em 2em !important;
	}
	.container_best .row .col-12 .best_image{
		
	}
}
@media screen and (max-width: 768px) {
	.container_best .best_image .gallery_large .itinerary_gallery{
		padding: 9em 1em 0.5em 1em !important;
		text-align: center;
	}
}
@media screen and (max-width: 1200px) {
	.container_best>.row>.col-12:nth-child(1){
		order: 2;
	}
	.container_best .row .col-12 .best_text{
		border-radius: 0em 0em 2em 2em !important;
		margin: 0em 1em;
	}
	.container_best>.row>.col-12:nth-child(2){
		order: 1;
	}
	.container_best .row .col-12 .best_image{
		border-radius: 2em 2em 0em 0em !important;
		margin: 0em 1em;
	}
}


.container_best .gallery_thumbnail{
	position: absolute;
	left: 0em;
	bottom: 0em;
	z-index: 2;
	width: 100%;
	padding: 8em 0em 2.5em 7em;
}

.container_best .gallery_thumbnail .day_thumbnail{
	position: absolute;
	top: 32%;
	color: var(--color-white);
	display: none;
	width: 100%;
	text-align: center;
}
.container_best .gallery_thumbnail .day_thumbnail strong{
	font-size: 2.5em;
}

.container_best .best_image .gallery_thumbnail .swiper-slide-visible img{
	opacity: 0.5;
}
.container_best .best_image .gallery_thumbnail .swiper-slide-thumb-active img{
	opacity: 1;
}
.container_best .best_image .gallery_thumbnail .swiper-slide-thumb-active .day_thumbnail{
	display: block;
}

.container_best .best_image .gallery_thumbnail .swiper-slide { background: var(--color-black-900); cursor: pointer; border: 2px solid #ffffff; border-radius: var(--border-radius-s); overflow: hidden;}



.welcome {
	margin: 1em 0em;
}
.welcome a{
	color: var(--color-primary);
	text-decoration: none;
}
.welcome a:hover{
	color: var(--color-second);
}

.welcome_text h1{
	font-weight: bold;
	font-size: 2.3em;
	margin: 0.6em 0em;
	color: var(--color-main);
}

.welcome_text, .welcome_why_book{
	padding: 3em;
}
.welcome_text{
	border-right: 0.1em solid var(--color-black-300);
}

@media screen and (max-width: 768px) {
	.welcome_text{
		border-right: 0px;
		padding: 1em !important;
	}
}
@media screen and (max-width: 575px) {
	.welcome_text h1{
		font-size: 2em;
	}
}

	

@media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}



.welcome_why_book{
}
.welcome_why_book .why_book_image{
	display: table;
}
.welcome_why_book .why_book_image .why_book_awards{
	display: table-cell;
	padding: 0.2em;
}
.welcome_why_book .why_book_image .why_book_awards img{
	width: 100%;
	filter: grayscale(1);
	opacity: 0.5;
}
.welcome_why_book .s_title {
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-primary);
}
.welcome_why_book ul.list_opt_1 li{
	font-style: italic;
}
.welcome_why_book ul.list_opt_1 li::before{
	color: var(--color-primary) !important;
}



.welcome_tripadvisor{
	margin-top: 2em;
	text-align: center;
	display: block;
	border: 1px dotted var(--color-black-600);
	border-left: 0em;
	border-right: 0em;
	padding: 0.5em;
}
.welcome_tripadvisor img{ height: 0.8em; position: relative; top: -1px;}






.container_why_travel_home{background: var(--color-black-50); margin: 7em 0em; padding: 6em 0em;}
.container_why_travel_home .why_travel_content{ font-size: 90%; text-align: center; padding: 1em; color: var(--color-black-600);}
.container_why_travel_home .why_travel_content .why_travel_icon{
	width: 4.5em;
	margin: 0em auto 0.6em auto;
	padding: 0.7em;
	fill: var(--color-primary);
	border-radius: 50%;
	background: var(--color-white);
	box-shadow: 0.25em 0.25em 0.5em var(--color-black-300);
}

.container_why_travel_home .container_awards {
	text-align: center;
	margin-bottom: 6em;
}
.container_why_travel_home .container_awards img {
	margin-top: auto !important;
	vertical-align: top;
}

.container_why_travel_home .container_awards .depth0 img { width: 16.28% !important; }/*2*/
.container_why_travel_home .container_awards .depth1 img { width: 14.28% !important; }
.container_why_travel_home .container_awards .depth2 img { width: 12.28% !important; }
.container_why_travel_home .container_awards .depth3 img { width: 10.28% !important; }


@media screen and (max-width: 768px) {
	.container_why_travel_home{ margin: 3em 0em; padding: 3em 0em;}
}

@media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}




.description_lodges{}
.description_lodges .our_lodge_content{ text-align: center; padding: 1em; font-size: 90%; }
.description_lodges .our_lodge_content h3{ font-weight: 300; padding: 0.6em 0em 0.3em 0em; text-transform: uppercase; letter-spacing: 0.1em; font-size: 160%;}
.description_lodges .our_lodge_content .our_lodge_image{
	display: block;
	border: 2px solid var(--color-black-200);
	border-radius: 50%;
	overflow: hidden;
}
.description_lodges .our_lodge_content .our_lodge_image img{
	width: 100%;
}
.description_lodges .our_lodge_content .our_lodge_text{
	margin: 0em 0em 1.2em 0em;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}





.description_camps{ margin: 7em 0em; text-align: center;}

.description_camps .camps_text{
	padding: 2em 0em 2em 10em;
}
.description_camps .camps_text h2{
	color: var(--color-main);
	font-weight: 900;
	margin-bottom: 1em;
}
.description_camps .camps_text h2 strong{ color: var(--color-text); }
.description_camps .camps_text .icon{ width: 10em; fill: var(--color-text); margin: 0 auto; }

.description_camps .camps_image{padding: 2em 4em 2em 0em;}
.description_camps .camps_image img{ width: 100%;}

@media screen and (max-width: 992px) {
	.description_camps .camps_text{
		padding: 2em !important;
	}
	.description_camps .camps_image{
		padding: 2em !important;
	}
}


@media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 768px) {} /*MD*/
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}



















.best_seller{
	display: inline-block;
	background: var(--color-main);
	padding: 4em 0em;
	margin: 4em 0em;
	width: 100%;
}

.best_trails{
	display: inline-block;
	margin: 4em 0em;
	width: 100%;
}



.section_sub_title{
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin: 0em auto 3em auto;
	
}
.section_sub_title.color_white{ color: var(--color-white);}
.section_sub_title.color_white h3, .section_sub_title.color_white p{color: var(--color-black-400);}

.section_sub_title .icon{width: 10em; margin: 0 auto; fill: var(--color-text);}
.section_sub_title.color_white .icon{fill: var(--color-black-400);}

.section_sub_title h2{
	font-weight: 900;
	display: table;
	margin: 0em auto 0.8em auto;
	font-size: 2.5em;
	
}
.section_sub_title h3{
	font-weight: 600;
	font-size: 120%;
	letter-spacing: 0.08em;
}



.best_trails_card{
	background: var(--bs-gray-100);
	margin: 1.5em;
	border-radius: var(--border-radius-b);
	overflow: hidden;
}


.best_trails_card .best_card_img{ position:relative; overflow: hidden; }
.best_trails_card .best_card_img:hover img{ transform: scale(1.1);}
.best_trails_card .best_card_img a img{width: 100%;}

.best_trails_card .best_card_img .best_card_details{ position: absolute; left: 0em; bottom: 0em;  display: table; width: 100%; padding: 1em; color: var(--bs-gray-500); background: rgba(0,0,0,0.8); text-transform: uppercase; font-size: 90%; letter-spacing: 0.05em;}
.best_trails_card .best_card_img .best_card_details .details_location{ display: table-cell; text-align: left;}
.best_trails_card .best_card_img .best_card_details .details_duration{ display: table-cell; text-align: right;}



.best_trails_card .best_card_text{
	padding: 1.5em;
}
.best_trails_card .best_card_text h2{
	font-size: 160%;
	font-weight: 900;
}
.best_trails_card .best_card_text .places{
	font-size: 80%;
}

.best_trails_card .best_card_text .description{
	font-size: 90%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.best_trails_card .best_card_text .glance{font-size: 85%;}
.best_trails_card .best_card_text .glance ul{margin: 0em !important;}

.best_trails_card .best_card_text .book_now { position: relative; text-align: center; height: 100%; padding-top: 2.5em;}
.best_trails_card .best_card_text .book_now::before {
	position: absolute;
	content: "";
	left: -0.8em;
	top: 0em;
	width: 0.15em;
	height: 8.3em;
	background: var(--bs-gray-300);
}
@media screen and (max-width: 768px) {
	.best_trails_card .best_card_text .book_now::before {
		display: none;
	}
}

.best_trails_card .best_card_text .book_now strong{
	font-size: 160%;
	margin-bottom: -5em !important;
}
.best_trails_card .best_card_text .book_now a{
	display: table;
	margin: 0.2em auto 0em auto;
	color: var(--color-second);
	text-decoration: none;
	border: 1px solid var(--color-second);
	padding: 0.08em 0.9em;
	border-radius: 1em;
}
.best_trails_card .best_card_text .book_now a:hover{
	background: var(--color-second);
	color: var(--color-white);
}



.best_trails_card .best_card_links{
	display: table;
	width: 100%;
	color: var(--color-white);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:0.05em;
	background: var(--color-second);
}
.best_trails_card .best_card_links:hover{ background: var(--color-primary);}
.best_trails_card .best_card_links div{
	display: table-cell;
	padding: 0.5em;
}
.best_trails_card .best_card_links div:nth-child(1){background: var(--color-main);}
.best_trails_card .best_card_links div:nth-child(1) svg{ fill: var(--color-white);}
.best_trails_card .best_card_links div:nth-child(2){ text-align: center;}
.best_trails_card .best_card_links div:nth-child(3){ text-align: right;}














