@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	background: #f7f5fa;
}

img {
	max-width: 100%;
	display: block;
}

/* =========================
FOOTER
========================= */
.footer {
	position: relative;
	margin: 60px auto 14px;
	max-width:1500px;
	padding: 80px 60px 35px;
	border-radius: 34px;
	overflow: hidden;
	background: linear-gradient(135deg, #c93f8d 0%, #a43ed7 55%, #6f35d9 100%);
	color: #fff;
	box-shadow: 0 20px 50px rgba(145, 70, 180, .25);
}

/* BG MAP */
.footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('https://www.transparenttextures.com/patterns/cartographer.png');
	opacity: .06;
}

.footer::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 70%);
}

.footer-content {
	position: relative;
	z-index: 2;
}

/* =========================
GRID
========================= */
.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr 1.2fr;
	gap: 45px;
	margin-bottom: 60px;
}

/* =========================
BRAND
========================= */
.footer-brand .logo {
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 14px;
}

.footer-brand .tagline {
	font-family: 'Caveat', cursive;
	font-size: 24px;
	color: #ffb5ea;
	margin-bottom: 30px;
	margin-top: 10px;
}

.footer-brand p {
	color: rgba(255, 255, 255, .92);
	line-height: 2;
	font-size: 17px;
	margin-bottom: 34px;
}

/* =========================
SOCIALS
========================= */
.socials {
	display: flex;
	gap: 16px;
}

.socials a {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background: rgba(255, 255, 255, .10);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .15);
	transition: .35s ease;
}

.socials a:hover {
	transform: translateY(-6px) scale(1.05);
	background: #ff4cc7;
	box-shadow: 0 12px 25px rgba(255, 80, 210, .35);
}

/* =========================
COLUMNS
========================= */
.footer-column h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-line {
	width: 34px;
	height: 4px;
	border-radius: 20px;
	margin-bottom: 28px;
	background: linear-gradient(90deg, #ff8fe4, #ff4cc7);
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer-links a {
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
	transition: .3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
}

.footer-links a i {
	color: #ff9ae9;
	font-size: 14px;
}

.footer-links a:hover {
	transform: translateX(6px);
	color: #fff;
}

/* =========================
CONTACT
========================= */
.contact-items {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.contact-item i {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 18px;
}

.contact-item span {
	line-height: 1.8;
	color: rgba(255, 255, 255, .92);
	margin-top: 8px;
}

.footer-countries {
	margin-top: 28px;
	display: flex;
	gap: 12px;
	font-size: 15px;
	letter-spacing: 2px;
}

.footer-countries span {
	opacity: .85;
}

/* =========================
BOTTOM
========================= */
.footer-bottom {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, .14);
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.footer-bottom-left {
	display: flex;
	align-items: center;
	gap: 18px;
}

.footer-heart {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	font-size: 24px;
	color: #ff9ae9;
}

.footer-bottom-left p {
	line-height: 1.8;
	font-size: 17px;
}

.footer-bottom-center {
	text-align: center;
	color: rgba(255, 255, 255, .9);
	line-height: 1.8;
}

.footer-bottom-center a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
}

/* =========================
TOP BUTTON
========================= */
.back-top {
	width: 180px;
	height: 64px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(12px);
	transition: .35s ease;
}

.back-top:hover {
	transform: translateY(-6px);
	background: #ff4cc7;
	box-shadow: 0 14px 30px rgba(255, 90, 220, .35);
}

.back-top i {
	font-size: 20px;
}

/* =========================
ANIMATED GRADIENT
========================= */
.footer {
	background: linear-gradient(135deg, #c93f8d, #a43ed7, #6f35d9, #ff4cc7, #7d43ff);
	background-size: 400% 400%;
	animation: gradientMove 14s ease infinite;
}

/* =========================
KEYFRAMES
========================= */
@keyframes gradientMove {
	0% {background-position: 0% 50%;}
	25% {background-position: 50% 100%;}
	50% {background-position: 100% 50%;}
	75% {background-position: 50% 0%;}
	100% {background-position: 0% 50%;}
}

.footer::after {
	content: "";
	position: absolute;
	inset: -200px;
	background:	radial-gradient(circle at 20% 30%,rgba(255, 255, 255, .12),	transparent 30%),radial-gradient(circle at 80% 20%,	rgba(255, 255, 255, .10),transparent 35%),radial-gradient(circle at 60% 80%,		rgba(255, 255, 255, .10),transparent 30%);
	animation: auroraMove 18s ease-in-out infinite;
	pointer-events: none;
}

@keyframes auroraMove {
	0% {transform: translate(0, 0) rotate(0deg);}
	50% {transform: translate(-40px, 20px) rotate(8deg);}
	100% {transform: translate(0, 0) rotate(0deg);}
}

/* =========================
RESPONSIVE
========================= */
@media(max-width:1300px) {
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:900px) {
	.footer {
		padding: 70px 24px 30px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.footer-brand .logo {
		font-size: 58px;
	}

	.footer-brand .tagline {
		font-size: 28px;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom-center {
		text-align: left;
	}
}

@media(max-width:600px) {
	.footer-brand .logo {
		font-size: 48px;
	}

	.footer-brand .tagline {
		font-size: 24px;
	}

	.footer-brand p,
	.footer-links a,
	.contact-item span,
	.footer-bottom-left p,
	.footer-bottom-center {
		font-size: 15px;
	}

	.back-top {
		width: 100%;
	}
}