.home-page {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 10rem;
	background-image: url('/wp-content/uploads/2025/09/Generated-Image-September-03-2025-12_50PM-1.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

@media (max-width: 1400px) {
	.home-page {
		padding: 14rem 0 8rem;
	}
}

@media (max-width: 992px) {
	.home-page {
		background-image: url('/wp-content/uploads/2025/09/Generated-Image-September-03-2025-12_50PM-1.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: unset;
		text-align: center;
	}
}

.home-page__header .title-1 {
	color: var(--white-1);
	font-size: 9rem;
}

.home-page__header .title-2 {
	color: var(--white-1);
}

.home-page__header .text {
	margin: 3rem 0 4rem 0;
	color: var(--white-2);
}

.home-page__image {
	position: relative;
	margin-right: -40rem;
}

@media (max-width: 1400px) {
	.home-page__image {
		margin-right: 0;
	}
}

.home-page__image .swiper-slide img {
	border-radius: 1rem;
	border: 1px solid var(--white-2);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}

.home-half {
	position: relative;
	overflow: hidden;
	background-color: var(--bg-1);
}
.home-half.half-2 {
	background-color: var(--bg-2);
}

@media (max-width: 992px) {
	.home-half .row {
		flex-direction: column-reverse;
	}
}

.home-half .home-half__image {
	height: 100%;
}

.home-half .home-half__image a {
	position: relative;
	direction: block;
	height: 100%;
}

.home-half .home-half__image img {
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 992px) {
	.home-half .home-half__image img {
		max-height: 50rem;
		object-fit: contain;
		object-position: center;
	}
}

.home-half__content .title-2 .special {
	position: relative;
	isolation: isolate;
}
.home-half__content .title-2 .special:before {
	position: absolute;
	content: "";
	left: -0.6rem;
	bottom: 0;
	right: -0.6rem;
	height: 40rem;
	background-color: var(--color-1);
	border-bottom-left-radius: 999px;
	border-bottom-right-radius: 999px;
	z-index: -1;
}

.home-half__content .text {
	margin-top: 2rem;
}

.home-half__content .btn {
	margin-top: 3rem;
}

.home-definition {
	background-color: var(--bg-2);
}

.home-definition__content .title-2 {
	margin-bottom: 2rem;
}

.home-definition__content .btn {
	margin-top: 3rem;
}

.theme-gallery {
	background-color: var(--bg-2);
}

.theme-gallery__content {
	text-align: center;
}

.theme-gallery__content .text {
	margin: 2rem 0 3.4rem 0;
}

.theme-gallery .swiper-theme-gallery {
	padding: 0 0 6rem 0;
	position: relative;
}

.theme-gallery .swiper-slide {
	height: auto;
	overflow: hidden;
	border-radius: var(--radius-2);
	background-color: var(--white-2);
}

.theme-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	transition: transform 0.4s ease, filter 0.4s ease;
}

.theme-gallery .swiper-slide:hover img {
	transform: scale(1.05);
	filter: brightness(1.1);
}

.theme-gallery .swiper-button-next,
.theme-gallery .swiper-button-prev {
	--swiper-navigation-color: var(--color-1); 
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(3px);
	width: 4.8rem;
	height: 4.8rem;
	border-radius: var(--radius-1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	padding: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.theme-gallery .swiper-button-next:after,
.theme-gallery .swiper-button-prev:after {
	font-size: 16px;
	font-weight: 900;
}

.theme-gallery .swiper-button-prev {
	left: 20px;
}
.theme-gallery .swiper-button-next {
	right: 20px;
}

@media (max-width: 767px) {
	.theme-gallery .swiper-button-next,
	.theme-gallery .swiper-button-prev {
		display: none;
	}
}

.theme-gallery .swiper-button-next:hover,
.theme-gallery .swiper-button-prev:hover {
	background-color: #fff;
}

.theme-gallery .swiper-pagination {
	--swiper-pagination-color: var(--color-1);
	--swiper-pagination-bullet-inactive-color: var(--white-1);
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	
	bottom: 10px;
}

.theme-gallery .swiper-pagination-bullet-active {
	width: 25px;
	border-radius: var(--radius-full);
	transition: width 0.3s ease;
}

.theme-gallery__content .btn {
	margin-top: 2rem;
}

.home-contact .title-2 {
	margin-bottom: 2rem;
}

.home-contact .text {
	margin-bottom: 2rem;
}

.home-contact .contact-link {
	margin-top: 1rem;
}

.home-contact .text-address {
	margin-top: 1rem;
}

.home-contact .btn {
	margin-top: 3rem;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 576px) {

}

@media screen and (max-height: 400px) {

}