@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

/*common start*/
body{
	margin:0;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
}
/*common end*/

/* header section start */
header{
	padding: 40px 0px;
}
.container{
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
	border: 1 px solid;
}
.logo{
	margin-top: 5px;
	float: left;
	width: 15%;
}
.logo a img{
	width: 100%;
}
.menu{
	width: 70%;
	float: right;
}
.menu ul{
	float: right;
}
.menu ul li{
	list-style:none;
	float: left;
}
.menu ul li a{
	display: inline-block;
	margin: 0px 55px;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: 0.33s linear;
}
.menu ul li:last-child a{
	margin-right: 0px;
}
.menu ul li a:hover{
	border-bottom: 1px solid #626262;
}
/* header section end  */

/* banner section start */
.banner{}
.b_img{}
.b_img img{
	width: 100%;
}
/* banner section end */
/* getaway section start */
.getaway{
	padding: 100px 0px 30px;
}
.container2{
	margin: 0 auto;
	width: 80%;
/*	border: 1px solid;*/
}
.g_content{
}
.light{
	 font-family: "Ubuntu", sans-serif;
	 font-weight: 300;
	 font-size: 14px;
	 text-transform: uppercase ;
}
.title{
	margin: 15px 0 25px;
	font-size: 30px;
	font-weight: 400;
}
.text{
	margin: 0;
	line-height: 24px;
}
.g_link{
	margin-top: 40px;
	display: block;
	text-decoration: none;
	color: #626262;
}
/* getaway section end */
/* blog section start */
.blog{
	padding: 0 0 100px;
}
.bl_content{
	overflow: hidden;
}
.bl_item{
	margin-top: 70px;
	float: left ;
	width: 47%;
	box-sizing: border-box;
}
.bl_item:nth-child(even){
	margin-left: 6%;
}
.bl_img{
	margin-bottom: 20px;
}
.bl_img img{
	width: 100%;
}
/* blog section end */
/* newsletter section start */
.newsletter{
	background-color: #f0f0f0;
	padding: 70px 0px;
}
.signup{
	text-align:center;
}
.s_h1{
	color: #333333;
	margin-top: 0;
	margin-bottom: 70px;
}
.s_form{
	position: relative;
	width: 400px;
	margin: 0 auto;
}
.s_form input{
	font-family: "Playfair Display", serif;
	font-size: 14px;
	color: #626262;
	width: 350px;
	height: 45px;
	border: none;
	border-bottom: 1px solid #000000;
	background: transparent;
	padding-left: 5px;
	padding-right: 45px;
}
.s_form input:focus{
	outline: 0;
}
.s_form button{
	position: absolute;
	background: transparent;
	border: none;
	cursor: pointer;
	top: 15px;
	right: 0;
}
.s_form button:focus{
	outline: 0;
}
.s_form button img{
}
/* newsletter section end */
/* blog2 section start */
.blog2{}
.load{
 	margin: 150px 0 50px;
 	text-align: center;
}
.load button{
	width: 165px;
	height: 60px;
	background-color: #ffffff;
	border: 1px solid #626262;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight:400;
	color: #626262;
	transition: .33s linear;
	cursor: pointer;
}
.load button:hover{
	background-color: #626262;
	color: #ffffff;
}
/* blog2 section start */

/* footer section start */
footer{
	padding: 20px 0px;
	background-color: #f0f0f0;
	overflow: hidden;
}
.pages{
	float: left;
	width: 45%;
}
.pages ul{
}
.pages ul li{
	list-style:none;
	float: left;
	margin: 0px 20px;
}
.pages ul li a{
	display: inline-block;
	color: #626262;
	text-decoration: none;
}
.social{
	float: right;
	width: 35%;
}
.social ul{
	float: right;
}
.social ul span{
}
.social ul li{
	list-style:none;
	float: left;
}
.social ul li a{
 	display: inline-block;
	margin: 0px 20px;
	color: #626262;
	text-decoration: none;
	transition: 0.33s linear;
}
.social ul li:last-child a{
	margin-right: 0px;
}
.social ul li a img{
	width: 100%;
}
/* footer section end */
