@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
	margin: 0;
	padding: 0;
}
html{
    scroll-behavior: smooth;
	overflow-x: hidden;
}
body
{
	background-color: #333;
	overflow-x: hidden;
	color: white;
}
#logo img{
	width: 75px;
	height: 75px;
}
 #imgbox img
{
	width: 15vw;
	height: 13vh;
}

#firsthead a
{
   color: #fff;
	text-decoration: none;
	font-family: serif;
	font-size: 1.25rem;
	padding: 10px;
	margin: 10px;
    transition: all 0.3s ease-in-out;
}
#firsthead a:hover{
   transform: scale(1.2);
    color: orange;
}
#firsthead::before
{
	content: "";
	width: 100%;
	height: 100vh;
	position: absolute;
	background:black;
	z-index: -2;
	opacity: 0.2;
}
#firsthead::before
{
	content: "";
	width: 100%;
	height: 100vh;
	position: absolute;
	/* background-image: url(img/b3.jpg); */
	z-index: -1;
	background-size: 100% 100%;
}

.main
{
	height:80vh;
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
}

section img
{	
	width: 100%;
	height: 30rem;
	opacity: .5;	
}
section .wed{
	font-family: serif;
}
section .heading
{
	font-family: 'FontAwesome';
	color:orange;
}
section p 
{
	margin: 50px;
	font-size: 1.15rem;
	font-family: serif;
	margin-top: 5px;
}
span
{
	color: red;
}
.mybtn
{
	padding: 18px 8px;
	margin: 20px;
	font-size: 1.1rem;
	background-color: orange;	
	border:none;
	border-radius: 35px 0px 35px 0px;
   	transition: all 0.5s ease-in-out;
}
#btndiv .mybtn a{
	font-family: serif;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	color: black;
}
.mybtn:hover{
    background-color: white;
    transform: scale(1.2);
}
#back {
	z-index: 3;
	position: sticky;
	bottom: 12px;
}
#back button{
	outline: none;
	border: none;
	position: relative;
	border-radius: 5px;
	left: 95%;
	width: 50px;
	height: 50px;
	background-color:#607d8b;
	transition: all 0.3s ease-in-out;
}

#back button:hover{
	background-color:red	
}
#back i{
	color: white;
	font-size: 1.2rem;
}

.about p{
	font-family: serif;
	font-size: 1.15rem;
}

.about h2{
	color: orange;
	font-family: 'FontAwesome';
}
.food-quality p{
	font-family: serif;
	font-size: 1.15rem;
}
.food-quality h2{
	color: black;
	font-family: 'FontAwesome';
}
#food-gallery h1{
	font-family: 'FontAwesome';
}
#third div
{
	width: 30%;
	height: 50vh;
	position: relative;
	top:15vh;
	margin: 50px;
	color: #fff;	
}

#third div h3
{
	font-size: 2rem;
	margin: 15px;
}

.myimg img
{
	height: 30vh;	
}

#food-gallery .card:hover{
	transition: all 0.4s ease-in-out;
	transform: scale(1.05);
	z-index: 2;
	cursor: pointer;
}
#seven
{
	width: 100%;
	height: 60vh;
}
#seven img
{
	width: 100%;
	height: 60vh;
}
#menu h1{
	font-family: 'FontAwesome';
}
#menu h3{
	font-family: 'FontAwesome';
}
#menu p{
	font-family: serif;
	font-size: 1.15rem;
}
#menu .card:hover{
	color: white;
	background-color: orange;
	transition: all 0.3s ease-in-out;
	transform: translateY(-26px);
}
#menu .card img{
	height: 40vh;
}
#eight h3{
	padding: 30px;
	font-family: 'FontAwesome';
}
#etwo a 
{
	color: #fff;
	font-family: serif;
	font-size: 1.25rem;
	transition: all 0.3s ease-in-out;
}
#etwo a:hover{
	transform: scale(1.2);
	color: orange;
}
#ethree
{
	width: 100%;
}
#ethree  ul 
{
	list-style: none;
	margin: 10px 50px;
	display: flex;
	justify-content: center;
	color: #fff;

}
#ethree ul li
{
	font-size: 40px;
	margin-right:30px;
	padding: 10px;
}
#ethree ul li i:hover{
	transition: all 0.2s ease-in-out;
	color: orange;
	cursor: pointer;
}
#contact-form  h1{
	font-family: 'FontAwesome';
	color: orange;
}
#contact-form  label{
	font-family: 'FontAwesome';
	font-weight: 500;
	font-size: 1.1rem;
	color: orange;
}
#contact-form  button{
	font-family: serif;
	font-size: 1.2rem;
	color: black;
	padding: 10px 20px;
	margin: 20px;
	font-size: 1.1rem;
	background-color: orange;	
	border:none;
	border-radius: 35px 0px 35px 0px;
   	transition: all 0.5s ease-in-out;
}

#contact-form button:hover{
    background-color: white;
    transform: scale(1.2);
}
#contact-form {
	width: 80%;
    border-radius: 60px 0px 60px 0px;
}
#contact-form .form-label{
	margin: 12px 0px;
}

@media screen and (max-width:400px)
{
	#bg-img
	{
		display: none;
	}
	#contact-form {
		width: 100%;	
	}
}

/* 
NEW CSS */
li{
	list-style: none;
	font-family: 'Poppins';
	font-weight: 500;
	letter-spacing: .2em;
	cursor: pointer;
}
.navLink ul{
	display: flex;
	gap: 2em;
	justify-content: center;
	align-items: center;
}
.navbar{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.Main{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 3em;
	padding: 4em 10em;
}
.Main img{
	width: 50%;
}
.main_right h1{
	font-family: 'Poppins';
	letter-spacing: .2em;
	font-weight: 800;
	font-size: 62px;
}

.main_right p{
	letter-spacing: .2em;
	font-family: 'Poppins';
	font-weight: 500;
	color: #ff9f00;
}

.logo img{
	width: 10%;
}

.about{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 7em 14em;

}
.about h2{
	font-family: 'Poppins';
	font-weight: 800;
	letter-spacing: .2em;
}
.about p{
	font-family: 'Poppins';
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 2em;
	text-align: center;
}

#food-gallery h1{
	font-family: 'Poppins';
	font-weight: 800;
	color: #ff9f00;
	text-align: center;
}

.card img{
	width: 100%;
	height: 50vh;
}
.card{
	border: none;
}

#five{
	padding: 7em 0 0 0;
}
#five h1{
	font-family: 'Poppins';
	font-weight: 800;
}
#five p{
	font-family: 'Poppins';
	letter-spacing: .2em;
	font-family: 'Poppins';
	line-height: 2em;
}

#menu {
	padding: 7em 0 0 0 ;
}

#menu h1{
	font-family: 'Poppins';
	color: #ff9f00;
	font-weight: 800;
	text-align: center;
}

.card-body p{
	color: #333;
	font-family: 'Poppins';
	font-weight: 500;
	letter-spacing: .1em;
}
.card-body h3{
	color: #333;
	font-family: 'Poppins';
	font-weight: 500;
	letter-spacing: .1em;
}

#footer{
	padding: 7em 0 0 0 ;
}

.main-logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav a{
	font-family: 'Poppins';
	font-weight: 500;
	letter-spacing: .1em;
}

@media only screen and (max-width:1000px){
	.navbar{
		flex-direction:column;
		justify-content: center;
		align-items: center;
	}
	.navbar .logo{
		text-align: center;
	}
	.Main{
		flex-direction: column-reverse;
	}
	.Main img{
		position: absolute;
		width: 50%;
		left: 15em;
		top: 22em;
		z-index: -1;
	}
	.about{
		text-align: center;
		padding: 7em 4em ;
	}
	.about p{
		padding: 0;
	}
}