@import '../common/contact.css';

.intro {
	align-items: center;
	box-shadow: inset 0 -9px 6px -3px #000, 0 -10px 20px 20px rgb(0 0 0 / 80%);
	display: flex;
	justify-content: space-between;
	min-height: 40rem;
	margin-top: 6rem;
	position: relative;
	flex-direction: column;
}

@media (max-height: 1200px) {
	.intro {
		min-height: 85vh;
	}
}

@media (max-width: 768px) {
	.intro {
		min-height: 30vh;
	}
}

.intro-border {
	position: absolute;
	width: 100%;
}

.intro-border.top {
	top: 3.125rem;
}

.intro-border.bottom {
	bottom: 3.125rem;
}

.intro-title {
	color: #4d1905;
	margin: 0;
	padding: 0 3rem;
	text-align: center;
	width: 70%;
	max-width: 60rem;
}

@media (max-width: 1460px) {
	.intro-title {
		width: 80%;
	}
}

@media (max-width: 1290px) {
	.intro-title {
		font-size: 3rem;
		width: 90%;
		max-width: 52rem;
	}
}

@media (max-width: 850px) {
	.intro-title {
		font-size: 2.8rem;
		line-height: 3rem;
	}
}

@media (max-width: 768px) {
	.intro-title {
		font-size: 2.3rem;
	}
}

/* .intro-title > * {
	display: block;
} */

.intro-title > span {
	font-weight: 400;
	font-style: italic;
	color: #f3974e;
}

.portfolio {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6.25rem 15rem;
	box-shadow: 0 -18px 10px -10px #000 inset,
				0px 0px 10px 5px rgba(0, 0, 0, 1);
}

@media (max-width: 1600px) {
	.portfolio {
		padding: 6.25rem 12rem;
	}
}

@media (max-width: 1400px) {
	.portfolio {
		padding: 6em;
	}
}

@media (max-width: 1300px) {
	.portfolio {
		padding: 6.25rem 10rem;
	}
}

@media (max-width: 1100px) {
	.portfolio {
		padding: 6.25rem 6rem;
	}
}

@media (max-width: 768px) {
	.portfolio {
		padding: 3rem;
	}
}

@media (max-width: 500px) {
	.portfolio {
		padding: 1.5rem;
	}
}

.portfolio-text {
	color: #fafafa;
	font-family: 'bree', sans-serif;
	font-size: 1.063rem;
	text-align: center;
	margin: 0;
	padding: 3rem 0 7rem 0;
}

.portfolio-banners {
	width: 100%;
	max-width: 1080px;
}

.portfolio-banners .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-image: url(../../assets/common/border-round.png) 30%;
	border-image-width: 15px;
	border-radius: 10px;
	box-shadow: inset 0px 4px 15px 8px #000000;
	filter: drop-shadow(0px 0px 6px #000);
	height: 419px;
	margin-bottom: 6.25rem;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 950px) {
	.portfolio-banners .item {
		height: 350px;
		margin-bottom: 5rem;
	}
}

@media (max-width: 800px) {
	.portfolio-banners .item {
		height: 300px;
		margin-bottom: 4rem;
	}
}

@media (max-width: 620px) {
	.portfolio-banners .item {
		height: 250px;
		margin-bottom: 3.5rem;
	}
}

@media (max-width: 500px) {
	.portfolio-banners .item {
		height: 220px;
		margin-bottom: 3rem;
	}
}

@media (max-width: 430px) {
	.portfolio-banners .item {
		height: 190px;
		margin-bottom: 2.6rem;
	}
}

.portfolio-banners .item:hover {
	background-size: auto 106%;
	transform: scale(1.05);
	box-shadow: inset 0px 0px 5px 8px #000000;
	filter: drop-shadow(0px 10px 15px #000);
	transition: all 0.5s ease-in-out;
}

.portfolio-banners .item:active {
	background-size: auto 100%;
	transform: scale(0.98);
	transition: all 0.2s ease-in-out;
}

.portfolio-banners .item:active::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(57, 17, 27, 0.15);
	background-blend-mode: multiply;
}

.portfolio-banners .burger {
	background-image: url(../../assets/portfolio/banniere-good_burger.png);
}

.portfolio-banners .bravache {
	background-image: url(../../assets/portfolio/banniere-cie_bravache.png);
}

.portfolio-banners .vinyle {
	background-image: url(../../assets/portfolio/banniere-vinyle_the_baseballs.png);
}

.portfolio-banners .ribambelle {
	background-image: url(../../assets/portfolio/banniere-festival_ribambelle.png);
}

.portfolio-banners .dreams {
	background-image: url(../../assets/portfolio/banniere-dreams.png);
}
