@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Josefin Sans", sans-serif;
}
/* width */
::-webkit-scrollbar {
	width: 0px;
}
html
{
	scroll-behavior: smooth;
}
.success_msg,.error_message {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	background: darkseagreen;
	padding: 5%;
	border: none;
	border-radius: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: none;
}
.error_message
{
	background: #ff4444;
}
.main_container
{
	width: 100%;
	height: 100vh;
	background: url(images/texture.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_container
{
	width: 90%;
	height: 95%;
	background: white;
	box-shadow: 2px 10px 25px 5px #1a343d;
	overflow: auto;
	position: relative !important;
	margin: 0px auto;
	scroll-behavior: smooth;
}
.hero
{
	width: 100%;
	height: 100%;
	background: url(images/hero_img.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
	position: relative;
}
.hero #bg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.header
{
	padding: 1.3rem 0px;
	position: fixed;
	top: 2.5%;
	left: 5%;
	width: 90%;
	transition: 0.2s all linear;
	z-index: 22;
	display: flex;
	justify-content: center;
	align-items: center;
}
.visible_header
{
	background: rgba(0, 0, 0, 0.8);
	position: sticky;
	left: 0%;
	top: 0%;
	width: 100%;
	align-items: center;
	padding: 5px 0px;
	height: 10.5%;
	color: #fff;
}
.scrolled
{
	background: rgba(0, 0, 0, 0.8) !important;
	color: #fff !important;
	transition: 0.2s all linear;
}
.header .menu ul 
{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	width: 100%;
}
.mobile_menu
{
	display: none;
}
.opener
{
	display: none;
}
.closer{
	display: none;
}
.menu ul li a
{
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all linear;
	position: relative;
	color: #000;
	font-weight: 600;
}
/**/
.visible_header .menu ul li a,.scrolled .menu ul li a
{
	color: #fff;
}
.scrolled .opener i
{
	color: #fff;
}
.menu ul li a:before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0%;
	height: 2px;
	transition: 0.2s all linear;
	/*from here you can change the color of orange hover effect you need to change both before and after background color*/

	background: darkorange;
}
.menu ul li a:after{
	content: '';
	position: absolute;
	top: -8px;
	right: 0;
	width: 0%;
	height: 2px;
	transition: 0.2s all linear;
	/*from here you can change the color of orange hover effect you need to change both before and after background color*/

	background: darkorange;
}
.menu ul li a:hover:after{
	width: 100%;
}
.menu ul li a:hover:before{
	width: 100%;
}
.menu ul li img,.mobile_menu ul li img
{
	width: 100px;
	display: block;
}
.menu ul li a img
{
	display: block;
}
.hero_content
{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 100%;
	position: relative;
	width: 100%;
}
.logo
{
	width: 60%;
	text-align: center;
}
.header_logo
{
	display: none;
}
.header_logo img
{
	width: 70px;
	display: block;
}
.logo img
{
	width: 50%;
}
.hero_content h1
{
	color: #fff;
	text-shadow: 0px 0px 5px black;
	display: block;
	font-size:40px;
}
.about_section,.general
{
	height: auto;
	padding: 10% 0px 0% 0px;
	background: white;
	gap: 30px;
	width: 90%;
	margin: 0px auto;
}
.general
{
	padding: 5% 0px;
}
.stager
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
.about_section .first
{
	margin-bottom: 5%;
}
.about_section .rev{
	margin-bottom: 8%;
}
.about_section .first .stager_img
{
	position: relative;
	top: 10rem;
}
.general .first p,.general .rev p
{
	height: auto;
}
.about_section .rev p
{
	position: relative;
	top: 10rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.stager p,.stager_img
{
	width: 45%;
}
.stager_img
{
	height: 26rem;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.stager_img img
{	
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.about_section h1,.general h1
{
	color: darkorange;
	font-size: 35px;
	width: fit-content;
	position: relative;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10%;
}
.about_section h1
{
	margin-bottom: 5%;
}
.about_section h1:before,.general h1:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom:-10px;
	width: 40%;
	height: 3px;
	background: linear-gradient(90deg, darkorange, #fff);
	z-index: 1;
	border-radius: 10px;
}
.about_section p
{
	color: #434343;
	font-size: 25px;
	line-height: 45px;
	word-wrap: break-word;
	text-indent: 30px;
	text-align: center;
}
.general .stager
{
	height: 70vh;
	margin-bottom: 6%;
}

.general .stager p
{
	color: #434343;
	font-size: 25px;
	line-height: 40px;
	word-wrap: break-word;
	text-indent: 30px;
	text-align: center;
}
.general .stager_img
{
	height: 100%;
}
/*.general .stager_img
{
	height: 100vh;
	overflow: visible;
	box-shadow: none;
}
.general .stager_img img
{
	height: 60%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.general .first .stager_img
{
	display: flex;
	align-items: flex-end;
}*/
.contact_us
{
	width: 100%;
	background: white;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_container
{
	width: 55rem;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80%;
	border-radius: 15px;
	overflow: hidden;
}
form
{
	width: 60%;
	height: 100%;
	padding-left: 10%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-direction: column;
}
.inputfield,textarea
{
	width: 80%;
	border:none;
	outline: none;
	height: 2.5rem;
	padding: 10px;
	font-size: 16px;
	background: #ededed;
	border-radius: 10px;
	color: #000;
	
}
form input:focus, textarea:focus
{
	border: 2px solid darkorange;
}
textarea
{
	height: 5rem;
}
form button
{
	border-radius: 10px;
	height: 2.5rem;
	width: 8rem;
	padding: 0px 10px;
	font-size: 16px;
	background: #000;
	color: white;
	text-align: center;
	border:none;
	outline: none;
	cursor: pointer;
	transition: 0.2s all linear;
}
form button:hover
{
	background: darkorange;
	color: #000;
}
.img
{
	width: 40%;
	height: 100%;
}
.img img
{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
footer
{
	width: 100%;
	height: 45%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #000;
	color: #fff;
	position: relative;
}
.footer_container div:nth-child(1)
{
	width: 25%;
	padding-left: 20px;
}
.footer_container div:nth-child(2)
{
	width: 50%;
}
.footer_container div:nth-child(3)
{
	width: 20%;
}
.footer_container
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.section img
{
	width: 100px;
	margin-bottom: 20px;
}
.section p
{
	font-size: 20px;
	margin-bottom: 20px;
}
.section ul
{
	list-style: none;
	margin-top: 20px;
	text-align: center;
}
.section ul li
{
	display: inline-block;
	margin: 0px 10px 5px 10px;
}
.section ul li a:hover
{
	color: orange;
}
.section h2
{
	color: darkorange;
	text-align: center;
}
.section ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	position: relative;
	top: 0;
	transition: 0.2s all linear;
}
.social
{
	padding-right: 20px;
}
.social h2
{
	text-align: end !important;
}
.social ul li i
{
	font-size: 30px;
	text-align: center;
}
.social ul li:nth-child(3)
{
	margin: 0px 0px 0px 5px;
}
.social ul
{
	text-align: end !important;
}
#copyright
{
	width: 100%;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background: #000;
}
/*=============================================*/
.general_content
{
	margin-top: 10%;
}
.general_content p
{
	color: #434343;
	font-size: 25px;
	line-height: 45px;
	word-wrap: break-word;
	text-indent: 30px;
	margin-bottom: 5%;
	position: relative;
	text-align: center;
}
.steak
{
	width: 100%;
	height: 30rem;
	margin-bottom: 5%;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}
.steak img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.booklet{
	width: 100%;
	text-align: center;
}
.bookletimg
{
	margin: 0px auto 15px auto;
	text-align: center;
	width: fit-content;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	overflow: hidden;
}
.bookletimg img
{
	width: 420px;
	height: 650px;
	display: block;
}
.booklet a
{
	text-decoration: none;
}
.booklet a button
{
	border-radius: 10px;
	border:none;
	outline: none;
	height: 3rem;
	width: 10rem;
	font-size: 20px;
	background: #000;
	color: #fff;
	transition: 0.2s all linear;
	cursor: pointer;
}
.booklet a button:hover
{
	background: darkorange;
}
.iframe
{
	width: 80%;
	padding: 5% 2%;
	margin: 0px auto;
}
.iframe iframe
{
	width: 100%;
}