/*  */

.banner header {
	justify-content: end;
	align-items: flex-start;
}

.banner h1 {
	width: auto;
	transform: translate(0, 0);
	font-size: min(2vw + 1.8em, 3.7em);
	flex-grow: 1;
	line-height: 1;
}

.bottom-container {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	width: 100%;
	padding: 1em 2em;
	flex-wrap: wrap;
}

@media screen and (min-width:1387px) {
	.bottom-container {
		padding-bottom: 2em;
	}
}

.icons {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	font-size: min(1.5vw + 0.5em, 1em);
	padding-top: 1em;
}

@media screen and (min-width:480px) {
	.icons {
		flex-direction: row;
	}
}

.bottom-container span,
.bottom-container a {
	font-size: 1.6em;
	font-family: 'arial', sans-serif;
	display: flex;
	align-items: center;
	padding: 0 0.5em 0rem;
}

.bottom-container span:first-letter {
	text-transform: capitalize;
}

.bottom-container span:nth-of-type(2),
.bottom-container a:nth-of-type(1) {
	text-transform: capitalize;
}

header i {
	margin-right: 0.5em;
}

i img {
	height: 1.3em;
}

main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

article {
	padding-top: 3em;
}

@media screen and (min-width:1700px) {
	article {
		padding-top: 4em;
	}
}

article p:last-of-type {
	margin-bottom: 3em;
}

article {
	margin: 0;
	flex-grow: 1;
	flex-basis: fit-content;
	z-index: 1;
	background: white;
}

@media screen and (min-width:1278px) {
	main {
		flex-wrap: nowrap;
	}
}

figure {
	flex-grow: 1;
	line-height: 0;
	position: relative;
}

figure i {
	font-size: 5em;
	color: white;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	padding: .3em;
	cursor: pointer;
	z-index: 1;
}

figure i:hover {
	color: var(--black);
}

figure i:active {
	color: var(--dblack);
}

figure i:nth-of-type(2) {
	right: 0;
}

figure img {
	width: 100%;
}

button {
	font-size: min(1.2em + 1vw, 2em)
}

main .slider {
	filter: none;
	width: 100vw;
	height: calc(18em + 22vw);
}

@media screen and (min-width:1278px) {
	main .slider {
		width: calc(27vw + 28em);
		height: 100%;
		min-height: 50vh;
	}
}

@media screen and (min-width:555px) {

	.banner .slider,
	.banner .slider li {
		filter: none;
		box-shadow: inset 0px -7em 6em #0000009c;
	}
}

main .slider li {
	height: 100%;
}