@font-face{
	font-family: Sen-Regular;
    src: url("../font/Sen-Regular.ttf");
}

@font-face{
	font-family: Bengasi Bold;
    src: url("../font/Bengasi Bold.otf");
}


html{
	scroll-behavior: smooth;
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Sen-Regular;
	background: #F4F4F4;
}
p{
	color: #616161;
	font-size: 16px;
	font-family: Sen-Regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}

h1{
	font-family: Bengasi Bold;
}

h2{
	
	font-family: Bengasi Bold;
}
h4{
	font-family: Sen-Regular;
}
span{
font-family: Sen-Regular;
}
a{
	font-family: Sen-Regular;
}
a:hover{
	text-decoration: none;
}

/*top header*/
.top_header_area{
	width: 100%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.header_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_flex .navbar-brand img{
	max-width: 145px;
}
.top_header_area .header_btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 15px;
}
.btn-outline-theme{
	border-radius: 28.5px;
	border:1.5px solid #222832;
	font-size: 16px;
	color: #000000;
	padding: 10px 20px 10px 20px;
	outline: none;
	font-weight: 400;
	background-color: transparent;
	font-family: Sen-Regular;
	
}
.btn-outline-theme:hover{
	color: #ffffff;
	background-color: #9c6b59;
	
}
.btn-solid-yellow{
	border-radius: 28.5px;
	border:1.5px solid #222832;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 30px 10px 30px;
	outline: none;
	font-weight: 400;
	background: #222832;
}
.btn-solid-yellow:hover{
	color: #ffffff;
	background-color: #9c6b59;
}


/*banner area*/

.banner_area{
	background: url(../images/banner.png) no-repeat center / cover;
	height: 90vh;
    position: relative;
    width: 100%;
    background-position:  center;
}
.banner_caption{
	position: absolute;
	top: 32%;
	left: 8%;
	max-width: 450px;
}
.banner_caption h1{
	color: #fff;
	font-size: 60px;
	line-height: 64px;
	font-weight: bold;
	font-family: Bengasi Bold;
}
.banner_caption h2{
	color: #A4A4A4;
	font-size: 24px;
	line-height: 32px;
	font-family: Sen-Regular;
	margin-top: 25px;
}

/*end banner area*/

/*<-- about start -->*/

.section_padding{
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_menu_img img{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 460px;
	height: 460px;
	object-position: center;
	object-fit: cover;
	filter: drop-shadow(7px 8px 6px #777777);
}
.section_header h2{
	font-size: 45px;
	margin-top: 40px;
   color: #222832;
   font-family: Bengasi Bold;
}
.about_text p{
	font-size: 18px;
	line-height: 24px;
    color: #494848;
    margin-top: 30px;

}
.about_text span{
	font-weight: bold;
	color: #4A1C1F;
}
/*<-- about start -->*/

/*<-- services start -->*/

.theme_bg{
	background: url(../images/theme_bg.png);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section_padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-title1 h2{
	font-size: 45px;
    color: #222832;
    font-family: Bengasi Bold;
}
.menu_flex{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	flex-wrap: wrap;

}
.menu_flex .menu_item{
	max-width: 300px;
	text-align: center;
	margin: auto;
}
.menu_flex .menu_item img{
	max-width: 80px;
}
.menu_item .menu_details{
	margin-top: 15px;
}
.menu_item .menu_details h2{
	color: #222832;
	font-size: 24px;
	font-family: Bengasi Bold;
}

/*<-- services start -->*/

/*menu start*/

.section-padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section_padding1{
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu_tiles_box{
	margin-top: 30px;
	text-align: center;
}
.menu_tiles_box img{
	max-width: 100%;
}
.menu_title span{
	font-size: 22px;
}
.menu_tiles_box .menu_title{
	text-align: center;
	margin-top: 30px;
}
.menu_img img{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 250px;
	height: 250px;
	object-position: center;
	object-fit: cover;
}
.btn-outline-radius{
	border-radius: 28.5px;
	border:1.5px solid #4A1C1F;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 35px 15px 35px;
	outline: none;
	font-weight: 400;
	background: #4A1C1F;
	text-decoration: none;
}
.mt-8{
	margin-top: 50px;
}


/*menu end*/

/*book table*/
.section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg_dark_theme{
	background: url(../images/book_img.png) no-repeat center / cover;
    position: relative;
    width: 100%;
    height: auto;
    background-position:  center;
}
.bg_dark_theme::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	/*background-color: rgba(0,0,0,0.6);*/
	background-color: #222832;
	opacity: 80%;
	
}
.img-back{
	z-index: 200;
	position: relative;
}

.section_title h4{
	font-size: 45px;
	color: #fff;
	letter-spacing: 1px;
	font-family: Bengasi Bold;
}
.section_title p{
	font-size: 18px;
	color: #C4C4C4;
	font-family: Sen-Regular;
}
.iframe_box{
	padding: 25px;
	margin-top: 20px;
}

.iframe_box iframe{
	width: 100%;
	height: 630px;
	padding: 20px 20px 0px 20px;
	margin: auto;
	background-color: #fff;
}


/*book end*/

/*map area*/
.map_bg a {
    text-decoration: none;
}
.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: #ffffff;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 350px;
	height: 350px;
	filter: drop-shadow(7px 8px 6px #777777);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
}
.address_box h4{
	color: #9c6b59;
	font-family: Sen-Regular;
	font-size: 28px;
	font-weight: bold;

}
.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: 26px;
	font-size: 22px;
}



/*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-weight:400;
}
.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;
}
.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;
}

.top_button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #9c6b59;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 999;
}

.top_button:hover {
    background-color: #e7b09a;
    transform: translateY(-3px);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 90px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: translateY(-50%) scale(1.1);
}
