.we-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-card-container {
    width: 200px;
    height: 200px;
    position: relative;
}

.we-card {
    width: 200px;
    height: 200px;
    /* background-color: #fff; */
    /* color: #000; */
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    filter: none;
}

.we-card.active {
    opacity: 1;
    z-index: 2;
    transform: translate(0px, -22px);
}

.we-card.prev-1,
.we-card.next-1 {
    opacity: 0.8;
    z-index: 1;
}

.we-card.prev-2,
.we-card.next-2 {
    opacity: 0;
    filter: blur(6px);
    z-index: 1;
}

.we-card.prev-1 {
    transform: translateX(-440px) rotate(-42deg) translateY(162px);
}

.we-card.next-1 {
    transform: translateX(440px) rotate(43deg) translateY(173px);
}

.we-card.prev-2 {
    transform: translateX(-742px) rotate(-46deg) translateY(381px);
}

.we-card.next-2 {
    transform: translateX(742px) rotate(46deg) translateY(381px);
}

.py-005 {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
}

.we-arrow {
    border-radius: 4px;
    background: var(--Cl--1, linear-gradient(180deg, #A054F7 0%, #8523F5 100%));
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    padding: 8px 12px;
    /* z-index: 20; */
    position: absolute;
    bottom: -130px;
}

.we-arrow.left {
    left: 43%;
}

.we-arrow.right {
    right: 43%;
}

.we-arrow:hover {
    background: var(--Cl--1, linear-gradient(280deg, #A054F7 0%, #8523F5 100%));
}

@media (max-width: 1444px) {
    .we-arrow.left {
        left: 42%;
    }

    .we-arrow.right {
        right: 42%;
    }

}

@media (max-width: 1270px) {
    .we-arrow.left {
        left: 41%;
    }

    .we-arrow.right {
        right: 41%;
    }

    .we-carousel {
        transform: scale(0.8);
    }

}

@media (max-width: 991px) {
    .we-arrow.left {
        left: 40%;
    }

    .we-arrow.right {
        right: 40%;
    }

    .we-carousel {
        transform: scale(0.7);
    }

}

@media (max-width: 881px) {
    .we-arrow.left {
        left: 38%;
    }

    .we-arrow.right {
        right: 38%;
    }

    .we-carousel {
        transform: scale(0.6);
    }

}

@media (max-width: 760px) {
    .we-carousel {
        transform: scale(0.5);
    }

    .carousel-section {
        background-position: center;
    }

    .about-pos-section img {
        object-fit: cover;
    }

    .we-card.prev-1 {
        transform: translateX(-440px) rotate(-42deg) translateY(20px);
    }

    .we-card.next-1 {
        transform: translateX(440px) rotate(43deg) translateY(43px);
    }

    .we-card.active {
        opacity: 1;
        z-index: 2;
        transform: translate(0px, -111px);
    }

    .we-card.next-2,
    .we-card.prev-2 {
        display: none;
    }

    .we-card {
        width: 230px;
        height: 230px;
    }

}

@media (max-width: 690px) {
    .we-arrow.left {
        left: 35%;
    }

    .we-arrow.right {
        right: 35%;
    }

    .we-carousel {
        transform: scale(0.5);
    }

    .carousel-section {
        background-position: center;
    }

    .we-card.next-1 {
        transform: translateX(310px) rotate(40deg) translateY(0px);
    }

    .we-card.prev-1 {
        transform: translateX(-300px) rotate(-33deg) translateY(-34px);
    }


}

@media (max-width: 550px) {
    .we-arrow.left {
        left: 30%;
    }

    .we-arrow.right {
        right: 30%;
    }

    .we-carousel {
        transform: scale(0.5);
    }

    .carousel-section {
        background-position: center;
    }

    .we-card.next-1 {
        transform: translateX(200px) rotate(32deg) translateY(-58px);
    }

    .we-card.prev-1 {
        transform: translateX(-200px) rotate(-30deg) translateY(-57px);
    }

    .py-005 {
        padding-top: 3rem !important;
        padding-bottom: 0rem !important;
    }

    .we-card.prev-1,
    .we-card.next-1 {
        opacity: 0.7;
        z-index: 1;
    }

    .we-arrow {
        bottom: -80px;
    }
}

@media (max-width: 460px) {
    .we-carousel {
        transform: scale(0.4);
    }

    .we-arrow.left {
        left: 25%;
    }

    .we-arrow.right {
        right: 25%;
    }
}

@media (max-width: 360px) {

    .we-carousel {
        transform: scale(0.35);
    }

    .we-arrow.left {
        left: 20%;
    }

    .we-arrow.right {
        right: 20%;
    }
}