@import url("https://use.typekit.net/cjp4vyj.css");

body {
	font-family: "athena", sans-serif;
  font-weight: 300;
  font-style: normal;
	line-height: 1.2;
	color:#7E132B;
}

h1 {
	font-family: "altesse-std-64pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
}

h2 {
		font-size: 36px;
		font-weight: 400;
}

h3 {
	font-size: 24px;
	font-weight: 400;
}

p {
	font-size: 24px;
	font-weight: 300;
}

.hero-section {
	background-color: #FFF7F0;
	min-height: 100vh;
	display: flex;
	flex-direction:column;
	gap:70px;
  justify-content: center;
  align-items: center;
}

.hero-img {
	width: 50%;
}

.hero-img-mobile {
	display:none;
}

.arrow {
	width:5%;
}

.intro {
	background-image: url("fundal-site-crop.jpg");
	background-size: cover;
	background-position: center;
	display:flex;
	justify-content: center;
  align-items: center;
	min-height: 800px;
}

.text-box-top, .text-box-bottom, .text-box-middle {
	width: 550px;
	opacity: 90%;
}

.text-box-middle {
	padding: 0 100px;
	background-color: #FFF7F0;
}

.text-box-middle p {
		text-align: center;
		color:#7E132B;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height:1;
}

.program {
	background-image: url("fundal-textura.jpg");
	background-size: cover;
	background-position: center;
	color:#FFF7F0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.program-container {
	display:flex;
	align-items: flex-end;
	justify-content: center;
	padding: 70px 50px;
}

.dantela-mobile {
	display: none;
}

.element-program {
	text-align: center
}

.element-program p {
		line-height: 1;
		margin: 0 30px;
}

.biserica {
	width: 103px;
}

.pahare {
	width: 174px;
}

.text-block {
	width: 600px;
	line-height: 1;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.buton {
	margin: 30px auto 80px auto;
	color:#FFF7F0;
	border: 1px solid;
	border-color: #FFF7F0;
	text-decoration:none;
	padding: 10px 20px;
	font-size: 24px;
	text-align:center;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.buton:hover {
	background-color: #FFF7F0;
	color:#7E132B;
}

.detalii {
	background-color:#FFF7F0;
}

.text-detalii {
	display:flex;
	gap: 50px;
	align-items: flex-start;
	justify-content: flex-start;
}

.coloana {
	flex: 1;
}

.paragraf {
	padding:20px 0;
}

.paragraf > :nth-child(3) {
  margin-top:10px;
}

.paragraf h3 {
	margin-bottom: 20px;
}

.container-detalii {
	padding-bottom:50px;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
}

.titlu-detalii {
	padding-top: 70px;
}

.poze {
	display: flex;
	gap:10px;
	width:100%;
	background-color: #FFF7F0;
}

.narrow {
	object-fit: cover;
	flex:1;
	aspect-ratio: 2/3;
	min-width:0;
}

.wide {
	object-fit: cover;
	flex:2;
	aspect-ratio: 3/2;
	min-width:0;
}

.footer {
	background-image: url("fundal-textura.jpg");
	background-size: cover;
	background-position: center;
	display:flex;
	align-items:center;
	justify-content: center;
	padding:100px;
}

.footer img {
	width:700px;
}

@media (max-width: 1500px) {
  .hero-img {
    width:70%;
  }
}

@media (max-width: 1200px) {
	p, h3, .buton {
		font-size:20px;
	}
	h1 {
		font-size:48px;
	}
	h2 {
		font-size: 28px;
	}

	.text-detalii {
		gap: 30px;
	}
	.container-detalii {
		width: 700px;
	}
	.text-block {
		width: 500px;
	}
}

@media (max-width: 900px) {
	.program-container {
		flex-direction:column;
		align-items: center;
		justify-content: center;
		gap:50px;
	}
	.element-program p {
		margin: 0;
	}
	.dantela-mobile {
		display: block;
	}
	.dantela-desktop {
		display: none;
	}
	.container-detalii {
		width: 600px;
		padding-bottom: 30px;
	}

	.titlu-detalii {
		padding-top: 50px;
	}

	.text-block {
		width: 60%;
	}
	
}

@media (max-width: 750px) {
	.container-detalii {
		width: 500px;
	}
}

@media (max-width: 700px) {
	p, h3, .buton {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
	}
	h1 {
		font-size: 36px;
	}
	.hero-section {
		min-height: auto;
	}
	.hero-img {
		display:none;
	}

	.hero-img-mobile {
		display:block;
	}

	.hero-section {
		gap:0;
		height: auto;
	}

	.arrow {
		width:30px;
		margin-bottom:30px;
	}

	.text-box-top, .text-box-bottom, .text-box-middle {
		width:60vw;
	}
	.text-box-middle {
		padding: 0 30px;
	}
	.intro {
		min-height: auto;
		padding-top:100px;
		padding-bottom:100px;
	}
	.text-block {
		width: 70%;
	}
	.biserica {
		scale: 0.7;
    transform-origin: center;
		margin-bottom: -10%;
	}

	.pahare {
		scale: 0.7;
    transform-origin: center;
		margin-bottom: -10%;
	}
}

@media (max-width: 600px) {
	.text-detalii {
		flex-direction:column;
		gap:0;
	}
	.container-detalii {
		width: 400px;
	}
	.program-container {
		padding: 50px 30px;
	}
	.poze {
		flex-direction:column;
	}

	.wide {
		flex:1;
	}
	.footer {
		padding:70px;
	}


}

@media (max-width: 480px) {
	p, h3, .buton {
		font-size: 16px;
	}

	h2 {
		font-size:18px;
	}

	.paragraf h3 {
		margin-bottom: 10px;
	}

	.paragraf {
		padding:10px 0;
	}

	.text-box-top, .text-box-bottom, .text-box-middle {
		width:70vw;
	}
	.text-box-middle {
		padding: 0 30px;
	}
	.container-detalii {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.text-block {
		width: 250px;
		padding:0 20px;
	}
	.footer {
		padding:50px;
	}
}


