@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,300&display=swap');

body {
	font-family: Roboto, Arial, sans-serif;
	margin: 0px;
}

.footer,
.header {
	background-color: #1F2937;
}

.text .hero-main {
	font-size: 48px;
	font-weight: 900;
	color: #F9FAF8;
}

.header-nav {
	padding-top: 10px;
}

.header-nav a, 
.hero-sec {
	font-size: 18px;
	font-weight: 400;
	color: #E5E7EB;
}

.header-nav .logo img {
	max-width: 50px;
	max-height: 50px;
}

.header-nav ul,
.header-nav {
	display: flex;
	align-items: center;
}

.header-nav {
	margin-left: 10%;
	margin-right: 10%;
}

.header-nav ul {
	margin-left: auto;
	gap: 16px;
}

.header-nav li {
	list-style-type: none;
}

.header-nav li div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.header-nav li div img {
	max-width: 18px;
	max-height: 18px;
}

.header-nav a {
	text-decoration: none;
}

.header-content {
	display: flex;
	justify-content: flex-start;
	padding: 100px 10%;
	gap: 24px;
}

.header-content .text {
	flex: 1;
}

.text button {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 700;
	color: #F9FAF8; 
	background-color: #3882F6;
	padding: 6px 30px;
	border: 0px;
	border-radius: 8px;
}

.text button:active {
	background-color: #3D38F6;
}

.header-content .media{
	max-width: 50%;
	max-height: 50%;
}

.header-content .image {
	flex-basis: auto;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.info-section {
	padding-bottom: 50px;
	text-align: center;
}

.info-section .title {
	font-size: 36px;	
	font-weight: 900;
	color: #1F2937;
	padding: 50px;
}

.info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.info-container-2 {
	display: flex;
	justify-content: center;
	gap: 50%;
	margin-bottom: 50px;
}

.image-icon {
	width: 300px;
	height: 300px;
	border: 4px solid #3882F6;
	border-radius: 20px;
	margin-bottom: 8px;
}

.icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 200px;
}

.quote {
	background-color: #E5E7EB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px;
}

.quote-text {
	font-size: 36px; 
	font-weight: 300;
	color: #1F2937;
	font-style: italic;
}

.quote-author {
	font-size: 24px;
	margin-right: 50px;
}

.quote-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 750px;
}

.action {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
}

.action .content {
	background-color: #3882F6;
	display: flex;
	align-items: center;
	padding: 50px 100px;
	border-radius: 12px;
}

.action .action-main {
	font-weight: bold;
	font-size: 24px;
	color: #F9FAF8;
}

.action .action-sec {
	color: #F9FAF8;
	font-size: 18px;
}

.action button {
	margin-left: 100px;
	padding: 6px 30px;
	border-radius: 8px;
	border: 3px solid;
	border-color: #F9FAF8;
	background-color: #3882F6; 
	color: #F9FAF8;
	font-size: 20px;
}

.action button:active {
	background-color: #3D38F6;
}

.footer {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.footer p {
	color: #F9FAF8;
	font-size: 18px;
}

.footer img {
	max-width: 48px;
	max-height: 48px;
}

.header-nav a:hover {
	text-decoration: underline;
}
