@charset "UTF-8";
body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #DBD9D0;
}

body a {
	text-decoration: none;
}

.Container {
	overflow: hidden;
}

.Menu {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
}

.backbtn img {
	width: 25px;
}

.backbtn {
	margin: 25px;
}

.Back button {
	text-decoration: none;
	border: none;
	background-color: transparent;
	transition: 0.3s;
	cursor: pointer;
}

.three-dots img {
	width: 25px;
}

.three-dots {
	margin: 25px;
}

.Meal-Info {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: white;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.Lunch-Image {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.Lunch-Image img {
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-radius: 100%;
}

.Lunch {
	display: flex;
	align-content: space-between;
	align-items: space-between;
	justify-content: space-between;
	width: auto;
	margin: 10px 35px;
}

.Lunch h1 {
	line-height: 0;
	margin-bottom: 0;
	color: #D86B32;
}

.Lunch p1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 0;
	color: #D86B32;
}

.Lunch p2 {
	color: #707070;
	font-size: 12px;
}

.Lunch-Textbox {
	
}

.Lunch-Rating {
	padding-top: 20px;
	font-size: 12px;
}

.Rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	width: 100%;
	padding-top: 3px;
}

.Rating input[type="radio"] {
	display: none;
}

.Rating label {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 2px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #D86B32;
	background-color: white;
	border-radius: 100%;
}

.Rating label:hover,
.Rating label:hover ~ label,
.Rating input[type="radio"]:checked ~ label {
	background-color: #D86B32;
}

.Lunch-Cooking-Info {
	border-radius: 20px;
	background-color: white;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	width: auto;
	margin: 30px 15px;
	display: flex;
	align-content: space-between;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
}

.Info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Lunch-Cooking-Info img {
	width: 30px;
}

.Lunch-Cooking-Info p3 {
	line-height: 2;
	color: #707070;
}

.Lunch-Content-Info {
	column-count: 4;
	column-gap: 30px;
	margin: 0 20px;
}

.Info-Box {
	break-inside: avoid;
	margin-bottom: 50px;
	border-radius: 15px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	width: auto;
	height: auto;
	text-align: center;
	padding: 15px 0px;
}

.Info-Box p4 {
	font-size: 12px;
	color: #707070;
}

.Info-Box p5 {
	font-size: 12px;
	color: #707070;
	font-weight: bold;
}

.Information-Text {
	line-height: 0;
	margin: 40px 20px;
	font-size: 14px;
	text-justify: auto;
	justify-content: center;
	align-items: center;
}

.Ingredients {
	margin: 60px 0px 30px 20px;
}

.Ingredients h2 {
	font-size: 18px;
}

.carousel {
	overflow-x: auto;
	width: 100%;
}

.carousel-container {
	position: relative;
	display: flex;
	width: 20%;
	margin: 0;
	height: auto;
	transition: transform 1s ease;
	white-space: nowrap;
}

.carousel-slide {
	flex: 0 0 100%;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	position: relative;
}

.carousel-textbox {
	width: auto;
	height: 20%;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 5px;
}

.carousel-textbox-bottom {
	width: auto;
	text-align: center;
	justify-content: center;
	padding: 20px;
}

.carousel-slide p {
	font-size: 12px;
	margin: 0;
	color: #707070;
}

.Ingredient-Image-Box {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.Ingredient-Image {
	border-radius: 15px;
	background-color: white;
	width: fit-content;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 5px 12px 3px rgba(0, 0, 0, 0.1)
}

.Ingredient-Image img {
	width: 32px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Directions-Tab {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-color: white;
	margin: 0;
	overflow: auto;
}

.Directions {
	margin-left: 20px;
	padding: 10px 10px 0px;
}

.Directions h3 {
	font-size: 35px;
	font-weight: normal;
	color: #3C6C30;
}

.Steps {
	grid-template-columns: 15% 85%;
	grid-template-rows: 20% 20% 20% 20% 20%;
	grid-column-gap: 10px;
	display: grid;
	margin: 0 20px;
}

.Numbers {
	border: none;
	background-color: #D86B32;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 2;
	transform: translate(25%, 50%);
}

.Numbers p1 {
	font-size: 15px;
	color: white;
	transform: translate(-50%, -50%);
}

.Step {
	justify-content: center;
	align-content: center;
	align-items: center;
}

.Step-Text {
	line-height: 1.3;
	padding-right: 10px;
}

.Step-Text p {
	font-size: 15px;
	color: #707070
}

.Video-Link {
	margin: 20px;
	width: auto;
}

.Video-Link button {
	padding: 20px 0;
	width: calc(100% - 40px);
	box-sizing: border-box;
	background-color: #3C6C60;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 15px;
	text-align: center;
	color: white;
}

.Video-Link button:hover,
.Video-Link button:active {
	background-color: darkgreen;
}

