body,html{
	overflow-x: hidden;
}
:root{
	--footer-color:#1c1c23;
	--active-btn : #258500;
	--inactive-btn:hsl(0, 0%, 100%);
	--active-btn2 : #185300;
	--secound-color:rgb(0,0,220);
	--titles :#212129;    
	--white : #fff;
	--scrolltop : #258500;
	--background : #258500;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}
*{
	padding: 0;
	margin: 0;
}
body{
	overflow-x: hidden;
}

/* Topmenu Navigation */
.topmenu{
	background-color: aliceblue;
	height: 40px;
}
.navi{
	height: 80px;
	background-color: white;
	border-bottom: solid 1px #f9f9f9;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.navi ul{
	float: right;
}
.navi ul li{
	float: left;
	list-style: none;
	margin: 0 10px;
	line-height: 80px;
}
.navi ul li a{
	text-decoration: none;
	color: #222;
	font-size: var(--clamp16);
	font-weight: 600;
}
.logo{
	padding: 10px;
}
.logo img{
	height: 70px;
	margin-top: -5px;
}
.con-info li{
	list-style: none;
	float: left;
	line-height: 40px;
	margin-right: 20px;
}
.con-info a{
	text-decoration: none;
	color: #222;
}
.socialicons ul{
	float: right;
	margin-top: 7px;
}
.socialicons ul li{
	float: left;
	list-style: none;
	margin: 0 10px;
}
.socialicons ul li i{
	color: #222;
}
/* Topmenu Navigation */


/* ScrollTop */
.scrolltop{
	background-color: var(--scrolltop);
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 30px;
	right: 20px;
	cursor: pointer;
}
.scrolltop i{
	color: white;
}
/* Scrolltop */


/* whatsappicons */
	.whatsapp-chat-icon {
		position: fixed;
		bottom: 80px;
		right: 20px;
		z-index: 3;
	}
	.whatsapp-chat-icon img {
		height: 40px;
	}
/* whatsapp icon */


/* footer */
.footer-section{
	background-color: black;
	height: auto;
	padding: 50px 0;
}
.footer-section h4{
	position: relative;
	font-size: var(--clamp22);
	color: white;
	text-transform: uppercase;
}
.footer-section h4:before{
	position: absolute;
	bottom: -7px;
	width: 100px;
	height: 1px;
	background-color: var(--secound-color);
	content: "";
}
.footer-section p{
	color: white;
	font-size: var(--clamp16);
	letter-spacing: 0.25px;
}
.footer-section  li a{
	color: whitesmoke;
	text-decoration: none;
}
.footer-section li{
	list-style: none;
	line-height: 30px;
}
.footer-address i{
	color: white;
}
.footer-address a{
	margin-right: 10px;
}
/* footer */

/* hero-slider */
.hero-slider{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slider-img{
	height: 600px;
	object-fit: cover;
}
.hero-slider img{
	height: 600px;
}
.hero-slider-btn button{
	position: absolute;
	border-radius: 50px;
	border:none;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}
.hero-slider-btn i{
	color: white;
	font-size: 18px;
}
.hero-slider-btn .right{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.hero-slider-btn .left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.hero-slider ul.slick-dots .slick-active{
	position: relative;
}
.hero-slider ul.slick-dots .slick-active:after {
    position: absolute;
    background-color: var(--secound-color);
    top: 11px;
    width: 15px;
    height: 15px;
    content: "";
    border-radius: 50px;
    left: 0px;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);

}
.hero-slider ul.slick-dots button {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50px;
    border: solid 1px #f8f8f8;
}
.hero-slider ul.slick-dots li {
    float: left;
    margin: 0 3px;
}
/* hero-slider */


/* home abobut us */
.aboutus{
	padding: 50px 0;
	height: auto;
}
.about-content h2{
	font-size: var(--clamp36);
	font-weight: 300;
}
.about-content h2 span{
	font-size: var(--clamp36);
	font-weight: 700;
	color: var(--secound-color);
}
.about-content p{
	font-size: var(--clamp18);
	font-weight: 400;
	letter-spacing: 0.30px;
}
.about-img img{
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
/* home about us */


/* theme-btn a */
.theme-btn-a a{
	padding: 10px 30px;
	text-decoration: none;
	background-color: var(--secound-color);
	color: white;
	border-radius: 50px;
	transition: ease-in-out 0.3s;
}
.theme-btn-a a:hover{
	color: whitesmoke;
	background-color:#185300;
}
/* theme-btn a */


/* banner-section */
.banner-section{
	background-image: url("https://wallpapercosmos.com/w/full/f/7/9/584472-3840x2160-desktop-4k-restaurant-background-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}
.inner-banner{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding: 50px 0;
	display: flex;
	align-items: center;
}
.sidemenu{
	display: none;
}
.menubar{
	display: none;
}
.inner-banner h2{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-size: var(--clamp45);
}
.infodetails span {
    color: blue;
}
.inner-banner h4{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-size: var(--clamp24);
}
/* banner-section */


/* contactus */
.contactus{
	padding: 50px 0;
}
.contact-details h4{
	font-size: var(--clamp20);
	font-weight: 700;
	letter-spacing: 1px;
}
.contact-details i{
	font-size: var(--clamp20);
}
.infoicon{
	background-color: var(--secound-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.details{
	margin-bottom: 30px;
}
.infoicon i{
	color: white;
	font-size: 26px;
}
.contact-form{
	padding: 30px 20px;
}
.contact-form input[type='text']{
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 10px;
}
.contact-form textarea,.contact-form textarea:focus{
	height: 100px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 10px;
}
.contact-form button{
	background-color: var(--secound-color);
	padding: 10px 30px;
	border-radius: 0;
	color: white;
	box-shadow: none;
	border:none;
}
.contact-form h3{
	text-align: center;
	font-size: var(--clamp25);
	margin-bottom: 50px;
}

/* contactus */

/* mission */
.mission{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	border-radius: 10px;
}
.mission h3{
	text-align: center;
	font-size: var(--clamp32);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
}
.mission p{
	font-size: var(--clamp20);
	font-weight: 300;
}

/* missison */

.patners{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 10px;
}
.services-block{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	height: 200px;
	padding-top: 30px;
}
.slider-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.services-block p{
	font-size: var(--clamp22);
	font-weight: 600;
}
.patners img{
	height: 80px;
}