@charset "utf-8";

* {
	box-sizing: border-box;
	margin-top: 0%;
	margin-bottom: 0%;
} 

#html {
	scroll-behavior: smooth;
}

.navbar {
	position: fixed;
	justify-self: center;
	width: 100%;
	z-index: 1000;
}

h1 {
	font-size: 3vw;
}

@media screen and (max-width: 1080px) {

	.subtitle p {
		font-size: 85%;
	}

	.social-logo {
		height: auto;
		min-width: 40px;
		max-width: 20%;
		object-fit: contain;
	}

	.donate p,
	.contact p {
		font-size: 80%;
	}

	.logo img {
		height: auto;
	}
}

.navi li a:visited {
	color: #E6D1AE;
	font-size: 100%;
	text-decoration: none;
	font-family: "Merriweather", serif; 
}

.navi li a:link {
	color: #E6D1AE;
	font-size: 100%;
	text-decoration: none;
	font-family: "Merriweather", serif;
	padding: 10px;
	
}

.navi li a:hover {
	color:#E6D1AE;
	opacity: 70%;
}

@media screen and (max-width: 780px) {

	.right-nav li a {
		font-size: 10px;
	}

	.navi {
		margin-top: -20px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 80% 20%;
		grid-template-areas:
			'a a b c'
			'd e f g';
	}



	.navi> :nth-child(1) {
		grid-area: a;
		padding-bottom: 20px;
	}

	.navi> :nth-child(2) {
		grid-area: b;
		padding-bottom: 20px;
	}

	.navi> :nth-child(3) {
		grid-area: c;
		padding-bottom: 20px;
	}

	.navi> :nth-child(4) {
		grid-area: d;
	}

	.navi> :nth-child(5) {
		grid-area: e;
	}

	.navi> :nth-child(6) {
		grid-area: f;
	}

	.navi> :nth-child(7) {
		grid-area: g;
	}

	.social-logo {
		height: auto;
		min-width: 35px;
		max-width: 45px;
		object-fit: contain;
		margin-left: -90px;
	}

	.subtitle p {
		font-size: 16px;
		line-height: 1.5;
		padding: 0;
		white-space: nowrap;
	}

	.subtitle {
		margin-left: -350%;
	}

	.donate p,
	.contact p {
		font-size: 20px;
		margin-left: 40%;
	}

	.contact {
		margin-left: 200%;
	}

	.logo {
		flex-direction: column;
		margin-left: -40%;
	}

	.logo h1 {
		font-size: 16px;
		text-align: center;
	}

	.logo img {
		min-width: 90px;
		margin-bottom: 10px;
	}

	.rectangle {
		margin-left: -35%;
	}
}

body {
	padding: 0;
	margin: 0;
	font-family: "Merriweather", serif;
}

.container {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFFDE7;
}

.navi {
	list-style: none;
	display: grid;
	padding-top: 35px;
	padding-bottom: 35px;
	grid-template-columns: 40% 2% 20% 6% 7% 11% 10%;
	align-items: center;
	background-color: #364A3F;
}

.logo {
	display: flex;
	gap: 3%;
	align-items: center;
}

.logo img {
	width: 15%;
	margin-left: 5%;
	min-width: 70px;
}

.rectangle {
	height: 70px;
	width: 2px;
	background-color: #E6D1AE;
}

.subtitle {
	color: #E6D1AE;
	font-size: 16px;
	line-height: 2;
}

.social,
.donate,
.contact {
	display: flex;
	justify-content: center;
}

.social-logo {
	max-height: 60px;
	min-height: 40px;
	width: auto;
	object-fit: contain;
}

@media screen and (max-width: 430px) {

	.navi {
		position: relative;
		padding: 10px 0;
		min-height: 170px;
	}
	
	.navi > * {
		display: none !important;
	}

	.navi > :nth-child(1) {
		display: block !important;
	}

	.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		max-width: 100%;
	}

	.logo img {
		width: 72px;
		margin: 0;
		display: block;
	}

	.logo h1 {
		font-size: 14px;
		line-height: 1.2;
		margin: 6px 0 0;
		max-width: 100vw;
		white-space: normal;
		word-break: break-word;
		text-align: center;
	}
}



body {
	padding: 0;
	margin: 0;
	font-family: "Merriweather", serif;
}

.container {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFFDE7;
}

.navi {
	list-style: none;
	display: grid;
	padding-top: 35px;
	padding-bottom: 35px;
	grid-template-columns: 40% 2% 20% 6% 7% 11% 10%;
	align-items: center;
	background-color: #364A3F;
}

.logo {
	display: flex;
	gap: 3%;
	align-items: center;
}

.logo img {
	width: 15%;
	margin-left: 5%;
	min-width: 70px;
}

.rectangle {
	height: 70px;
	width: 2px;
	background-color: #E6D1AE;
}

.subtitle {
	color: #E6D1AE;
	font-size: 16px;
	line-height: 2;
}

.social,
.donate,
.contact {
	display: flex;
	justify-content: center;
}

.social-logo {
	max-height: 60px;
	min-height: 40px;
	width: auto;
	object-fit: contain;
}

.navi_two {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E6D1AE;
	width:auto;
	padding: 1.2%;
	gap: 2%;
	text-align: center;
}

.navi_two .dropbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-width: 150px;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #364A3F;
	display: flex;
	padding: 0;
	margin: 0;
}

.navi_two li a:visited {
	color: #364A3F;
	font-size: 100%;
	text-decoration: none;
	font-family: "Merriweather", serif; 
}

.navi_two li a:link {
	color: #364A3F;
	font-size: 100%;
	text-decoration: none;
	font-family: "Merriweather", serif;
	padding: 10px;
	
}

.navi_two li a:hover {
	color:#364A3F;
	opacity: 70%;
}

.dropbtn:hover > .triangle-down {  
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1); 
}

.dropdown-content:hover > .triangle-down {  
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1); 
}

.dropdown-content .dropbtn_head {
	border: 5px solid #364A3F;
}

.dropdown-content .dropbtn_line {
	border: 0.1px solid #E6D1AE;
	width: 98%;
}


.dropdown-content {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: #FFFDE7;
	min-width: 150px;	
	align-content: center;
	margin-top: 3px;
	font-size: 80%;
	text-align: center;
}

.dropdown-content a:link {
	display: block;
}
	

.dropdown:hover .dropdown-content {
	display: block;
}

a:link {
	color: #E6D1AE;
	text-decoration: none;
}

a:hover {
	color: #E6D1AE;
	text-decoration: none;
}

.lang-toggle {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: none;
	outline-width: thick;
	min-width: 115px;
	font-size: 80%;
	text-align: left;
	
}

.dropdown-box {
	border-radius: 10px;
	border: 2px solid #364A3F;
	background-color: #FFFDE7;
	margin: 1px;
}

.lang-toggle a:link {
	display: block;
	margin-top: 10px transparent;
	color: #E6D1AE;
	text-decoration: none;
}
	

.dropdown:hover .lang-toggle {
	display: flex;
	flex-direction: column;
	margin-top: 10px transparent;
	justify-self: center;
}

.eng-dropbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-width: 100px;
	border-radius: 10px;
	background-color: #364A3F;
}

.eng-dropbtn p {
	color: #E6D1AE;
}

.triangle-down-lang {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #E6D1AE;
	display: flex;
	padding: 0;
	margin: 0;
}

@media (max-width: 1080px) {
	.navi_two {
		display: grid !important;
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
		gap: 12px 20px;
		justify-items: center;
	}
}

@media (max-width: 800px) {
	.navi_two {
		display: none !important;
	}
}

@media (max-width: 720px) {
	.back-to-top {
		display: none;
	}
}

@media (max-width: 430px) {
	.navi_two {
		display: none;
		min-height: 10px;
	}
}

.empty {
	height: clamp(160px, 30vw, 245px);
	background-color: #E6D1AE;
}

@media (max-width: 720px) {
	.empty {
		height: 160px;
	}
}



.back-to-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	background-color: #364A3F;
	color: #E6D1AE;
	padding: 0.8em 1em;
	border-radius: 10px;
	text-align: center;
	font-size: 1rem;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 999;
}

.back-to-top:hover p {
opacity: 70%;
}



.about_header {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.about_header img {
	width: 100%;
	max-height: 80vh;
	object-fit: cover;
}

.about_header h1 {
	color: #364A3F;
	font-size: clamp(18px, 5vw, 50px);
	font-weight: 1000;
	margin: 60px 0 60px;
}

.about_header p {
	color: #364A3F;
	font-size: clamp(12px, 1.1vw, 26px);
	max-width: 900px;
	padding: 0 20px;
}

.about_content {
	padding: clamp(20px, 8vw, 80px) clamp(10px, 12vw, 200px);
}

.about_content h2 {
	font-size: clamp(10px, 5vw, 50px);
	color: #364A3F;

}

.about_content p {
	font-size: clamp(12px, 1.1vw, 24px);
	color: #364A3F;
	margin-top: 20px;

}

.about_row {
	display: flex;
	align-items: center;
	gap: 100px;
	margin-bottom: 120px;
}

.about_row img {
	width: 40%;
	border-radius: 10px;
}

.about_text {
	width: 60%;
}

.about_row:nth-child(even) {
	flex-direction: row-reverse;
}


@media (max-width: 768px) {
	.about_header {
	height: 80vh;
	}
	
	.about_content {
		padding: 40px 20px;
	}

	.about_row {
		flex-direction: column;
		gap: 30px;
	}

	.about_row:nth-child(even) {
		flex-direction: column;
	}

	.about_row img,
	.about_text {
		width: 100%;
	}
}

.about_content_2 {
	padding: clamp(10px, 8vw, 80px) clamp(10px, 25vw, 600px);
	background-color: #EFDDBE;
}

.about_content_2 h2 {
	font-size: clamp(10px, 5vw, 50px);
	color: #364A3F;
	text-align: center;
	margin-bottom: clamp(10px, 5vw, 50px);

}

.about_content_2 p {
	font-size: clamp(12px, 1.1vw, 24px);
	color: #364A3F;

}

.about_row_2 {
	display: flex;
	align-items: center;
	gap: 80px;
	margin-bottom: 30px;
}

.about_row_2 img {
	width: 20%;
	border-radius: 10px;
}

.about_text_2 {
	width: 60%;
}

.our_story {
	text-align: center;
	padding: clamp(10px, 8vw, 80px) clamp(10px, 25vw, 200px);

}

.our_story img {
	width: 20%;
	border-radius: 100%;
	margin: 5%;
}


@media (max-width: 768px) {
.about_content_2 {
	padding: 40px 40px;
}

.about_row_2 {
	gap: 30px;
}

.about_row_2 img {
	width: 20%;
}


.our_story {
	text-align: center;
	padding: clamp(10px, 8vw, 80px) clamp(10px, 25vw, 200px);

}

.our_story img {
	width: 20%;
	border-radius: 100%;
	margin: 5%;
}
}



.footer {                
	align-items: center;          
	justify-content: flex-start;
	padding: 35px 100px 30px 100px;
	background-color: #364A3F;
	color: #E6D1AE;
}

.footer-top {
	list-style: none;
	display: grid;
	grid-template-columns: 40% 2% 30% 10% 5% 5%;
	align-items: center;
	margin: 50px auto;
	padding: 0 20px;
	max-width: 1200px;
}

.footer-top h1 {
	font-size: clamp(15px, 2vw, 35px);
	align-content: center;
	margin-left: 20px;
}

.footer-top p {
	font-size: clamp(10px, 2vw, 20px);
	margin-left: 8px;
}

.footer-logo {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}

.footer-logo img {
	margin-left: 5%;
	min-width: 20%;
	max-width: none;
}

.footer-rectangle {
	height: 50px;
	width: 2px;
	background-color: #E6D1AE;
	justify-content: flex-start;
	margin-left: 5px;
}

.footer-subtitle {
	color: #E6D1AE;
	font-size: 15px;
	line-height: 2;
	flex-wrap: nowrap;
}

.footer li a:visited {
	color: #E6D1AE;
	font-size: 150%;
	text-decoration: none;
	font-family: "Merriweather", serif; 
}

.footer li a:link {
	color: #E6D1AE;
	font-size: 150%;
	text-decoration: none;
	font-family: "Merriweather", serif;
}

.footer li a:hover {
	color:#E6D1AE;
	opacity: 70%;
}

.footer p {
	color: #E6D1AE;
	font-size: 80%;
}

.footer-middle {
	width: 100%;
	background-color: #364A3F;

}

.footer-line {
	border: none;
	height: 1px;
	background-color: #E6D1AE70;
	width: clamp(100%, 2vw, 60%);
}

.footer-buttons {
	display: flex;
	gap: 4%;
	list-style: none;
	padding: 20px;
	justify-content: center;
}

.footer-buttons p {
	font-size: clamp(10px, 1vw, 14px);
	flex-wrap: wrap;
}

.footer-text p {
	justify-self: center;
	padding: 20px;
	margin-top: 10%;
	font-size: clamp(8px, 1vw, 12px);
}


@media (max-width: 1000px) {
  .footer-top {
   display: none;
  }
}

@media (max-width: 426px) {
.footer li a:visited {
	color: #E6D1AE;
	font-size: 50%;
	text-decoration: none;
	font-family: "Merriweather", serif; 
}

.footer li a:link {
	color: #E6D1AE;
	font-size: 50%;
	text-decoration: none;
	font-family: "Merriweather", serif;
}

.footer li a:hover {
	color:#E6D1AE;
	opacity: 70%;
}

.footer p {
	color: #E6D1AE;
	font-size: 80%;
}

.footer-middle {
	align-items: center;
	padding: 0;
}
	
.footer-line {
	border: none;
	height: 1px;
	background-color: #E6D1AE70;
	min-width: 100%;
	align-self: center;
	padding: 0;
}

.footer-buttons {
	display: flex;
	gap: 10%;
	list-style: none;
	padding: 10 0px;
	justify-content: center;
}

.footer-buttons p {
	font-size: clamp(10px, 1vw, 14px);
	flex-wrap: wrap;
}

.footer-text p {
	justify-self: center;
	padding: 0px;
	margin-top: 20%;
	font-size: 6px;
	text-align: center;
	flex-wrap: nowrap;
}
}

