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

h3 {
	font-size: 1.5rem;
}
.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;
	margin-top: 6rem;
	min-height: 40rem;
	position: relative;
	z-index: 4;
	flex-direction: column;
}

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

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

.intro-content {
	margin: 0 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
	max-width: 800px;
}

@media (max-width: 480px) {
	.intro-content {
		margin: 0 2rem;
	}

	.intro-content a {
		width: 100%;
	}
}

.intro-title {
	color: #fbfbfb;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

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

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

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

.welcome {
	display: flex;
	flex-direction: row-reverse;
	gap: 3rem;
	padding: 10rem 18rem;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 1), 0 -8px 6px 0px #000 inset;
	position: relative;
	z-index: 3;
}

@media (max-width: 900px) {
	.welcome {
		flex-direction: column;
		gap: 5rem;
	}
}

@media (max-width: 450px) {
	.welcome {
		gap: 3rem;
	}
}

.welcome img {
	width: 200%;
	max-width: 350px;
	filter: drop-shadow(5px 50px 30px rgba(0, 0, 0, 0.7)) drop-shadow(0 -5px 8px rgba(0, 0, 0, 0.4));
}

@media (max-width: 900px) {
	.welcome img {
		align-self: center;
		width: 50%;
	}
}

@media (max-width: 700px) {
	.welcome img {
		width: 60%;
	}
}

@media (max-width: 570px) {
	.welcome img {
		width: 70%;
	}
}

@media (max-width: 450px) {
	.welcome img {
		width: 80%;
	}
}

.welcome-title {
	color: #e5335b;
	margin-bottom: 3rem;
}

.welcome-text {
	font-weight: 300;
}

@media (max-width: 768px) {
	.welcome-title {
		margin-bottom: 1.5rem;
	}
}

.section.about {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 6.25rem 18rem;
	box-shadow: inset 0 -9px 6px -3px #000, 0 -10px 20px 20px rgb(0 0 0 / 80%);
}

@media (max-width: 1600px) {
	.welcome {
		padding: 10rem 15rem;
	}

	.section.about {
		padding: 6.25rem 15rem;
	}
}

@media (max-width: 1400px) {
	.welcome {
		padding: 10rem 12rem;
	}

	.section.about {
		padding: 6.25rem 12rem;
	}
}

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

	.section.about {
		padding: 6.25rem 10rem;
	}
}

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

	.section.about {
		padding: 6.25rem 6rem;
	}
}

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

	.section.about {
		padding: 3rem;
	}
}

@media (max-width: 450px) {
	.welcome {
		padding: 4rem 1.5rem;
	}

	.section.about {
		padding: 1.5rem;
	}
}

.about-title {
	margin-bottom: 1.3rem;
	color: #f3974e;
	mix-blend-mode: multiply;
}

.about-title.pink {
	margin-bottom: 1.3rem;
	color: #F85074;
	mix-blend-mode: multiply;
}

.about-text {
	margin: 1.5rem 0;
}

.credits {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.welcome a,
.ressources a,
.about-text a,
#purple-cloak-crew {
	color: #e5335b;
	font-weight: 600;
	text-decoration: none;
}

.welcome a:hover,
.ressources a:hover,
.about-text a:hover {
	color: #f3974e;
	font-weight: 600;
	text-decoration: underline;
}

#purple-cloak-crew:hover {
	color: #a09edd;
	font-weight: 600;
	text-decoration: underline;
}

span {
	font-weight: 600;
}

.ressources {
	

	border-radius: 0.7rem;
	background-color: hsl(27, 87%, 95%);
	background-size: 120% 120% !important;
    box-shadow: 0px 0px 2rem 0.2rem rgb(0 0 0 / 100%) inset;
    color: #4d1905;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding: 3rem;
	filter: drop-shadow(4px 4px 0.2rem rgb(80 50 100 / 100%));
    border-image: url(../../assets/common/border-dash-round.png) 31% round;
    border-image-outset: 2px;
    border-image-width: 0.9rem;
    flex: 1;
	margin-bottom: 3rem;
	

}

.ressources i {
	text-transform: capitalize;
}

.socials-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	padding: 10rem 0;
	margin: -3rem 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 450px) {

	.ressources {
		padding: 1.5rem;
	}
	.socials-section {
		gap: 1rem;
		padding: 6rem 1.5rem;
	}

	.socials-links {
		transform: translateX(-5px);
	}
}

.socials-title {
	font-size: 1.7rem;
	text-align: center;
}

.socials-links {
	align-items: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.socials-links > * {
	margin: 0 0.5rem;
}

.socials-links a:hover .socials-icon {
	transform: scale(1.3);
	transition: all 0.2s ease-in-out;
}

.socials-links .socials-icon {
	height: 25px;
	width: 25px;
}

.socials-links a:active .socials-icon {
	transform: scale(1);
	transition: all 0.1s ease-in-out;
}

.socials-links .socials-icon#facebook {
	background: url(../../assets/common/socials/facebook.svg) no-repeat center;
}

.socials-links .socials-icon#facebook:hover {
	background: url(../../assets/common/socials/facebook-orange.svg) no-repeat center;
}

.socials-links .socials-icon#instagram {
	background: url(../../assets/common/socials/instagram.svg) no-repeat center;
}

.socials-links .socials-icon#instagram:hover {
	background: url(../../assets/common/socials/instagram-orange.svg) no-repeat center;
}

.socials-links .socials-icon#threads {
	background: url(../../assets/common/socials/threads.svg) no-repeat center;
}

.socials-links .socials-icon#threads:hover {
	background: url(../../assets/common/socials/threads-orange.svg) no-repeat center;
}

.socials-links .socials-icon#youtube {
	background: url(../../assets/common/socials/youtube.svg) no-repeat center;
	height: 35px;
	width: 35px;
}

.socials-links .socials-icon#youtube:hover {
	background: url(../../assets/common/socials/youtube-orange.svg) no-repeat center;
}

.socials-links .socials-icon#tiktok {
	background: url(../../assets/common/socials/tiktok.svg) no-repeat center;
}

.socials-links .socials-icon#tiktok:hover {
	background: url(../../assets/common/socials/tiktok-orange.svg) no-repeat center;
}

.socials-links .socials-icon#behance {
	background: url(../../assets/common/socials/behance.svg) no-repeat center;
	height: 35px;
	width: 35px;
}

.socials-links .socials-icon#behance:hover {
	background: url(../../assets/common/socials/behance-orange.svg) no-repeat center;
}

.socials-links .socials-icon#linkedin {
	background: url(../../assets/common/socials/linkedin.svg) no-repeat center;
}

.socials-links .socials-icon#linkedin:hover {
	background: url(../../assets/common/socials/linkedin-orange.svg) no-repeat center;
}
