@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
body{
	font-family: Calibri, sans-serif;
	font-size: 16px;
}

h1, h2, h3{
	font-family: "Abhaya Libre", serif;
}
 h1{
 	font-weight: 800;
 	font-size: 6em;
 }
h2, h3{
	font-weight: 500;
}
h2{
	font-size: 4em;
	text-align: center;
}
h3{
	font-size: 2em;
}
h4{
	font-weight: bold;
	font-size: 1em;
}
header{
	background: #517f9e;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding: 16px 40px;
	align-items: center;
}

img{
	border-radius: 16px;
}

header ul{
	list-style: none;
	display: flex;
	gap: 15px;
}

header nav a{
	color: white;
	text-decoration: none;
}

header nav a:hover{
	color: #754C25;
}

.home-hero{
	display: flex;
	text-align: center;
	justify-content: flex-end;
	gap: 24px;
	margin-bottom: 24px;
}

.home-hero img{
	width: 944px;
	height: 500px;
	object-fit: cover;
	background: #D5EDF2;
	padding: 45px 180px 45px 56px;	
}

.btn-together{
	display: flex;
	gap: 24px;
	justify-content: center;
}

.btn-desktop{
	background: #517f9e;
	color: white;
	padding: 16px;
	border-radius: 12px;
}

.cards{
	display: flex;
	gap: 24px;
	color: white;
	margin:0 auto;
	justify-content: center;
}

.card-item{
	border-radius: 16px;
	padding: 16px;
	background: #B2987A;
	margin: 24px 0;
}

.cards img{
	width: 239px;
	height: 248px;
	object-fit: cover;
	object-position: center;
}

footer{
	background: #517F9E;
	line-height: 200%;
	color: white;
	display: flex;
	justify-content: space-evenly;
	padding: 24px 0;
	margin-top: 24px;
}

footer a{
	color: white;
	text-decoration: none;
}

footer a:hover{
	color: #D5EDF2;
}

footer div .newsletter{
	line-height: 100%;
	background: #D5EDF2;
	color: black;
	text-align: center;
	padding: 16px 24px;
	border-radius: 16px;
	border: 3px solid #B2987A;
}

.search{
	display: flex;
	justify-content: center;
	margin:24px auto;
}

.learn-cards{
	display: flex;
	gap: 24px;
	color: white;
	justify-content: center;
}

.learn-cards div{
	background-color: #B2987A;
	border-radius: 16px;
}
.learn-cards div h3{
	text-align: center;
	margin-bottom: 0;
}
.learn-cards img{
	width: 157px;
	height: 157px;
	object-fit: cover;
	object-position: center;
}
.learn-cards-item{
	display: flex;
	gap: 16px;
	padding: 16px;
	text-transform: capitalize;
}

.learn-cards .learn-cards-item div{
	width: 157px;
}

.faq-reviews{
	display: flex;
	gap: 24px;
	justify-content: center;
}
.faq{
	max-width: 562px;
}
.reviews-item{
	display: flex;
	gap: 24px;
}
.reviews-item div{
	background-color: #D5EDF2;
	border-radius: 16px;
	width: 270px;
	padding: 16px;
}

.shop-grid{
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.shop-row{
	display: flex;
	gap: 24px;
	justify-content: center;
}

.shop-row div{
	background-color: #D5EDF2;
	border-radius: 16px;
	padding: 16px;
}
.shop-row div img{
	width: 254px;
	height: 245px;
	object-fit: cover;
}