@charset "utf-8";
body {
	margin: 0;
	font-family: 'kaiseidecol',serif;
	background-color: #FFFFFF;
	color: #333;
}
header {
	background-color: #1f6b4a;
	padding: 20px;
	color: #fff;
	text-align: center;
	/* [disabled]display: flex; */
}
.logo {
}
.nav {
	display: flex;
	justify-content: space-around;
}
.nav a {
	color: #fff;
	margin: 0 12px;
	text-decoration: none;
}
.nav a:visited {
	color: #cc33333;
}
.nav a:hover {
	color: #6ecf8f;
}



.main {
	padding: 60px 20px;
	text-align: center;
	position: relative;
}
h2 {
	text-align: center;
	font-family: 'kaiseidecolbolb',serif;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.main img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	display: block;
}
.main h2 {
	margin-top: 20px;
	font-size: 6rem;
	color: #fff;
	position: absolute;
	/* [disabled]top: 50%; */
	left: 50%;
	transform: translate(-50%,-20%);
	padding-top: 12px;
	/* [disabled]padding-right: 24px; */
	/* [disabled]padding-left: 24px; */
	padding-bottom: 12px;
	border-radius: 8px;
	background-color: rgba(31,107,74,0.6);
	bottom: 20%;
	width: 1440px;
}
.products {
	padding: 60px 20px;
	background-color: #f5fff5;
}
.product-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
	
}
.product-item {
	width: 250px;
	text-align: center;
	/* [disabled]height: auto; */
	
}
.product-item img {
	border-radius: 8px;
	width: 250px;
	height: 250px;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}
.product-flex bottom-row {
	justify-content: space-around;
	margin-top: 20px;
}
section {
	padding: 2rem 2rem;
	margin: 0 auto;
	max-width: 960px;
}
.subscription {
	background: linear-gradient(to bottom, #e8f5e9, #fff);
	border-top: 1px solid #a5d6a7;
	border-bottom:  1px solid #a5d6a7;
}
.subscription .subscription-image img {
	width: 100%;
}
.subscription .subscription-text p {
	font-size: 1.8rem;
	text-align: center;
}
.subscription-text-text {
	border: 2px solid ff9800;
	padding: 1.5rem;
	margin: 2rem auto;
	background: linear-gradient(to right, #ffe082, #ffb74d);
	border-radius: 12px;
	max-width: 770px;
	box-shadow: 0px 4px 12px reba(255,152,0,0.2);
	box-shadow: 0px 4px 12px reba(255,152,0,0.2);
	text-align: center;
	font-size: 2rem;
	color: #4e342e;
}
.subscription-text ul {
	padding-left: 6rem;


}

.subscription-text-text strong {
	/* [disabled]font-size: 1.3rem; */
	color: e65100;
}



.features .features-image img {
	width: 100%;
	border-radius: 12px;
	/* [disabled]max-width: 720px; */
	box-shadow: 0px 4px 16px reba(0,0,0,0.2);
	box-shadow: 0px 4px 16px reba(0,0,0,0.2);
	height: auto;
}
.features .features-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #2e7d32;
}
.info-box {
	border: 2px solid #2196f3;
	margin: 2rem auto;
	padding: 2rem;
	border-radius: 8px;
	background-color: #e3f2fd;
	box-shadow: 0px 2px 8px reba( 0,0,0,0.05 0,0,0,0.05 );
	box-shadow: 0px 2px 8px reba( 0,0,0,0.05 0,0,0,0.05 );
	max-width: 770px;
}
.info-box h3 {
	color: #1976d2;
	font-size: 1.2rem;
	margin-top: 1.5rem;
	text-align: center;
}
.info-box p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	text-align: center;
}
.ingredients {
	padding: 4rem 2rem;
	background-color: #f5fff5;
	margin: 0 auto;
	max-width: 960px;
}
.ingredients h2 {
	font-family: 'kaiseidecolbold',serif;
	font-size: 2rem;
	color: #4caf50;
	margin-bottom: 2rem;
	text-align: center;
}
.ingredients-image img {
	width: 100%;
	/* [disabled]max-width: 720px; */
	border-radius: 12px;
	height: auto;
	-webkit-box-shadow: 0px 4px 16px reba(0,0,0,0.2);
	box-shadow: 0px 4px 16px reba(0,0,0,0.2);
	margin-bottom: 2rem;
}
.ingredients p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 1rem;
	text-align: justify;
	padding-left: 75px;
}
.faq {
	margin: 4rem auto;
	padding: 0 1rem;
	max-width: 720px;
	font-family: 'kaiseidecol',serif;
}
.faq h2 {
	text-align: center;
	font-size: 2rem;
	color: #4caf50;
	margin-bottom: 2rem;
}
.faq-item {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 1rem;
	overflow: hidden;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
}
.faq-question {
	width: 100%;
	background-color: #f0f0f0;
	padding: 1rem;
	color: #333;
	text-align: left;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 1.1rem;
	transition:background 0.3s ease;
}
.faq-question:hover {
	background-color: #e0e0e0;
}
.faq-answer {
	padding: 1rem;
	display: none;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}
.brand {
	padding: 4rem 2rem;
	background-color: #fefefe;
	margin: 0 auto;
	max-width: 960px;
	font-family: 'kaiseidecol',serif;
}
.brand h2 {
	text-align: center;
	font-size: 2rem;
	color: d4a29c;
	margin-bottom: 2rem;
}
.brand-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
	align-items: center;
	justify-content: center;
}
.brand-image img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0px 4px 12px reba(0,0,0,0.2);
	box-shadow: 0px 4px 12px reba(0,0,0,0.2);
	object-fit: cover;
	max-width: none;
	min-height: auto;
}
.brand-copy {
	margin: 2rem auto 3rem;
	padding: 1.5rem 1rem;
	text-align: center;
	max-width: 720px;
	border-radius: 8px;
	border: 4px solid #d4a29c;
	background: linear-gradient(to right, #fce4ec,#fff3e0)
}
.brand-copy h3 {
	font-family: 'kaiseidecol',serif;
	font-size: 1.6rem;
	color: #d4a29c;
	line-height: 1.6;
}

.brand-text {
	max-width: 720px;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #444;
}
.contact-page {
	padding: 60px 20px;
	color: #fffffff;
}
.contact-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #2f7f4f;
	text-align: center;
}
.map-wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.contact-map iframe {
	width: 100%;
	height: 400px;
	border: none;
	display: block;
}
.access-info {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.access-info p {
	margin: 6px 0;
	font-size: 16px;
	color: #333;
}
.contact-form {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	-moz-column-gap: 15px;
}
.contact-form label {
	font-size: 16px;
	color: #333;
}
.contact-form input, 
.contact-form textarea {
	padding: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
}

.btn-submit {
	background-color: #2f7f4f;
	padding: 14px 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	transition: background 0.3S;
	margin: 0 auto;
	width: 200px;
	transform: 0.2s;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	text-align: center;
	display: block;
}
.btn-submit:hover {
	background-color: 256a41;
}

























.footer {
	padding: 40px 20px;
	background-color: #1f6b4a;
}

.footer .nav a {
	margin: 0 12px;
	color: #fff;
	text-decoration: none;
}
.footer .nav a:visited {
	color: #cc33333;
}
.footer .nav a:hover {
	color: #6ecf8f;
}
.footer-copy {
	color: #fff;
	text-align: center;
	font-size: 0.85rem;
}






html{
	scroll-behavior: smooth;
}
