swiper-slide {
    width: 380px;
}

/* .plan_x_pc {
    height: 728px;
} */

.plan_x_pc_raya {
    height: 765px;
}

#carousel-1 .splide__pagination__page {
    top: 35px;
}

#carousel-2 .splide__pagination__page {
    top: 15px;
}

#carousel-3 .splide__pagination__page {
    top: 35px;
}

#carousel-4 .splide__pagination__page {
    top: 35px;
}

#carousel-5 .splide__pagination__page {
    top: 35px;
}

@media only screen and (max-width: 1180px) {
    .plan_x_pc_raya {
        height: 825px;
    }
}

@media only screen and (max-width: 1024px) {
    .plan_x_pc_raya {
        height: 825px;
    }
}

@media only screen and (max-width: 935px) {
    .plan_x_pc_raya {
        height: 860px;
    }
}

@media only screen and (max-width: 920px) {
    .plan_x_pc_raya {
        height: 880px;
    }
}

@media only screen and (max-width: 912px) {
    .plan_x_pc_raya {
        height: 820px;
    }
}

@media only screen and (max-width: 720px) {
    .plan_x_pc_raya {
        height: 850px;
    }
}

@media only screen and (max-width: 670px) {
    .plan_x_pc_raya {
        height: 873px;
    }
}

@media only screen and (max-width: 540px) {
    .plan_x_pc_raya {
        height: 800px;
    }
}

@media only screen and (max-width: 435px) {
    .plan_x_pc_raya {
        height: 735px;
    }
}

@media only screen and (max-width: 380px) {
    .plan_x_pc_raya {
        height: 750px;
    }
}

@media only screen and (max-width: 344px) {
    .plan_x_pc_raya {
        height: 750px;
    }
}

.splide__pagination__page.is-active {
    background: #2D4153;
}

.price-wrapper {
    position: relative; 
    display: inline-block;
}

.price-slash{
    position: relative;
    width: 100%;
    height: 0;
    border-top: 2px solid red;
    transform: rotate(16deg);
    top: 17px;
}

.price{ 
    font-size: 30px;
}