*{
	margin: 0;
	padding: 0;
	font-family: 'poppins', sans-serif;
}
.header {
	min-height: 100vh;
	background-size: 100% 100%;
	background-image:linear-gradient(rgba(0, 0, 0, 0),rgba(22, 22, 22, 0.5)), url(hiking.jpg);

	
} 	
nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;

}

nav img{
	 width: 120px;
	  border-radius: 50% 20% / 10% 40%;
}
.nav-links{
	flex: 1;
	text-align: right ;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 0px 20px;
	position: relative;
}
.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #fff;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after{
	width: 100%;

}
.text-box{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1{
	font-size: 62px;
    color: #fff;

}
.text-box p{
	margin: 10px 0 40px;
	font-size: 20px;
	color: #fff;
}
/*visit button on header*/
.head-btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 34px ;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}
.head-btn:hover{
	border: 1px solid #fff;
	background: #fff;
	transition: 1s;
	color: #000;

}
nav .fa{
	display:none;
}
/*using this for smalles display like in smartphones*/

/*section 2 styling for pictures */

.container{
	width: 100%;
	height: 100vh;
	background-image:linear-gradient(rgba(123, 123, 123, 0.8),rgba(40, 40, 40, 0.5)), url(hiking\ full.jpg);
	background-position: center;
	background-size: cover;
}
.row{
	display: flex;
	height: 100%;
	align-items: center;
    
}
.col{
	margin: 25px;
	flex-basis: 50%;
}
h1{
	color: rgb(0, 0, 0);
	font-size: 60px;
}
p{
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(0, 0, 0);
	font-size: 23px;
    margin-top:2%;
    margin-left:1%;
	line-height: 15px;
}
button{
	width: 150px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	padding: 12px 0;
	background: #000000;
	border: 0;
	border-radius: 20px;
	outline: none;
	margin-top: 30px;
	cursor: pointer;
}


/* footer setting */
.bottom{
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 120px;

	width: 80%;
	background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url(hiking\ 2.avif);
	background-position: center;
	background-size: 100%;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0 ;
}
.bottom h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	padding: 0;
	
}
.bottom p{
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 30px;
	padding: 5px;

}
.columnone p{

    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align:left;
    

}

.columntwo p{

    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align:left;
}

.columnthree p{

    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align:left;



}

.homeh2{

    text-align: center;
}