#mySlider.splide {
    position: relative;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide__slide {
    margin-right: 16px;
}
#mySlider .splide__list {
    display: flex;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    align-items: flex-start;
}
.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}

#mySlider .splide__slide.is-active {
    flex-shrink: 0;
    position: relative;
    width: 410px !important;
    height: 500px;
    border: none !important;
    transition: all 0.3s ease; 
}

#mySlider .splide__slide:not(.is-active) {
    flex-shrink: 0;
    position: relative;
    width: 362px !important;
    height: 400px !important;
    border: none !important;
    transition: all 0.3s ease;
}

.splide__slide img{
    
    border: none !important;
    object-fit: cover;
    width: 100%;
}

#mySlider .splide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#mySlider .splide__arrow {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: background-color 0.3s ease;
}

#mySlider .splide__arrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

#mySlider .splide__arrow svg {
    fill: white;
    width: 20px;
    height: 20px;
}

#mySlider .splide__arrow--prev {
    left: 10px;
}

#mySlider .splide__arrow--next {
    right: 10px;
}

.card{
    width: 100%;
    height: 100% !important;
    border-radius: 20px !important;
    object-fit: cover;
    overflow: hidden;
    border: none !important;
}

.card__active{
    width: 100%;
    height: 100%;
    border-radius: 20px ;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.card__active-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.splide__slide.is-active .card__active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%; 
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 0.1) 80%,
        rgba(255, 255, 255, 0.3) 60%,
        rgba(255, 255, 255, 0.5) 100%
    );
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    mask-image: linear-gradient(to top, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
    pointer-events: none;
}

.splide__slide:not(.is-active) .card__active::after {
    display: none;
}

.card__active-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 40px;
    padding-bottom: 0px;
}

.splide__slide.is-active .card__active-info {
    display: flex;
}


.card__active-info-title{
    width: 370px;
    height: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}

.splide__slide.is-active .card__active-info-description {
    display: block;
}

.splide__slide:not(.is-active) .card__active-info-description {
    display: none;
}

.card__active-info-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #E0E5EB;
}

.splide__slide.is-active .card__active-button {
    display: flex;
}

.splide__slide:not(.is-active) .card__active-button {
    display: none;
}

.card__active-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    background: #F0F1F5;
    border-radius: 100px;
    color: var(--color-dark);
    border: none;
}

.splide__slide.is-active .card__active-number {
    display: block;
}

.splide__slide:not(.is-active) .card__active-number {
    display: none;
}

.card__active-number{
    z-index: 2;
    position: absolute;
    width: 224px;
    height: 143px;
    left: 180px;
    top: -120px;
    font-weight: 500;
    font-size: 200px;
    line-height: 120%;
    color: #BFC7D4;
}
#mySlider.splide {
    position: relative;
    overflow: visible !important;
}

#mySlider .splide__track {
    overflow: visible !important;
    clip-path: polygon(0% 0%, 1000% 0%, 1000% 100%, 0% 100%);
}


#mySlider .splide__list {
    display: flex;
    gap: 20px;
    overflow: visible !important;
}

#mySlider .splide__track {
    padding: 0 calc(28% - 205px) !important; 
    
}

#mySlider .splide__list {
    display: flex;
    gap: 16px !important;
    margin-right: 0px !important;
    justify-content: flex-start;
    height: 500px;
}
.custom-slider-arrows {
    position: relative;
    bottom: 80px;
    left: 56%;
    display: flex;
    gap: 20px;
    z-index: 10;
}
.custom-arrow{
    border: none !important;
    color: #FFFFFF !important;
    background-color: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .custom-slider-arrows {
        left: calc(50% + 10px);
    }
}

@media (max-width: 480px) {
    .custom-slider-arrows {
        left: 50%;
    }
}
.custom-slider-arrows {
    display: flex;
    gap: 12px;
}

.custom-arrow {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrow:not(.disabled) {
    opacity: 1;
}

.custom-arrow:not(.disabled):hover {
    transform: scale(1.05);
}

.custom-arrow:not(.disabled):active {
    transform: scale(0.95);
}

.custom-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-arrow--next:not(.disabled) rect {
    fill: #0A0F15;
}

.custom-arrow--next:not(.disabled):hover rect {
    fill: #1a2635; 
}

.custom-arrow--next.disabled rect {
    fill: #D2D6E1;
}

.custom-arrow--prev:not(.disabled) rect {
    fill: #0A0F15;
}

.custom-arrow--prev:not(.disabled):hover rect {
    fill: #1a2635;
}

.custom-arrow--prev.disabled rect {
    fill: #D2D6E1;
}

.custom-arrow path {
    stroke: white;
    transition: stroke 0.3s ease;
}