section.swiper-carousal {
    padding-top: 80px;
    padding-bottom: 80px;
}


.swiper-pagination {
    margin-top: 82px;
    position: relative;
}

html,
body {
    position: relative;
    height: 100%;
}


section.swiper-carousal .swiper {
    width: 100%;
    height: 100%;
}

section.swiper-carousal .swiper-slide {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 470px !important;

    /* background: lightcoral; */

    /* color: #fff; */

    box-shadow: 0px 31.5px 49px 0px #F469684D;

    border-radius: 14px;

    padding: 20px 14px;
}

section.swiper-carousal .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.swiper-carousal .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #474747;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
}


section.swiper-carousal .swiper-pagination-bullet-active {
    width: 42px;
    background-image: linear-gradient(180deg, #f09819 0%, #ff512f 100%);
    border-radius: 14px;
}

.slider-block .row {
    align-items: center;
}

.slider-block-right-bottom {
    display: flex;
    gap: 10px;
}

.slider-block-right h3 {
    text-align: center;
}

/* card */
.demo-card {
    background-color: rgb(85, 198, 224);
    padding: 10px;
    border-radius: 12px;
}

.demo-img {
    position: relative;
}

.demo-card-arrow {
    content: "";
    position: relative;
    width: 100px;
    height: 100px;
    right: 10%;
    bottom: -8px;
    background-color: #1d2939;
    border-radius: 50%;
}

span.dot {
    background-color: blue;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

span.user-update-date {
    display: flex;
    gap: 44px;
    margin-top: 20px;
}

.card-title {
    width: 187px;
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
}

.demo-card p {
    font-size: 20px;
    margin-top: 20px;
}