:root {
    --swiper-theme-color: #153692;
}

.welcome-slider {
    border-radius: 30px;
}

.welcome-slider .swiper-pagination {
    --swiper-pagination-bullet-size: 12px;
}

.welcome-btn {
    display: block;
    position: absolute;
    top: 10%;
    right: -20%;
}

.welcome-btn img {
    animation: rotation 10s linear 0s infinite;
}
.welcome-btn img:nth-last-of-type(1) {
    animation: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-cart-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100px;
    right: 25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: rgba(220, 220, 220, 0.8);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

.custom-cart-btn .item-content {
    position: relative;
    display: block;
}

.custom-cart-btn .item-content .num {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
}

.custom-cart-btn:hover {
    color: #fff;
    cursor: pointer;
    background-color: #153692;
}

#back-to-top {
    bottom: 160px;
}

.about-gallery-item {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}

.about-gallery-item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.object-fit-contain {
    object-fit: contain !important;
}

.cursor-pointer {
    cursor: pointer;
}

@keyframes rotation {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.pr {
    position: relative;
}
.pr img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ratio-4x3 img {
    padding: 10px;
    box-sizing: border-box;
}
.ratio img {
    max-width: 100%;
}
.pay-list {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

.bj_book_service_item .purchase-btn {
    background: white;
    border-radius: 10px;
    color: #202124;
    padding: 24px 0 24px 37px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.bj_book_service_item .purchase-btn span {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    padding-left: 5px;
}

.bj_book_service_item .purchase-btn:hover span {
    padding-left: 10px;
    color: #0a58ca;
}
