*{
	margin:0;
	padding:0;
}
body{
	display:flex;
	flex-direction:column;
	align-items:center;
	background-color:#EBEDE7;
	font-family: "Poppins", sans-serif;
	box-sizing:border-box;
}
.nav{
	height:60px;
	width:100%;
	background-color:white;
	display:flex;
	align-items:center;
	position:sticky;
	top:0;
	z-index:9;
}
.icons{
	height:100%;
	width:55%;
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-left:auto;
	gap:2%;
}
.icon{
	text-decoration:none;
	font-size:16px;
	color:green;
	padding:8px 23px;
	border-radius:10px;
	transition:all 0.7s;
}
.icon:hover{
	background-color:#536E45;
	color:white;
}
.main{
	height:739px;
	width:100%;
	background-image:url('https://images.unsplash.com/photo-1609349093648-51d2ceb5a72a?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8bW91bnRhaW4lMjB3aXRoJTIwaG91c2UlMjBsYW5kc2NhcGUlMjB3YWxscGFwZXJ8ZW58MHx8MHx8fDA%3D');
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:sticky;
	top:0;
}
.containt{
	height:600px;
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-shadow:1px 2px 2px black;
	margin-left:15%;
}
.start-your{
	text-decoration:none;
	color:white;
	background-color:#536E45;
	width:17.5%;
	padding:10px 23px;
	margin-top:5%;
	border-radius:10px;
	transition:all 0.5s;
}
.start-your:hover{
	margin-left:0.5%;
}
.main-2{
	height:739px;
	width:100%;
	background-color:gray;
	position:sticky;
	top:0;
	background-color:#EBEDE7;
}
.top1{
	height:40%;
	width:100%;
	background-color:white;
}
.ghgj{
	height:100px;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.main-ccoo{
	height:195px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.jkhgf{
	height:90%;
	width:20%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:5%;
}
.leaf{
	height:30px;
	width:30px;
	font-size:25px;
	background-color:#E6EBE2;
	padding:4px 4px;
	border-radius:5px;
	text-align:center;
	color:lightgreen;
}
.top2{
	height:60%;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.img{
	height:90%;
	width:40%;
	margin-left:3%;
	border-radius:10px;
}
.bhtsnajii{
	height:90%;
	width:40%;
	margin-left:2%;
	display:flex;
	flex-direction:column;
	gap:2%;
}
.img2{
	height:35px;
	width:75px;
}
.hjfydjf{
	height:60%;
	width:100%;
	background-color:white;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.diojdj{
	height:70%;
	width:100%;
	margin-top:1%;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:2%;
}
.mounbhgt{
	height:80%;
	width:30%;
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRpgljXQ2auMf7tx7Bp33fP6u6h2BwTO51v5n2VznuEOw&s=10');
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius:10px;
}
.mounbhgt1{
	height:80%;
	width:30%;
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQaSqYzkzx1DiTevWCnSyR2M3RmQeQ89zuiw7PwFY02Lw&s=10');
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius:10px;
}
.mounbhgt2{
	height:80%;
	width:30%;
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSXRJq2f-Y1V6ySFeUqYLrLGEnP7rGD8GzLbFbZdivbGw&s=10');
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius:10px;
}
.footer{
	height:40%;
	width:100%;
	background-color:#1D2E22;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.topwee{
	height:50%;
	width:100%;
	border-bottom:1px solid green;
	display:flex;
	align-items:center;
	justify-content:center;
}
.mailjhgg{
	height:70%;
	width:30%;
	display:flex;
	align-items:center;
}
.lohgour{
	color:white;
	height:100%;
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.lokjhgf{
	background-color:#648D45;
	width:45%;
	font-size:40px;
	padding:10px 12px;
	border-radius:8px;
}
.ytexds{
	height:100%;
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	color:white;
	gap:15%;
}
.imput{
	height:40px;
	width:300px;
	background-color:transparent;
	outline:none;
	border:1px solid green;
	border-radius:8px;
	margin-left:10%;
}
.subscribe{
	background-color:#659045;
	padding:14px 22px;
	color:white;
	text-decoration:none;
	border-radius:10px;
}
.bottomhg{
	height:50%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icons2{
	height:40px;
	width:40%;
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-left:auto;
}
.icon2{
	text-decoration:none;
	font-size:13px;
	color:white;
	padding:8px 23px;
	border-radius:10px;
	transition:all 0.7s;
}
.folow-us{
	height:40px;
	width:20%;
	display:flex;
	align-items:center;
	margin-left:10%;
}
.instagrams{
	text-decoration:none;
	background-color:#314B2C;
	color:white;
	margin-left:4%;
	padding:5px 5px;
	font-size:20px;
	border-radius:12px;
}
@media screen and (max-width: 992px) {
	.nav {
		height: auto;
		padding: 10px 0;
		flex-wrap: wrap;
	}

	.icons {
		width: 100%;
		justify-content: center;
		margin-left: 0;
		padding-top: 10px;
	}

	.containt {
		width: 80%;
		margin-left: 5%;
	}

	.start-your {
		width: auto;
		display: inline-block;
	}

	.main-2 {
		height: auto;
		position: static;
	}

	.top1 {
		height: auto;
		padding-bottom: 30px;
	}

	.main-ccoo {
		height: auto;
		flex-wrap: wrap;
		gap: 20px;
	}

	.jkhgf {
		width: 40%;
	}

	.top2 {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
	}

	.img, .bhtsnajii {
		width: 90%;
		margin: 10px 0;
	}

	.hjfydjf {
		height: auto;
		padding: 30px 0;
	}

	.diojdj {
		flex-direction: column;
		height: auto;
	}

	.mounbhgt, .mounbhgt1, .mounbhgt2 {
		width: 80%;
		height: 250px;
		margin-bottom: 15px;
	}

	.footer {
		height: auto;
		padding: 20px 0;
	}

	.topwee, .bottomhg {
		flex-direction: column;
		height: auto;
		gap: 15px;
		padding: 15px 0;
	}

	.mailjhgg, .icons2, .folow-us {
		width: 90%;
		justify-content: center;
		margin-left: 0;
	}

	.imput {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.icons {
		flex-wrap: wrap;
		gap: 10px;
	}

	.icon {
		padding: 5px 10px;
		font-size: 14px;
	}

	.containt p:first-child {
		font-size: 50px !important;
		width: 100% !important;
	}

	.main, .main-2 {
		position: static;
		height: auto;
		min-height: 500px;
	}

	.jkhgf {
		width: 80%;
	}

	.mounbhgt, .mounbhgt1, .mounbhgt2 {
		width: 90%;
	}

	.imput {
		width: 90%;
	}

	.icons2 {
		flex-wrap: wrap;
	}
}