.primeview-tours {
--pv-tours-green: #22c55e;
--pv-tours-text: #0f172a;
--pv-tours-muted: #64748b;
--pv-tours-radius: 22px;
--pv-tours-shadow: 0 12px 32px rgba(15, 23, 42, 0.09);
--pv-tours-shadow-hover: 0 20px 44px rgba(15, 23, 42, 0.13);
--pv-tours-gap: 24px;
--pv-tours-visible: 4;
position: relative;
width: 100%;
background: #ffffff;
color: var(--pv-tours-text);
padding: 58px 48px 96px;
overflow: hidden;
}
.primeview-tours__inner {
width: 100%;
max-width: 1240px;
margin: 0 auto;
}
.primeview-tours__header {
margin: 0 0 48px;
}
.primeview-tours__eyebrow {
margin: 0 0 16px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
line-height: 1.3;
text-transform: uppercase;
color: var(--pv-tours-green);
text-align: center;
}
.primeview-tours__heading-row {
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
gap: 24px;
margin: 0 0 16px;
min-height: 1.15em;
}
.primeview-tours__headline {
margin: 0;
padding: 0 140px 0;
border: 0;
font-size: clamp(2rem, 3.6vw, 3.15rem);
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.15;
color: var(--pv-tours-text);
text-wrap: balance;
text-align: center;
}
.primeview-tours__view-all {
position: absolute;
right: 0;
bottom: 8px;
display: inline-flex;
align-items: center;
gap: 6px;
flex-shrink: 0;
font-size: 15px;
font-weight: 650;
letter-spacing: -0.01em;
line-height: 1.3;
color: var(--pv-tours-green);
text-decoration: none;
white-space: nowrap;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.primeview-tours__view-all:hover,
.primeview-tours__view-all:focus-visible {
opacity: 0.85;
transform: translateX(2px);
outline: none;
}
.primeview-tours__view-all-arrow {
font-size: 1.05em;
line-height: 1;
}
.primeview-tours__subhead {
margin: 0 auto;
max-width: 640px;
font-size: 1.05rem;
font-weight: 400;
line-height: 1.6;
color: var(--pv-tours-muted);
text-align: center;
text-wrap: pretty;
}
.primeview-tours__carousel {
position: relative;
display: flex;
align-items: center;
gap: 12px;
}
.primeview-tours__viewport {
flex: 1 1 auto;
width: 100%;
overflow: hidden;
touch-action: pan-y;
}
.primeview-tours__track {
display: flex;
gap: var(--pv-tours-gap);
will-change: transform;
transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.primeview-tours__card {
flex: 0 0 calc((100% - (var(--pv-tours-visible) - 1) * var(--pv-tours-gap)) / var(--pv-tours-visible));
min-width: 0;
opacity: 0;
transform: translateY(28px);
transition:
opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: var(--pv-tours-delay, 0ms);
}
.primeview-tours.is-visible .primeview-tours__card {
opacity: 1;
transform: translateY(0);
}
.primeview-tours__card.is-clone {
transition: none;
}
.primeview-tours__card-link {
display: flex;
flex-direction: column;
height: 100%;
border-radius: var(--pv-tours-radius);
background: #ffffff;
box-shadow: var(--pv-tours-shadow);
overflow: hidden;
text-decoration: none;
color: inherit;
transition:
transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.35s ease;
}
.primeview-tours.is-visible .primeview-tours__card:hover .primeview-tours__card-link,
.primeview-tours.is-visible .primeview-tours__card:focus-within .primeview-tours__card-link {
transform: translateY(-4px);
box-shadow: var(--pv-tours-shadow-hover);
}
.primeview-tours__media {
position: relative;
display: block;
aspect-ratio: 16 / 10;
overflow: hidden;
background: #e2e8f0;
}
.primeview-tours__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transform: scale(1);
transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.primeview-tours__card:hover .primeview-tours__image,
.primeview-tours__card:focus-within .primeview-tours__image {
transform: scale(1.05);
}
.primeview-tours__badge {
position: absolute;
top: 14px;
left: 14px;
z-index: 2;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 10px;
border-radius: 999px;
background: rgba(15, 23, 42, 0.72);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
color: #ffffff;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1;
}
.primeview-tours__badge-icon {
display: block;
width: 14px;
height: 14px;
background-color: #ffffff;
-webkit-mask: center / contain no-repeat;
mask: center / contain no-repeat;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 12a8 8 0 0 1 4-6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 12a8 8 0 0 1-4 6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 12a8 8 0 0 1 4-6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 12a8 8 0 0 1-4 6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.primeview-tours__play {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: scale(0.9);
transition:
opacity 0.35s ease,
transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
pointer-events: none;
}
.primeview-tours__card:hover .primeview-tours__play,
.primeview-tours__card:focus-within .primeview-tours__play {
opacity: 1;
transform: scale(1);
}
.primeview-tours__play-icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: #ffffff;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.primeview-tours__card:hover .primeview-tours__play-icon,
.primeview-tours__card:focus-within .primeview-tours__play-icon {
transform: scale(1.06);
}
.primeview-tours__play-icon::after {
content: '';
display: block;
width: 0;
height: 0;
margin-left: 3px;
border-style: solid;
border-width: 8px 0 8px 13px;
border-color: transparent transparent transparent var(--pv-tours-green);
}
.primeview-tours__category {
position: absolute;
left: 14px;
bottom: 14px;
z-index: 2;
display: inline-flex;
align-items: center;
gap: 7px;
padding: 7px 12px 7px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
color: var(--pv-tours-text);
font-size: 12px;
font-weight: 650;
letter-spacing: -0.01em;
line-height: 1;
}
.primeview-tours__category-icon {
display: block;
width: 16px;
height: 16px;
background-color: var(--pv-tours-green);
-webkit-mask: center / contain no-repeat;
mask: center / contain no-repeat;
}
.primeview-tours__category-icon--home {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 10.5 12 4l8 6.5V20a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1v-9.5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 10.5 12 4l8 6.5V20a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1v-9.5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.primeview-tours__category-icon--shortlet {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 12h18v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M5 12V9a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v3' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 12h18v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M5 12V9a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v3' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}
.primeview-tours__category-icon--hotel {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V6h16v14' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 9h2M14 9h2M8 13h2M14 13h2M8 17h2M14 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V6h16v14' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 9h2M14 9h2M8 13h2M14 13h2M8 17h2M14 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.primeview-tours__category-icon--retail {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 8h16l-1.2 11.2A2 2 0 0 1 16.82 21H7.18a2 2 0 0 1-1.98-1.8L4 8Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 8h16l-1.2 11.2A2 2 0 0 1 16.82 21H7.18a2 2 0 0 1-1.98-1.8L4 8Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.primeview-tours__body {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
padding: 18px 18px 20px;
}
.primeview-tours__title {
font-size: 1.05rem;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.3;
color: var(--pv-tours-text);
}
.primeview-tours__location {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 13px;
font-weight: 400;
line-height: 1.4;
color: var(--pv-tours-muted);
}
.primeview-tours__pin {
display: block;
width: 14px;
height: 14px;
flex-shrink: 0;
background-color: var(--pv-tours-green);
-webkit-mask: center / contain no-repeat;
mask: center / contain no-repeat;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.4' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.4' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}
.primeview-tours__cta {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 6px;
font-size: 14px;
font-weight: 650;
letter-spacing: -0.01em;
line-height: 1.3;
color: var(--pv-tours-green);
}
.primeview-tours__cta-arrow {
transition: transform 0.25s ease;
}
.primeview-tours__card:hover .primeview-tours__cta-arrow,
.primeview-tours__card:focus-within .primeview-tours__cta-arrow {
transform: translateX(3px);
}
.primeview-tours__nav {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
border: 0;
border-radius: 50%;
background: #ffffff;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
cursor: pointer;
color: #334155;
transition:
transform 0.25s ease,
box-shadow 0.25s ease,
background-color 0.25s ease;
}
.primeview-tours__nav:hover,
.primeview-tours__nav:focus-visible {
transform: translateY(-1px);
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
outline: none;
}
.primeview-tours__nav span {
display: block;
width: 10px;
height: 10px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
}
.primeview-tours__nav--prev span {
transform: rotate(135deg);
margin-left: 3px;
}
.primeview-tours__nav--next span {
transform: rotate(-45deg);
margin-right: 3px;
}
.primeview-tours__dots {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 28px;
}
.primeview-tours__dot {
width: 8px;
height: 8px;
padding: 0;
border: 0;
border-radius: 50%;
background: #cbd5e1;
cursor: pointer;
transition:
background-color 0.25s ease,
transform 0.25s ease;
}
.primeview-tours__dot.is-active {
background: var(--pv-tours-green);
transform: scale(1.15);
}
.primeview-tours__dot:focus-visible {
outline: 2px solid var(--pv-tours-green);
outline-offset: 3px;
}
@media (max-width: 1199.98px) {
.primeview-tours {
--pv-tours-visible: 3;
--pv-tours-gap: 20px;
padding-left: 32px;
padding-right: 32px;
}
}
@media (max-width: 900px) {
.primeview-tours {
--pv-tours-visible: 2;
padding: 45px 24px 80px;
}
.primeview-tours__header {
margin-bottom: 40px;
}
.primeview-tours__heading-row {
flex-direction: column;
align-items: center;
text-align: center;
min-height: 0;
}
.primeview-tours__headline {
padding: 0;
}
.primeview-tours__view-all {
position: static;
margin-top: 12px;
order: 3;
}
.primeview-tours__subhead {
order: 2;
}
.primeview-tours__nav {
display: none;
}
}
@media (max-width: 639.98px) {
.primeview-tours {
--pv-tours-visible: 1;
--pv-tours-gap: 16px;
padding: 38px 20px 72px;
}
.primeview-tours__play-icon {
width: 56px;
height: 56px;
}
.primeview-tours__body {
padding: 16px 16px 18px;
}
}
@media (prefers-reduced-motion: reduce) {
.primeview-tours__card,
.primeview-tours__track,
.primeview-tours__image,
.primeview-tours__play,
.primeview-tours__play-icon,
.primeview-tours__card-link {
transition: none;
}
.primeview-tours__card {
opacity: 1;
transform: none;
}
.primeview-tours.is-visible .primeview-tours__card:hover .primeview-tours__card-link {
transform: none;
}
.primeview-tours__card:hover .primeview-tours__image {
transform: none;
}
}