*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}
/*NAVIGATION BAR*/
.menu-bar{
	min-height: 8%;
	background: #55A849;
}
.menu-bar img{
	width: 65px;	
}	
.nav-link{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.nav-link:hover{
	color: #333;
}
.active{
	color: #333 !important;
}
.navbar-toggler .fa{
	color: #fff;	
}
.navbar-toggler .fa{
	outline: none !important;	
}
/*FEATURED SHOP*/
.banner{
	min-height: 77%;
	color: black;
}
.banner img{
	width: 100%;
}
.info{
	margin: 24% auto;
	
}
.info h1{
	font-size: 40px;
}
.info a{
	width: 135px;
	color: white !important;
	text-decoration: none !important;
	padding: 13px 23px;
	margin: 4% 8px;
	background: #55A849;
	display: inline-block;
}
.info a:hover{
	background: white !important;
	border: 1px solid #55A849 !important;
	color: black !important;
	transition: 0.5s;	
}
/*FEATURED ABOUT*/
.jumbotron{
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(rgba(0, 0, 0, 0.627),rgba(0, 0, 0, 0.6)),  url("sheesh.png");
}
.jumbotron p{
	color: #fff;
	text-shadow: 1px 1px 4px #fff;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 60px;
	text-indent: 50px;
}
.jumbotron h1{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 4px #fff;
	margin-top: 40px;
}
.jumbotron  a{
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	padding: 8px 18px;
	color: #fff;
	border-radius: 30px;
	margin-top: -12px;
	cursor: pointer;
	font-size: 12px;
	float: right;
}
.jumbotron a:hover{
	background: #55A849;
	border: 1px solid #55A849;
	display: inline-block;
	transition: 0.5s;
	color: #fff;
}
/*FEATURED MENU*/
.container-fluid h2, p{
	color: #fff;
	text-align: justify;
}
.container-fluid{
	position:relative;
	width: 1100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}
.container-fluid .card{
	max-width: 310px;
	position: relative;
	height: 250px;
	background: #fff;
	margin: 30px 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	transition: 0.3s ease-in-out;
}
.container-fluid .card:hover{
	height: 510px;
}
.container-fluid .card .imgBx{
	position: relative;
	width: 260px;
	height: 260px;
	top: -60px;
	left: 9px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 70%;
}
.container-fluid .card .imgBx img{
	max-width: 100%;
	border-radius: 15px;
}
.container-fluid .card .content{
	position: relative;
	margin-top: -100px;
	padding: 10px 10px;
	color: #111;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
	font-size: 13px;
}
.container-fluid .card:hover .content{
	visibility: visible;
	opacity:1;
	margin-top:-50px;
	transition-delay:0.3s;
}
.card:nth-child(1){
	background: #55A849 ;
	border-radius: 15px;
}
.card:nth-child(2){
	background: #55A849;
	border-radius: 15px;
}
.card:nth-child(3){
	background: #55A849;
	border-radius: 15px;
}
.content button{
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	padding: 5px 18px;
	color: #fff;
	border-radius: 30px;
	margin-top: 0px;
	cursor: pointer;
	font-size: 12px;
}
.content button:hover{
	border: 1px solid #fff;
	background: #fff;
	outline: none;
	padding: 5px 18px;
	color: #555;
	border-radius: 30px;
	margin-top: 0px;
	cursor: pointer;
	font-size: 12px;
}
/*FOOTER*/
footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #55A849;
	box-sizing: border-box;
}
footer .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container .sec{
	margin-right: 30px;
}
footer .container .sec.about{
	width: 40%;
}
footer .container h3{
	position: relative;
	color: #000;
	font-weight: 500;
	margin-bottom: 35px;
}
footer .container h3:before{
	content:' ';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #DFDED3;
}
footer p{
	color: #DFDED3;
}
.icon{
	margin-top: 20px;
	display: flex;
}
.icon li{
	list-style: none;
}
.icon li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgb(39, 160, 23);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 6px;
}
.icon li a:hover{
	background: rgb(76, 99, 73);
}
.icon li a .fa{
	color: #fff;
	font-size: 20px;
}
.shortlink{
	position: relative;
	width: 25%;
}
.shortlink ul li{
	list-style: none;
}
.shortlink ul li a
{
	color: #DFDED3;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
}
.shortlink ul li a:hover{
	color: #555;
}
.contact{
	width: calc(30% - 60px);
	margin-right: 0 !important;
}
.contact .reach{
	position: relative;
}
.contact .reach li{
	display: flex;
	margin-bottom: 15px;
}
.contact .reach li span:nth-child(1){
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.contact .reach li span{
	color: #DFDED3;
}
.contact .reach li a{
	color: #DFDED3;
	text-decoration: none;
}
.contact .reach li a:hover{
	color: #555;
}
.copyright{
	width: 100%;
	background: #55A849;
	color: rgb(231, 221, 221);
	padding: 1px;
}
.copyright p{
	text-align: center;
	margin: 5px 0;
}
@media (max-width: 1000px){
	footer{
		padding: 40px;
	}
	footer .container{
		flex-direction: column;
	}
	footer .container .sec{
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .container .sec.about{
		width: 100%;
	}
	footer .container .sec.contact{
		width: 100%;
	}
	footer .container .sec.shortlink{
		width: 100%;
	}
	.copyright{
		padding: 8px 20px;
	}
}
/*top button*/
.top{
	position: fixed;
	width: 30px;
	height: 30px;
	background: #3FA329;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 25px;
}
.top:hover{
	color:rgb(47, 119, 33);
}
