/*front link*/
@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 css start*/
body{
	margin: 0;
	font-family: "Playfair Display",serif;
	font-size: 16px;
	font-weight:400 ;
	color:#626262 ;
}
/*common css end*/
/*header start*/
header{
	padding: 30px 0;
	/*border: 1px solid;*/
}
.container{
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	/*border: 1px solid;*/

}
.logo{
	margin-top:10px ;
	float: left;
	width: 12%;
	/*border: 1px solid;*/
}
.w100{
	width: 100%;
}
.menu{
	float: right;
	width: 65%;
/*	border: 1px solid;*/
}
.menu ul{
	float: right;
	list-style: none;
}
.menu ul li {
	float: left;
}
.menu ul li a{
	display: inline-block;
	margin: 0 50px;
	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:0 ;
}
.menu ul li a:hover{
	border-bottom:1px solid #626262;
}
	
/*header end*/

/*banner start*/
.banner{}
.b_img{}
.b_img img{}
	
/*banner end*/
/*getaway start*/
.getaway{
	padding:100px 0 30px;
}
.container02{
	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:20px 0 30px ;
	font-size: 30px;
	font-weight: 400;
}
.text{
	margin: 0;
	line-height: 24px;
}
.g_link{
	margin-top:50px;
	display: inline-block;
	color: #626262;
	text-decoration:none;
}
/*getaway end*/
/*blog start*/
.blog{
	padding: 0 0 100px;
}
.blog_c{
	overflow: hidden;
}
.blog_single{
	margin-top: 70px;
	float: left;
	width: 47%;
	/*border: 1px solid;*/
	/*box-sizing: border-box;*/
}
.blog_single:nth-child(odd){
	margin-right: 6%;
}
.blog_img{
	margin-bottom:20px;
}
.blog_img img{} 
/*newsletter start*/
.news{
	background-color: #f0f0f0;
	 padding: 100px 0;
}
.signup{
	text-align: center;
}
.s_h1{
	color: #333333;
	margin: 0 0 70px;
}
.form{
	 position: relative;
	width: 400px;
    /*border: 3px solid red;*/
    margin: 0 auto;
   
}
.form input{
	font-family: "Playfair Display", serif;
    font-size: 14px;
    color: #626262;
    width: 370px;
    height: 45px;
    border: none;
    border-bottom: 1px solid #000000;
    background-color:transparent ;
    padding-left: 5PX ;
    padding-right: 15px;
}
.form input:focus{
	outline: 0;
}
.form button{
	position: absolute;
	background: transparent;
	border: none;
	cursor:pointer;
	top: 15px;
	right: 0;
}
.form button:focus{
	outline: 0;
}
.form button img{}
/*newsletter end*/
/*blog02 start*/
.blog02{
}
/*blog02 end*/
/*load start*/
.load{
	margin: 150px 0 100px;
	text-align: center;	
}
.load button{
	width: 165px;
	height: 60px;
	background-color: transparent;
	border: 1px solid #626262;
	font-family: "Playfair Display",serif;
	font-size: 20px;
	font-weight:400 ;
	display: inline-block;
	color:#626262 ;
	text-decoration: none;
	transition: 0.33s linear;
}
.load button:hover{
	background-color: #626262;
	color: #fff;
}
/*load end*/
/*footer start*/
.footer{
	padding: 30px;
	background-color: #f0f0f0;
}
.pages{
	float: left;
	width: 45%;
}
.pages ul{
	float: left;
	list-style: none;
}
.pages ul li{
	float: left;
}
.pages ul li a{
	display: inline-block;
	margin: 0 3px;
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid transparent;
	transition:0.33s linear;
}
.pages ul li:last-child a{
	margin-right:0 ;
}
.pages ul li a:hover{
	border-bottom:1px solid #626262;
}
.social{
	float: right;
	width: 45%;
}
.social ul{
	float: right;
	list-style: none;
}
.social ul li{
	float: left;
	color: #000000;
}
.social ul li a{
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	border-bottom:1px solid transparent;
	transition:0.33s linear;
}
.social ul li:last-child a{
	margin-right:0 ;
}
.social ul li a:hover{
	border-bottom:1px solid #626262;
}
/*footer end*/
