.pricing-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    color: #393941;
    line-height: 1.42857143;
    background: url(/sites/image/pricing/bg-pricing.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
}

.nowrap {
    white-space: nowrap;
}

.primary-color {
    color: #6A48DF;
}

.text-italic {
    font-style: italic;
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-small {
    font-size: 13px;
}

.pricing-title,
h1.pricing-title,
h2.pricing-title {
    color: #393941;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin: 0;
}

.pricing-desc {
    font-size: 20px;
    text-align: center;
    padding-top: 12px;
}

.section-p {
    padding: 80px 0;
}

.banner {
    padding: 100px 0 80px;
}

.pricing-wrap {
    position: relative;
}

.pricing-list {
    margin: 40px auto 0;
}

.pricing-list.owl-carousel {
    position: unset;
}

.pricing-list.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.pricing-list.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.pricing-list.owl-carousel.owl-theme .owl-nav .owl-prev,
.pricing-list.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.10), 0 0 4px 0 rgba(0, 0, 0, 0.10);
    z-index: 10;
}

.pricing-list.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.pricing-list.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}

.pricing-list.owl-carousel.owl-theme .owl-nav .disabled {
    display: none;
}

.pricing-package {
    position: relative;
    border-radius: 24px;
    border: 2px solid rgba(97, 48, 233, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(250, 244, 255, 0.80) 100%);
    box-shadow: 0 1.111px 4.444px 0 rgba(54, 54, 54, 0.10);
    padding: 32px 16px;
    margin: 20px 0;
}

.pricing-package.recommended {
    border: 2px solid rgba(97, 48, 233, 1);
}

.pricing-package .package-recommended {
    padding: 5px 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FF9F58 0%, #FF6340 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pricing-package .package-credit {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.pricing-package .package-price {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    padding: 24px 0;
}

.pricing-package .package-price span {
    font-weight: 400;
    font-size: 14px;
}

.package-btn {
    display: block;
    font-weight: 600;
    font-size: 14px;
    background-color: #F5F4FE;
    border: 1px solid #6A48DF;
    border-radius: 24px;
    padding: 12px 24px;
    text-align: center;
    cursor: pointer;
}

.package-btn:hover {
    border: 1px solid transparent;
    background: linear-gradient(180deg, #8577FF 0%, #6130E9 100%);
}

.package-btn:hover span {
    -webkit-text-fill-color: #FFF;
}

.package-desc {
    margin-top: 40px;
}

.package-desc div {
    background: url(/sites/image/pricing/ic-tick.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #535862;
    font-size: 16px;
}

.package-desc div:last-child {
    margin-bottom: 0;
}

.opacity-item {
    position: absolute;
    width: 75px;
    height: calc(100% - 40px);
    z-index: 2;
}

.opacity-item.left {
    top: 20px;
    left: -1px;
    background: linear-gradient(270deg, rgba(255, 250, 241, 0.00) 0%, rgba(246, 241, 255, 0.80) 100%);
}

.opacity-item.right {
    top: 20px;
    right: -1px;
    background: linear-gradient(90deg, rgba(255, 250, 241, 0.00) 0%, rgba(246, 241, 255, 0.80) 100%);
}

.detail-quote {
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    color: #FFF;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 24px;
    background: #6A48DF;
}

.robot {
    padding-bottom: 100px;
}

.robot-wrap {
    position: relative;
    border-radius: 36px;
    border: 2px solid #FFF;
    background: linear-gradient(123deg, rgba(240, 143, 255, 0.06) 7.85%, rgba(38, 98, 255, 0.20) 82.57%);
    box-shadow: 0 4px 40px 0 rgba(10, 27, 137, 0.08);
    backdrop-filter: blur(30px);
    max-width: 800px;
    padding: 55px 96px 55px 36px;
    margin: 32px auto 0;
}

.robot-content {
    border-radius: 24px;
    border: 2px solid #8577FF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(250, 244, 255, 0.80) 100%);
    box-shadow: 0 1.111px 4.444px 0 rgba(54, 54, 54, 0.10);
    backdrop-filter: blur(5.833333969116211px);
    padding: 24px;
}

.robot-title {
    font-size: 24px;
    font-weight: 600;
    color: #6A48DF;
    padding-bottom: 8px;
    text-align: center;
}

.robot-price {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
}

.robot-price span {
    font-weight: 400;
    font-size: 18px;
}

.robot-des {
    border-top: 1px solid #DACEF4;
    padding: 16px 0 24px;
}

.robot-des div {
    background: url(/sites/image/pricing/ic-dollar.svg) no-repeat top 7px left;
    background-size: 16px;
    padding: 3px 3px 3px 24px;
    line-height: 24px;
    font-size: 18px;
}

.robot-image {
    position: absolute;
    top: 24px;
    right: -65px;
}

.pricing-desc .text-italic {
    color: #5C5D6D;
}

@media (min-width: 1400px) {
    .banner .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 979px) {
    h1.pricing-title, .pricing-title {
        font-size: 28px;
    }

    .banner {
        padding: 40px 0;
    }

    .pricing-desc {
        font-size: 16px;
    }

    .pricing-list {
        margin: 40px auto 0;
    }
    
    .robot {
        padding-bottom: 40px;
    }

    .robot-des div {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pricing-list {
        margin: 30px auto 0;
    }

    .opacity-item {
        display: none;
    }

    .robot-wrap {
        padding: 16px;
    }

    .robot-title {
        font-size: 20px;
    }

    .robot-price {
        font-size: 20px;
    }

    .robot-des div {
        font-size: 14px;
    }
}