/* ****************** Main Header ****************** */

.home-hero-banner {
	height: 87vh;
	background: #333333 url('../images/index-banner.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
}

.home-banner-logo img {
	max-width: 60%;
	/* margin: 0 auto;
	left: 50%;
	top: 150px;
	transform: translateX(-50%); */
}

.home-banner-logo h3 {
	margin-top: 1em;
	font-size: 1.5em;
}

.header-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}

.header-nav img {
	width: 50px;
	margin: 0;
}

.header-btn {
	background-color: rgba(255, 255, 255, 0);
	font-size: 1.375em;
	font-weight: 100;
	text-decoration: none;
	color: white;
	flex: 49%;
	z-index: 2;
	overflow: hidden;
}

.header-btn::after {
	background-color: rgba(255, 255, 255, 0.2);
	content: '';
	position: absolute;
	width: 1100%;
	height: 1100%;
	top: 120px;
	right: -546%;
	transform: rotate(40deg);
	z-index: 1;
	transition: background-color 500ms ease-out;
}

.header-btn:last-of-type:after {
	left: -546%;
	transform: rotate(-40deg);
}

.header-btn:hover::after {
	background-color: rgba(255, 255, 255, 0.3);
}

.header-nav a {
	position: relative;
	padding: 20px 0;
}

/* ****************** Section company-presentation ****************** */

.company-presentation {
	text-align: center;
}

.company-presentation p {
	margin-top: 20px;
	text-align: left;
}

.company-presentation .btn {
	margin-top: 80px;
	display: inline-block;
}

/* ****************** Section .highlights ****************** */

/* Article .news & .press */

.highlights {
	background-color: #f4f4f4;
}

.news .container,
.press .container {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 565px) {
	.news .container,
	.press .container {
		justify-content: center;
	}
}

.highlights-footer {
	margin-top: 100px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* ****************** Section .activities ****************** */

/* Article .agenda */

.agenda .container {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.agenda .left-side,
.agenda .right-side {
	min-width: 300px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}

.agenda .left-side {
	padding-right: 20px;
}

.agenda .right-side {
	padding-left: 20px;
}

.agenda img {
	max-height: 500px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.agenda-card {
	display: flex;
	line-height: 1.2em;
	cursor: pointer;
}

.agenda-card .card-content {
	padding: 0;
}

.agenda-card p:not(.date) {
	font-size: 0.85em;
	color: rgb(110, 110, 110);
}

.txt-right {
	text-align: right;
	justify-content: end;
}

.txt-left {
	text-align: left;
	justify-content: start;
}

.side-icon {
	padding: 0 10px;
}

/* Article .study-groups */

.study-groups {
	margin-top: 50px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.study-groups-container {
	flex: 1;
}

.study-groups-container .content {
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.study-groups-container .content .lists {
	display: flex;
	gap: 40px;
}

.study-groups-container .content .lists li {
	line-height: 1.5em;
}

.study-groups-container .content .lists li::before {
	width: 4px;
	height: 4px;
	margin-right: 8px;
	display: inline-block;
	transform: translateY(-50%);
	content: '';
	background-color: #ba0216;
}

.study-groups-container h2 {
	margin-top: 0;
}

.study-groups-img {
	flex: 1;
}

.study-groups-img img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* ****************** Section .testimonials ****************** */

.testimonials {
	background-color: #f4f4f4;
}

.testimonial-cards {
	text-align: center;
	line-height: 1.2;
	display: flex;
	gap: 40px;
}

.testimonial-cards img {
	width: 120px;
	border: 2px solid #333;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-card p {
	margin-top: 20px;
	color: rgb(110, 110, 110);
}

.testimonial-card p::before {
	content: '“ ';
	font-size: 2em;
	vertical-align: middle;
}

.testimonial-card p::after {
	content: ' ”';
	font-size: 2em;
	vertical-align: middle;
}

/* ****************** Section .membership ****************** */

.membership {
	text-align: center;
}

.membership p {
	text-align: left;
}

.membership .btn {
	margin-top: 80px;
	display: inline-block;
}

/* ****************** Section .newsletter ****************** */

.newsletter {
	width: 100%;
	padding: 50px 0;
	background-color: #ba0216;
	color: white;
	text-align: center;
}

.newsletter h1 {
	margin-bottom: 50px;
}

.newsletter h1::after {
	background-color: white;
}

.newsletter-content {
	width: 30%;
	margin: 0 auto;
	padding: 0 15px;
}

.newsletter p {
	margin-bottom: 15px;
}

.newsletter form {
	background-color: aquamarine;
	position: relative;
	margin-top: 20px;
}

.newsletter form input {
	width: 100%;
	height: 2em;
	padding: 0 10px;
	border: none;
	font-size: 1em;
}

.newsletter form .newsletter-submit {
	position: absolute;
	top: 4px;
	right: -10px;
	/* transform: translateX(-100%); */
	cursor: pointer;
}

/* ****************** Section .partners ****************** */

.partners {
	width: 100%;
	padding: 50px 0;
	background-color: #f4f4f4;
}

.partners-content {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.partners-content img {
	max-width: 120px;
	filter: grayscale(1);
}
