.component_slider_3 {
display: flex;
}
.component_slider_3 > .container {
z-index: 2;
}
.component_slider_3 .component__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.component_slider_3 .component__link {
width: fit-content;
min-width: 220px;
flex-shrink: 0;
}
.component_slider_3 .component__title {
padding-right: 15px;
line-height: 120%;
}
.component_slider_3 .component__title.style_1 {
color: var(--color-dark);
font-family: var(--font-1_Bold);
font-size: 48px;
line-height: 100%;
}
@media (max-width: 1199px) {
.component_slider_3 .component__head {
margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
}
.component_slider_3 .component__title.style_1 {
font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
}
}
@media (max-width: 767px) {
.component_slider_3 .component__title {
text-align: center;
padding-right: 0px;
}
.component_slider_3 .component__head.type_1 {
flex-direction: column;
}
.component_slider_3 .component__head.type_2 {
flex-direction: column;
justify-content: center;
}
.component_slider_3 .component__link {
margin-top: 15px;
}
}
.component_slider_3 .navigation {
padding: 15px;
width: 50px;
height: 50px;
}
.component_slider_3 .navigation.prev {
cursor: pointer;
border-radius: 10px;
background-color: var(--color-light);
border: 1px solid var(--color-primary);
transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_3 .navigation.prev:hover {
transform: scale(1.15);
}
.component_slider_3 .navigation.prev:before {
content: "";
display: flex;
filter: var(--color-primary--filter);
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.5 9H1.5M1.5 9L9.5 1M1.5 9L9.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
background-size: 100%;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.component_slider_3 .navigation.next {
cursor: pointer;
border-radius: 10px;
background-color: var(--color-light);
border: 1px solid var(--color-primary);
transition: background-color ease 200ms, transform ease 200ms;
background-color: var(--color-primary);
border: none;
}
.component_slider_3 .navigation.next:hover {
transform: scale(1.15);
}
.component_slider_3 .navigation.next:before {
content: "";
display: flex;
filter: var(--color-primary--filter);
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.5 9H1.5M1.5 9L9.5 1M1.5 9L9.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
background-size: 100%;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.component_slider_3 .navigation.next:before {
filter: var(--color-light--filter);
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 9H20.5M20.5 9L12.5 1M20.5 9L12.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.component_slider_3 .navigation_2.prev {
cursor: pointer;
border-radius: 5px;
width: 44px;
height: 44px;
background-color: var(--color-primary);
transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_3 .navigation_2.prev:hover {
transform: scale(1.1);
}
.component_slider_3 .navigation_2.prev:before {
content: "";
display: flex;
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8 15L1 8L8 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
background-size: 10px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.component_slider_3 .navigation_2.next {
cursor: pointer;
border-radius: 5px;
width: 44px;
height: 44px;
background-color: var(--color-primary);
transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_3 .navigation_2.next:hover {
transform: scale(1.1);
}
.component_slider_3 .navigation_2.next:before {
content: "";
display: flex;
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8 15L1 8L8 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
background-size: 10px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.component_slider_3 .navigation_2.next:before {
background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L8 8L1 15" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
}
.component_slider_3 .pagination {
outline: 1px solid var(--color-primary);
border: 4px solid var(--color-light);
background-color: var(--color-light);
margin: 0px;
width: 20px;
height: 20px;
opacity: 1;
transition: background-color ease-in-out 200ms;
}
.component_slider_3 .pagination.swiper-pagination-bullet-active {
background-color: var(--color-primary);
}
.component_slider_3 .pagination:hover {
background-color: var(--color-primary);
}
.component_slider_3 .progress {
position: relative;
display: block;
z-index: 1;
height: 2px;
}
.component_slider_3 .progress .progress__line {
height: 2px;
background: cl(text);
width: auto;
clear: both;
opacity: 0;
bottom: 45px;
left: 0;
right: 0;
}
.component_slider_3 .progress .progress__line:after {
position: absolute;
top: 0;
left: 0;
background: cl(light);
height: 100%;
width: 0;
content: "";
transition: 0.1s width linear;
}
.component_slider_3 .progress.active .progress__line {
opacity: 1;
}
.component_slider_3 .progress.animate .progress__line:after {
transition: width linear;
transition-delay: unset;
width: 100%;
transition-duration: 5s;
}
.component_slider_3 .fraction {
display: grid;
grid-auto-flow: column;
grid-column-gap: 3px;
color: cl(text);
width: fit-content;
}
.component_slider_3 .fraction .swiper-pagination-current {
font-size: 20px;
color: cl(light);
}
.component_slider_3 .fraction .swiper-pagination-total {
font-size: 14px;
}
.component_slider_3 .swiper-slide-thumb-active {
border: 1px solid cl(primary);
}
.component_slider_3 .slider__view {
padding: 50px 15px;
margin: -50px -15px;
width: calc(100% + 30px);
}
.component_slider_3 .slider__navigation {
display: grid;
grid-column-gap: 20px;
grid-auto-flow: column;
}
@media (max-width: 575px) {
.component_slider_3 .slider__navigation {
grid-auto-flow: row;
grid-row-gap: 10px;
}
.component_slider_3 .navigation {
padding: 10px;
width: 35px;
height: 35px;
}
}
.component_slider_3 .card {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 20px;
background-color: cl(dark);
transition: transform ease 400ms, background-color ease 300ms;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.component_slider_3 .card img {
object-fit: cover;
width: 100%;
height: 100%;
transition: transform ease 400ms;
}
.component_slider_3 .card:hover {
transform: translateY(-10px);
}
.component_slider_3 .card:hover img {
transform: scale(1.1);
}
.component_slider_3 .card.style_1:hover {
background-color: cl(primary);
}
.component_slider_3 .card.style_1:hover .card__title {
color: cl(dark);
}
.component_slider_3 .card.style_2 {
background-color: cl(primary);
}
.component_slider_3 .card.style_2 .card__title {
color: cl(dark);
}
.component_slider_3 .card.style_2:hover {
background-color: cl(dark);
}
.component_slider_3 .card.style_2:hover .card__title {
color: cl(light);
}
.component_slider_3 .card__title {
font-family: var(--font-1_Bold);
font-size: 18px;
line-height: 100%;
line-height: 150%;
text-align: center;
padding: 25px;
}
.component_slider_3 .card__image {
position: relative;
max-height: 250px;
border-radius: 20px;
overflow: hidden;
}
.component_slider_3 .card__mark {
z-index: 3;
position: absolute;
top: 20px;
right: 20px;
background-color: var(--color-primary);
padding: 5px 15px;
border-radius: 50px;
color: var(--color-light);
font-family: var(--font-1_Medium);
}
.component_slider_3 .card {
box-shadow: none;
}
.component_slider_3 .card .card__image {
cursor: pointer;
max-height: 100%;
position: relative;
}
.component_slider_3 .card .card__image:hover::before {
background-color: rgba(var(--color-primary--rgb), 0.8);
}
.component_slider_3 .card .card__image:hover::after {
opacity: 1;
}
.component_slider_3 .card .card__image::before {
content: "";
z-index: 1;
transition: background-color ease-in-out 400ms;
position: absolute;
width: 100%;
height: 100%;
background-color: transparent;
}
.component_slider_3 .card .card__image::after {
filter: var(--color-light--filter);
content: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.3443 0.175293C10.0512 0.175293 0.896362 9.62373 0.896362 21.279C0.896362 32.9342 10.0512 42.3827 21.3443 42.3827C32.6373 42.3827 41.7922 32.9342 41.7922 21.279C41.7922 9.62373 32.6373 0.175293 21.3443 0.175293ZM4.0422 21.279C4.0422 11.4168 11.7886 3.42201 21.3443 3.42201C30.8999 3.42201 38.6464 11.4168 38.6464 21.279C38.6464 31.1411 30.8999 39.1359 21.3443 39.1359C11.7886 39.1359 4.0422 31.1411 4.0422 21.279Z" fill="black" /><path d="M39.2344 37.4471C38.6202 36.8132 37.6242 36.8132 37.01 37.4471C36.3957 38.0811 36.3957 39.1089 37.01 39.7429L45.3986 48.4007C46.0129 49.0347 47.0088 49.0347 47.6231 48.4007C48.2373 47.7668 48.2373 46.7389 47.6231 46.1049L39.2344 37.4471Z" fill="black" /> </svg>');
transition: opacity ease-in-out 400ms;
position: absolute;
width: 50px;
height: 50px;
top: calc(50% - 25px);
left: calc(50% - 25px);
opacity: 0;
z-index: 5;
}
.component_slider_3 .card .card__title {
margin-top: 20px;
font-family: var(--font-1_Bold);
font-size: 20px;
line-height: 100%;
letter-spacing: 0.02em;
line-height: 150%;
padding: 0 15px;
text-align: start;
}
.component_slider_3 .card .card__content {
padding: 0 50px;
text-align: center;
color: var(--color-shade_1);
}
@media (min-width: 576px) {
.component_slider_3 .card .card__image {
height: 420px;
}
}