/* Production Hero */

/* ---- Buttons ---- */
.tp-hero-area .tp-btn {
	gap: 8px;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.05em;
	padding: 17px 25px;
	text-transform: capitalize;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #1e1e1e;
	border-radius: 50px;
}
.tp-hero-area .tp-btn:hover {
	color: #ffffff;
}
.tp-hero-area .tp-btn:hover span span.text-1 {
	transform: translateY(-150%);
}
.tp-hero-area .tp-btn:hover span span.text-2 {
	top: 50%;
	transform: translateY(-50%);
}
.tp-hero-area .tp-btn:hover i svg:first-child {
	transform: translate(16px, -16px);
}
.tp-hero-area .tp-btn:hover i svg:last-child {
	opacity: 1;
	visibility: visible;
	transform: translate(13px, -13px);
}
.tp-hero-area .tp-btn span {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
}
.tp-hero-area .tp-btn span span.text-1 {
	position: relative;
	display: block;
	transition: 0.3s;
}
.tp-hero-area .tp-btn span span.text-2 {
	position: absolute;
	top: 100%;
	display: block;
	transition: 0.3s;
}
.tp-hero-area .tp-btn i {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 16px;
	display: inline-flex;
	margin-left: 4px;
}
.tp-hero-area .tp-btn i svg {
	transform: translateY(-2px);
	position: absolute;
	bottom: -1px;
	left: 1px;
	transition: all 0.2s ease-out;
}
.tp-hero-area .tp-btn i svg:last-child {
	left: -12px;
	bottom: -12px;
	transform: translate(0, 0);
	opacity: 0;
}
.tp-hero-area .tp-btn-grey {
	background: #f3f3f3;
	color: #1e1e1e;
}
.tp-hero-area .tp-btn-grey:hover {
	color: #1e1e1e;
}

/* ---- Hero layout ---- */
.tp-hero-spacing {
	padding-top: 160px;
	padding-bottom: 60px;
	height: 950px;
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
	.tp-hero-spacing {
		height: 800px;
	}
}
@media (max-width: 1199px) {
	.tp-hero-spacing {
		height: auto;
	}
}

.tp-hero-title {
	font-size: 212px;
	line-height: 95%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #1e1e1e;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
	.tp-hero-title {
		font-size: 200px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.tp-hero-title {
		font-size: 190px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tp-hero-title {
		font-size: 165px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-hero-title {
		font-size: 135px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-hero-title {
		font-size: 110px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tp-hero-title {
		font-size: 85px;
	}
}
@media (max-width: 767px) {
	.tp-hero-title {
		font-size: 62px;
	}
}

.tp-hero-dec {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	letter-spacing: -0.03em;
	color: #5e5959;
}
@media (max-width: 1399px) {
	.tp-hero-dec br {
		display: none;
	}
}
.tp-hero-shape {
	transform: translateY(-10px);
	display: inline-block;
	margin-right: 7px;
}

/* ---- Social links ---- */
.tp-hero-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: end;
}
@media (max-width: 1399px) {
	.tp-hero-social {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.tp-hero-social {
		justify-content: flex-start;
	}
}
.tp-hero-social a {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #5e5959;
	border: 1px solid rgba(38, 38, 38, 0.1);
	border-radius: 20px;
	padding: 6px 20px;
	display: inline-block;
}
.tp-hero-social a:hover {
	background: #1e1e1e;
	border-color: #1e1e1e;
	color: #ffffff;
}

/* ---- Scale background (hover reveal) ---- */
.tp-hero-scale-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.tp-hero-scale-background .background-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}
.tp-hero-scale-background .background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tp-hero-scale-background .background-img.active {
	opacity: 1;
}

/* ---- Scale gallery (desktop thumbs) ---- */
.tp-hero-scale-gallery {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-flex;
	justify-content: space-between;
	align-items: end;
	gap: 15px;
	z-index: 5;
	width: auto;
	box-sizing: border-box;
	margin-inline: auto;
	backdrop-filter: blur(12px);
	background: rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px 20px;
}
.tp-hero-scale-gallery .thumbs {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	will-change: width, height;
}
.tp-hero-scale-gallery .thumbs:hover {
	transform: translateY(-12px);
}
.tp-hero-scale-gallery .thumbs:hover::before {
	opacity: 1;
	visibility: visible;
}
.tp-hero-scale-gallery .thumbs::before {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 19px;
	height: 2px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.tp-hero-scale-gallery .thumbs img {
	display: block;
	width: auto;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
}

/* ---- Mobile / tablet slider ---- */
.tp-hero-slider-active .swiper-slide {
	width: auto !important;
}
.tp-hero-slider-active .background-img img {
	width: 170px;
	height: 170px;
	object-fit: cover;
}
