
html{
	scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Saira';
}
p{
	color: #fff;
	font-size: 19px;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}

h2{
	font-size: 2.0rem;
}
h4{
	font-size:26px;
}

a{
	color: #101010;
	font-size: 15px;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.container{
	max-width: 1400px;
}
/*middle header*/
.header_area{
	width: 100%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #57ad7e;
}
.header_area .header_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_area .logo_img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
}
.header_flex .navbar-brand img{
	max-width: 180px;
}
.logo_img img{
	width: 140px;
}
.logo_img h4{
	color: #E43243;
	font-size: 26px;
	text-transform: uppercase;
}
.mid_header_btn{
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
}
.btn-outline-radius{
	border:2px solid #87342c;
	border-radius: 28px;
	background-color: #87342c;
	padding: 10px 40px 10px 40px;
	text-transform: math-auto;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
}
.btn-outline-radius:hover{
	background-color: #15713f;
	outline: none;
	border:2px solid #15713f;
	color: #fff;
}
.btn-outline-radius-menu{
	border:2px solid #87342c;
	border-radius: 28px;
	background-color: #87342c;
	padding: 10px 40px 10px 40px;
	text-transform: math-auto;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
}
.btn-outline-radius-menu:hover{
	background-color: #15713f;
	outline: none;
	border:2px solid #15713f;
	color: #fff;
}
.btn-solid-radius{
	border:2px solid #fff;
	border-radius: 28px;
	background-color: #fff;
	padding: 10px 40px 10px 40px;
	text-transform: math-auto;
	font-size: 16px;
	color: #000;
}
.btn-solid-radius:hover{
	background-color: #15713f;
	color: #fff;
}
/*middle header end*/

/*banner area*/
.banner_area{
	position: relative;
	width: 100%;
	/*background-image: url(../images/banner.png);*/
	height: 80vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_area::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.5);
}
.banner_caption{
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner_caption h1{
	color: #fff;
	font-size: 65px;
	letter-spacing: 1px;
	width: 800px;
	margin-top: 30px;
}

/*about*/
.bg_dark_theme1{
	background-color: #57ad7e;
}
.section-padding{
	padding-top: 150px;
	padding-bottom: 100px;
}
.section-title_about{
	max-width: 1000px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section_content{
	max-width: 800px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-title_about h2{
	font-size: 50px;
	color: #ffffff;
}
.section_content p{
	color: #ccffdd;
	margin-top: 80px;
}
.dish-img img {
    max-width: 80%;
}
.dish-img {
    position: absolute;
    margin-top: -50px;
    z-index: 30;
}
/*banner end*/
/*book table*/
.section_padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
.bg_dark_theme{
	background-color: #87342c;
}
.section_title h4{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.section_title p{
	font-size: 16px;
	color: #ffe0dd;
	max-width: 400px;
	margin: auto;
}
.iframe_box{
	padding: 35px;
	margin-top: 20px;
	margin-top: 50px;
	background-color: #fff;
}
.iframe_box iframe{
	width: 100%;
	height: 630px;
	padding: 20px 20px 0px 20px;
	margin: auto;
}
/*book end*/
/*<!-- menu area start-->*/
.row-flex {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  padding: 0px;
}

.column {
  -ms-flex: 25%; 
  flex: 25%;
  max-width: 25%;
  padding: 3px;
  position: relative;
  transform: scale(1.0);
  transition: 0.5s;
  overflow: hidden;
}
.column:hover img {
  transform: scale(1.1);
}
.column::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(to top, rgba(0,0,0,0.7)7%, rgba(0,0,0,0.0)100%);
	z-index: 100;
}
.column img {
  margin-top: -5px;
  vertical-align: middle;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.overly_img_text{
	position: absolute;
	bottom: 30px;
	left: 20%;
	right: 50px;
	max-width:210px; 
	opacity: 0;
	transition: 0.5s;
}
.overly_img_text h4{
	color: #ffffff;
	font-size: 24px;
	display: block;
	line-height: 30px
}
.column:hover .overly_img_text{
	opacity: 1;
	z-index: 1000;
}
.btn_area{
	background-color: #57ad7e;
	padding-top: 60px;
	padding-bottom: 100px;
}
.button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row; 
  flex-wrap: wrap; 
}


/*bg area*/
.bg-area{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 250px;
	background-position: center;
	background-attachment: fixed;
}
.bg-area::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 70%;
	background-color: #282828;
}
.bg-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:auto;
	text-align: center;
	width: 900px;
}
.bg-text p{
	color: #fff;
	font-size: 22px;

}
.book-now-botton {
	border-radius: 50px;
	font-size: 16px;
	color: #ffffff;
	padding: 16px 35px 16px 35px;
	outline: none;
	font-weight: 400;
	background: #57ad7e;
	margin-top: 20px;
}
.book-now-botton:hover {
	outline: none;
	background-color: #fff;
	color: #57ad7e;	
}
/*map area*/
.section_padding1{
	padding-top: 120px;
	padding-bottom: 120px;
}

.map_bg{
	width: 100%;
	position: relative;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.address_box{
	background-color: #fff;
	padding: 30px;
	width: 400px;
}
.address_box h4{
	color: #57ad7e;
	font-size: 36px;

}
.flex_tiles_address{
	
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	margin-bottom: -10px;
}
.flex_tiles_address i{
	margin-top: 6px;
}

.flex_tiles_address i,
.flex_tiles_address p{
	color: #737373;
}
.flex_tiles_address p{
	display: block;
	line-height: 23px;
}
.open-time h3{
	color: #57ad7e;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom:20px;
}
.info-text{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.open-time h3 {
    font-size: 26px;
}

ul.info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    margin-bottom: 20px;
    width: 300px;
}

/*footer*/

.footer_area{
	background-color: #181F2E;
	height: 100px;
	display: flex;
	align-items: center;
}
.footer_area .top_header_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
	padding: 20px 0px;
}

.footer_area .footer_left_panel span{
	font-size: 14px;
	color: #848484;
	margin-top: 6px;
	/*font-family: Mouser;*/
	font-weight:400px;

}
.footer_left_panel{
    display: flex;
	justify-content: space-between;
	column-gap: 10px;

}
.footer_right_panel{
    display: flex;
	justify-content: flex-end;
	column-gap: 20px;

}
.footer_left_panel a{
	color: #fff;
	text-decoration: underline;
}

.footer_left_panel.copyright_text{
display: inline-block;
}
.footer_left_panel.pipeline{
display: inline-block;
margin:0px 2px;
}
.footer_left_panel.designed_by_text{
display: inline-block;
}



