.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.carousel.carousel-slider {
    top: 0;
    left: 0
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px
}

.carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel .carousel-item>img {
    width: 100%
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.carousel .indicators .indicator-item.active {
    background-color: #fff
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none
}

body .carousel {
    position: relative;
    height: 740px !important;
    perspective: 1500px;
    cursor: pointer;
}
body .carousel .carousel-item {
    width: 269px !important;
    height: 567px !important;
    top: 41px !important;
    left: -4px !important;
    display: inherit;
    position: none;
    float: none;
    margin-right: inherit;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    transition: inherit;
}
body .carousel .carousel-item img {
    height: 100%;
    width: 100%;
    transform: translateX(1px) translateY(-90px);
}
body .carousel .mobile {
    width: 290px;
    height: 620px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    cursor: pointer;
}
body .carousel .indicators {
    bottom: 4%;
    padding-left: 0;
}
body .carousel .indicators .indicator-item {
    margin-block: 0;
    width: 16px;
    height: 16px;
    background-color: var(--bs-primary);
}
body .carousel .indicators .indicator-item.active {
    background-color: var(--bs-primary);
}
body .carousel .indicators .indicator-item.active::before {
    opacity: 1;
}
body .carousel .indicators .indicator-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    left: -3px;
    top: -3px;
    opacity: 0;
}
body .carousel-parent {
    position: relative;
}
body .carousel-parent .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
    z-index: 1000;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--bs-white);
    transition: all 0.3s;
}
body .carousel-parent .carousel-arrow:hover {
    background-color: transparent;
    color: var(--bs-primary);
}
body .carousel-parent .carousel-arrow.left {
    left: -50px;
}
body .carousel-parent .carousel-arrow.right {
    right: -50px;
}
body .carousel .carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}

body .carousel .right-arrow, body .carousel .left-arrow {
    position: absolute;
    top: 50%;
    border: 1px solid #57ba6a;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #57ba6a;
    font-size: 25px;
}
body .carousel .right-arrow:hover, body .carousel .left-arrow:hover {
    background-color: #fff;
    color: #57ba6a;
}
body .carousel .right-arrow {
    right: 0;
}
body .carousel .left-arrow {
    left: 0;
}
body .carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    text-align: center;
}
body .carousel .carousel-indicators .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background-color: #57ba6a;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
body .carousel .carousel-indicators .dot.active {
    transform: scale(1.2);
}

@media (max-width: 1280px) {
    body .carousel-parent .carousel-arrow {
        width: 65px;
        height: 65px;
   }
    body .carousel-parent .carousel-arrow.left {
        left: -30px;
   }
    body .carousel-parent .carousel-arrow.right {
        right: -30px;
   }
}
@media (max-width: 1199px) {
    body .carousel-parent .carousel-arrow.left {
        left: -10px;
   }
    body .carousel-parent .carousel-arrow.right {
        right: -10px;
   }
}
@media (max-width: 767px) {
    body .carousel {
        height: 580px !important;
   }
    body .carousel .carousel-item {
        width: 221px !important;
        height: 441px !important;
        top: 50px !important;
        left: -2px !important;
   }
    body .carousel .mobile {
        width: 220px;
        height: 480px;
   }
    body .carousel-parent .carousel-arrow {
        width: 45px;
        height: 45px;
        font-size: 2rem;
   }
}