/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 12px sans-serif;
	color: #black;
}

ul, nav{
	list-style: none;
}

.main-nav li{
	padding:0;
}

.main-nav li a{
	padding: 0 10px;
}

a{
	text-decoration: underline;
	color: inherit;
	cursor: pointer;
	opacity: 1;
}

a:hover{
	opacity: 1;
	text-decoration: underline;
}


hr{
	width: 150px;
	height: 2px;
	background-color: rgb(185, 185, 185);
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 50px 30px;
}

body { 
	overflow-x: hidden;
	}


@media (max-width: 1000px){

	section{
		padding: 50px 30px;
	}

}

@media (max-width: 600px){

	section{
		padding: 25px 15px;
	}

}

section h3.title{
	color: black; 
	font: 30px 'Playfair Display', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

section p{
	max-width: 900px;
	text-align: left;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
	font: 16px 'Playfair Display', sans-serif;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1000px){
	
	section h3.title{
		font-size: 30px;
	}
	section p{
		font-size: 16px;
	}
}

@media (max-width: 700px){
	section h3.title{
		font-size: 20px;
	}


	section p{
		font-size: 12px;
		margin-bottom: 5px;
	}
}


/*-------------
 	Header
-------------*/


.header .container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #black;
	padding: 35px 100px 0;
}

header img{
	max-width: 100%;
	height: auto;
}


header h2{
	font-family: 'Playfair Display', sans-serif;
	max-width: 100%;
	max-height: 100px;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0px;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header .container{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header .container{
		flex-direction: column;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header nav li{
		flex-wrap: wrap;
	}


	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	First Section
----------------*/

.first{
	position: relative;
	justify-content: center;
	min-height: 90vh;
	color:black;
	text-align: center;
	padding-top:30px;
}

.first .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: white;
	z-index: -1;
}

.first .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #707070;
	opacity: 0.25;
}

.first h1{
	font: normal 30px 'Playfair Display', sans-serif;
	margin-bottom: 15px;
}

.first h3{
	font: normal 22px 'Playfair Display', sans-serif;
	margin-bottom: 40px;
}

@media (max-width: 1000px){

	.first{
		min-height: 400px;
		
	}

	.first h1{
		font-size: 20px;
		margin-top: 50px;
	}

	.first h3{
		font-size: 14px;
	}


}



@media (max-width: 700px){

	.first{
		min-height: 400px;
		
	}

	.first h1{
		font-size: 20px;
		margin-top: 40px;
	}

	.first h3{
		font-size: 14px;
	}
}

/*--------------------
 	One - Main Gallery
---------------------*/

.slider{
	background-color: #fff;
}

.slider{
  
  background-color: white;
  display:flex;
  justify-content: center;
  align-items: center;
  flex: 1 100%;
  flex-wrap: wrap;
  line-height:0;
  
}

.holder {
	  display:inline;
	  max-width: auto;
}

.holder img {
	max-width: 100%;
	max-height: auto;
	object-fit: contain;
}


@media (max-width: 700px){
	.slick-next:before{
		font-size: 20px;
	}
	.slick-next{
		right: 10px;
	}


	.slick-prev:before{
		font-size: 20px;
	}
	.slick-prev{
		left: 5px;
	}
}

/*--------------------
 	Two - Planes & Lodges
---------------------*/


.planeslodges{
	background-color: #e1dad4;
}


.holder1 {
	display:inline;
	max-width: auto;
}

.holder1 img {
  max-width: 100%;
  max-height: auto;
  object-fit: contain;
}


/*----------------------
 	Features/Contact & Pricing Section
----------------------*/

.features{
	background-color: #be9d82;
}

.features .grid li{
	padding: 0;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
}

.p {

	font-size: 70px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 40px;
		
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 700px){

	.features .grid li{
		flex-basis: 100%;
	}


}



/*--------------------
 	Safaris Section
--------------------*/

.safaris{
	background-color: #dddddd;
}


.map img {
	max-width: 100%;
	max-height: 600px;
	height: auto;
	
}

@media (max-width: 1000px){

	.safaris {
		flex-basis:100%;
		
	}

	.safaris {
		flex-basis:100%;
	}

}

/*-------------
 	Footer
-------------*/

.footer .container1{
	display: flex;
	max-width: 100%;
	margin: auto;
	text-align: center;
	flex-direction: column;
	color: #black;
	padding: 20px 5px;
	background-color: #494949;

}

.footer img{
	max-width: 40%;
	height: auto;
	padding: 10px 5px;
}

footer p{
	font-size: 10px;
	color: rgb(211, 211, 211);
	margin-bottom: 10px;
}

@media (max-width: 600px){

	footer{
		padding: 10px 5px;
		background-color: #494949;
	}

	footer p{
		font-size: 8px;
	}



}