/* Image Wheel Widget CSS */
/* Add your widget-specific styles here */


/* Styles for image-wheel-v1-widget */
.section-image-wheel-v1-widget {
	width: 100%;
	padding: 495px 0 60px;
	min-height: 1990px;
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}

.section-image-wheel-v1-widget__text {
	max-width: 562px;
	margin: 0 auto;
	text-align: center;
}

.section-image-wheel-v1-widget__subtitle {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.5rem!important;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section-image-wheel-v1-widget__title {
	font-family: "TANMemoriesRegular", Sans-serif;
	font-weight: 400;
	line-height: 1.2!important;
	color: #000;
	margin-bottom: 60px;
	margin-top: 20px;
}

.section-image-wheel-v1-widget__desc {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.063rem!important;
  line-height: 1.5;
  color: #000;
  max-width: 385px;
  margin: 0 auto 120px;
}

.section-image-wheel-v1-widget__cta {
	margin: 60px 0;
}

.section-image-wheel-v1-widget__cta a {
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 12px 25px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.section-image-wheel-v1-widget__cta a:hover {
	color: #fff;
	border-color: #ffaf02;
	background-color: #ffaf02;
}

.section-image-wheel-v1-widget__card {
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.section-image-wheel-v1-widget__nav {
	display: none;
}

.section-image-wheel-v1-widget__pagination {
	display: none;
}

.section-image-wheel-v1-widget__card > a {
	display: block;
	text-decoration: none;
	border: none;
}

.section-image-wheel-v1-widget__card > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease; 
	will-change: transform;
	transform: translateZ(0); 
	backface-visibility: hidden;
}

.section-image-wheel-v1-widget__card:hover img {
	transform: scale(1.15) translateZ(0);
	z-index: 2;
}

.section-image-wheel-v1-widget__card-content a {
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 12px 25px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.section-image-wheel-v1-widget__card-content a:hover {
	border-color: #ffaf02;
	background-color: #ffaf02;
}

.section-image-wheel-v1-widget__card-content {
	padding: 35px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.section-image-wheel-v1-widget__card-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.section-image-wheel-v1-widget__card-content h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.668rem;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.section-image-wheel-v1-widget__card-content p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 0.886rem;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 10px;
}

.section-image-wheel-v1-widget__card-content a {
	font-size: 0.6rem;
	padding: 10px 20px;
	border-radius: 16px;
	color: #fff;
	border-color: #fff;
}

.section-image-wheel-v1-widget__card--small {
	max-width: 372px;
	width: 100%;
	height: 495px;
}

.section-image-wheel-v1-widget__card--1 {
	left: 658px;
	top: 0;
}

.section-image-wheel-v1-widget__card--2 {
	max-width: 464px;
	width: 100%;
	height: 634px;
	left: 0;
	top: 460px;
}

.section-image-wheel-v1-widget__card--3 {
	left: 92px;
	top: 1094px;
}

.section-image-wheel-v1-widget__card--4 {
	max-width: 564px;
	width: 100%;
	height: 750px;
	left: 464px;
	top: 1094px;
}

.section-image-wheel-v1-widget__card--5 {
	max-width: 419px;
	width: 100%;
	height: 558px;
	left: 1027px;
	top: 1340px;
}

.section-image-wheel-v1-widget__card--6 {
	max-width: 566px;
	width: 100%;
	height: 750px;
	right: 548px;
	top: 1245px;
}

.section-image-wheel-v1-widget__card--7 {
	right: 548px;
	top: 750px;
}

.section-image-wheel-v1-widget__card--8 {
	max-width: 549px;
	width: 100%;
	height: 723px;
	right: 0;
	top: 745px;
}

.section-image-wheel-v1-widget__card--9 {
	right: 175px;
	top: 250px;
}

@media screen and (min-width: 2300px) {
	.section-image-wheel-v1-widget__title{
		font-size: 7.558rem!important;
	}
}

@media screen and (max-width: 2559px) {
	.section-image-wheel-v1-widget {
			min-height: 78vw;
			padding-top: 17vw;
			max-width: none;
	}

	.section-image-wheel-v1-widget__card--small {
		max-width: 14vw;
		height: 18vw;
	}

	.section-image-wheel-v1-widget__card--1 {
		left: 26vw;
	}

	.section-image-wheel-v1-widget__card--2 {
		max-width: 18vw;
		height: 24vw;
		top: 17vw;
	}

	.section-image-wheel-v1-widget__card--3 {
		left: 4vw;
		top: 41vw;
	}

	.section-image-wheel-v1-widget__card--4 {
		max-width: 21vw;
		height: 28vw;
		left: 18vw;
		top: 41vw;
	}

	.section-image-wheel-v1-widget__card--5 {
		max-width: 16vw;
		height: 21vw;
		left: 39vw;
		top: 51vw;
	}

	.section-image-wheel-v1-widget__card--6 {
		max-width: 23vw;
		height: 29vw;
		left: 55vw;
		top: 48vw;
	}

	.section-image-wheel-v1-widget__card--7 {
		right: 22.3vw;
		top: 30vw;
	}

	.section-image-wheel-v1-widget__card--8 {
		max-width: 22.3vw;
		height: 30vw;
		right: 0;
		top: 30vw;
	}

	.section-image-wheel-v1-widget__card--9 {
		right: 8.3vw;
		top: 12vw;
	}
}
@media screen and (max-width: 2200px) {
	.section-image-wheel-v1-widget__text {
		max-width: 330px;
	}

	.section-image-wheel-v1-widget__subtitle {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
	.section-image-wheel-v1-widget__title {
		font-size: 5rem;
		line-height: 1.2;
		margin-bottom: 30px;
	}

	.section-image-wheel-v1-widget__desc {
		margin-bottom: 60px;
		max-width: 360px;
	}

	.section-image-wheel-v1-widget__card-content h3 {
		font-size: 1.2rem;
	}

	.section-image-wheel-v1-widget__card-content {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 1600px) {
	.section-image-wheel-v1-widget {
		padding-top: 13vw;
		min-height: 82vw;
	}

	.section-image-wheel-v1-widget__card--small {
		max-width: 16vw;
		height: 21vw;
	}

	.section-image-wheel-v1-widget__card--1 {
		left: 21vw;
	}

	.section-image-wheel-v1-widget__card--2 {
		max-width: 20vw;
		height: 25vw;
		top: 20vw;
	}

	.section-image-wheel-v1-widget__card--3 {
		left: 4vw;
		top: 45vw;
	}

	.section-image-wheel-v1-widget__card--4 {
		max-width: 20vw;
		height: 29vw;
		left: 20vw;
		top: 45vw;
	}

	.section-image-wheel-v1-widget__card--5 {
		max-width: 16vw;
		height: 21vw;
		left: 40vw;
		top: 56vw;
	}

	.section-image-wheel-v1-widget__card--6 {
		max-width: 24vw;
		height: 30vw;
		left: 56vw;
		top: 51vw;
	}

	.section-image-wheel-v1-widget__card--7 {
		right: 20vw;
		top: 30vw;
		left: auto!important
	}

	.section-image-wheel-v1-widget__card--8 {
		max-width: 20vw;
		height: 27vw;
		top: 30vw;
		left: auto!important
	}

	.section-image-wheel-v1-widget__card--9 {
		right: 4vw;
		top: 9vw;
		left: auto!important
	}
}

@media screen and (max-width: 1400px) {
	.section-image-wheel-v1-widget__title {
		font-size: 4rem;
	}

	.section-image-wheel-v1-widget__subtitle {
		font-size: 1.2rem!important;
		margin-bottom: 20px;
	}

	.section-image-wheel-v1-widget__desc {
		margin-bottom: 30px;
		max-width: 320px;
	}

	.section-image-wheel-v1-widget__cta {
		margin: 30px 0;
	}

}

@media screen and (max-width: 1200px) {
	.section-image-wheel-v1-widget {
		padding: 0 15px 60px;
		min-height: auto;
	}

	.section-image-wheel-v1-widget__cards {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 15px;
	}

	.section-image-wheel-v1-widget__card {
		position: relative;
		width: 100%;
		max-width: 50vw;
		height: 40vw;
		left: auto;
		right: auto;
		top: auto;
	}

	.section-image-wheel-v1-widget__text {
		max-width: 600px;
	}

	.section-image-wheel-v1-widget__desc {
		max-width: 385px;
		padding: 0 20px;
	}

	.section-image-wheel-v1-widget__cta {
		margin: 30px 0 60px;
	}

	.section-image-wheel-v1-widget__card--4 {
		background-position: top center;
	}
}

@media screen and (max-width: 991px) {
	.section-image-wheel-v1-widget__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.section-image-wheel-v1-widget {
		padding: 60px 0;
	}

	.section-image-wheel-v1-widget__text {
		max-width: none;
	}

	.section-image-wheel-v1-widget__card:hover  img {
		transform: none;
	}

	.section-image-wheel-v1-widget__cards.swiper {
		display: block;
		padding: 0 20px;
		overflow: hidden;
		position: relative;
	}

	.section-image-wheel-v1-widget__cards.swiper .swiper-wrapper {
		display: flex;
	}

	.section-image-wheel-v1-widget__cards.swiper .swiper-slide {
		width: 100% !important;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__card {
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__card > img {
		width: 60%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.section-image-wheel-v1-widget__card-content{
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background-color: transparent;
		color: #000;
		cursor: pointer;
		z-index: 4;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav.swiper-button-disabled:before {
		border-color: rgba(0, 0, 0, 0.3);
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav--prev {
		left: 20px;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav--next {
		right: 20px;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav::before {
		display: block;
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav--prev::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		border-top: 4px solid #000;
		border-left: 4px solid #000;
		transform: rotate(-45deg);
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__nav--next::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		transform: rotate(45deg);
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__pagination {
		display: block;
		margin-top: 30px;
		text-align: center;
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__pagination .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px !important;
		opacity: 1;
		background: rgba(0, 0, 0, 0.3);
	}

	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__pagination .swiper-pagination-bullet-active {
		background: #000;
	}
}

@media screen and (max-width: 480px) {
	.section-image-wheel-v1-widget__cards.swiper .section-image-wheel-v1-widget__card > img {
		width: 80%;
	}
	.section-image-wheel-v1-widget__card-content{
		width: 80%;
	}
}
