body{
	overflow-x: hidden; 
    overflow-y: auto;
}
.header{
	display:flex;
	flex-wrap:wrap;
	background:#018141;
	color:white;
	width:100%;
	height:50px;
	justify-content:center;
	align-items:center;
}
.header>a{
	color:white;
}
.navbar{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
	}
.navbar a:hover{
	font-size:20px;
}
.navbar a{
	text-decoration:none;
	color:black;
}
.greenbox{
	border:1px solid black;
	width:150px;
	height:40px;
	background:green;
	color:white;
	border-radius:30px;
	display: flex;
    justify-content: center; 
    align-items: center;
	
}
.dish-img img{
	width:250px;
	height:350px;
	border-radius:10px;
}
.dish-img a{
	text-decoration:none;
	color:black;
}
.dish-img img:hover{
	box-shadow:5px 5px 2px black;
	border-radius:20px;
	width:280px;
	height:380px;
}
.latest-recipes{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
}
.latest-videos{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
}
.dish-imgs img{
	width:230px;
	height:150px;
	border-radius:10px;
}
.dish-imgs a{
	text-decoration:none;
	color:black;
}
.dish-imgs img:hover{
	box-shadow:3px 3px 2px gray;
	border-radius:15px;
}
.more{
	border:1px solid black;
	width:100px;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	overflow:auto;
	justify-content:center;
	align-items:center;
	background:red;
	color:white;
	align-content:center;
	border-radius:10px;
	margin-left: 650px
}
.more:hover{
	border-radius:30px;
}
.container3{
	background:#FFFF8F;
}
.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  gap: 80px;
  background:;
}
.left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.image-box {
  border: 5px solid #b7c79a;
  padding: 8px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.image-box img {
  width: 280px;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
}
.right-column {
  max-width: 550px;
}
.right-column h1 {
  font-size: 38px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.right-column h2 {
  font-size: 22px;
  color: #6b3a2a;
  font-style: italic;
  margin-bottom: 20px;
}
.right-column p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}
.learn-btn {
  background: #b35a3b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.learn-btn:hover {
  background: #944731;
}
.article-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
}
.dish-imgs1 img{
	width:230px;
	height:150px;
	border-radius:10px;
}
.dish-imgs1 a{
	text-decoration:none;
	color:black;
}
.dish-imgs1 img:hover{
	box-shadow:3px 3px 2px gray;
	border-radius:15px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.newsletter {
  flex: 1.2;
  min-width: 250px;
}

.newsletter h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.newsletter p {
  margin: 10px 0;
}

.subscribe-box {
  display: flex;
  margin-top: 10px;
}

.subscribe-box input {
  padding: 10px;
  width: 70%;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}

.subscribe-box button {
  background-color: #3b5d2f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.subscribe-box button:hover {
  background-color: #4e7a41;
}

.newsletter small {
  display: block;
  margin-top: 10px;
  color: #777;
  font-size: 0.8rem;
}

.newsletter a {
  color: #3b5d2f;
  text-decoration: none;
}

.social-icons {
  margin-top: 15px;
}

.social-icons i {
  font-size: 18px;
  margin-right: 12px;
  color: #666;
  cursor: pointer;
}

.social-icons i:hover {
  color: #3b5d2f;
}

.footer-logo {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 90px;
}

.footer-links {
  flex: 1.5;
  display: flex;
  justify-content: space-between;
  min-width: 300px;
}

.column h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.column ul {
  list-style: none;
  padding: 0;
}

.column ul li {
  margin: 6px 0;
}

.column a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
}

.column a:hover {
  color: #3b5d2f;
}

.app-section {
  text-align: center;
  margin-top: 20px;
}

.app-buttons img {
  height: 40px;
  margin: 10px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #777;
  margin-top: 10px;
}