.pricing-con{
    background: var(--bg-grey);
}
.pricing-box .owl-carousel .owl-item img {
    width: 100%;
}
.pricing-box-item {
    background: var(--white-color);
    box-shadow: 50px 50px 100px 0 rgb(0 0 0 / 10%);
}
.pricing-conetnt > span{
    font-size: 14px;
    line-height: 14px;
    margin-bottom:11px;
    text-transform: uppercase;
}
.pricing-conetnt h3{
    margin-bottom: 23px;
    color: var(--primary--color);
}
.pricing-conetnt {
    padding: 30px;
}
.rating-con {
    gap: 13px;
    display: flex;
    align-items: center;
}
.rating-con span{
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.rating-con span i{
    font-size: 14px;
    line-height: 14px;
    color: #6610f2;
    padding-right: 6px;
}
.pricing-bottom-con {
    display: flex;
    align-items: center;
    padding: 20px 30px 19px;
    justify-content: space-between;
    border-top: 1px solid rgb(216 220 228 / 30%);
}
.pricing-btn a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 16px 30px 16px 29px;
    color: var(--primary--color);
    background: var(--accent-color);
    box-shadow: 10px 10px 20px rgb(230 194 41 / 20%);
}
.pricing-btn a:hover{
    color: var(--white-color);
    background: var(--secondary--color);
    box-shadow: 10px 10px 20px rgb(102 16 242 / 20%);
}
.price-value{
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: var(--primary--color);
    font-family: "Plus Jakarta Sans", sans-serif
}
.pricing-box .owl-item.active {
    opacity: 1;
}
.pricing-box .owl-item {
    opacity: 0;
    transition: opacity 200ms;
}
.pricing-box .owl-stage-outer {
 overflow: visible;
}
.pricing-con{
    overflow: hidden;
}
.pricing-con .owl-nav{
    display: none;
}
.pricing-con .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 6px;
    margin: 0;
    background: #620fe9;
    border-radius: 3px;
}
.pricing-con .owl-dots {
    gap: 5px;
    display: flex;
    justify-content: center;
}
.pricing-con .owl-dots button:focus{
    outline: none;
}
.pricing-con .owl-stage {
    margin-bottom: 50px;
}
.pricing-con .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background: rgb(98 15 233 / 30%);
}
.pricing-img {
    position: relative;
}
.vedio-icon a{
    text-decoration: none;
}
.vedio-icon a i {
    right: 20px;
    bottom: -20px;
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}
.yellow-box a i{
    color: var(--black-color);
    background: var(--accent-color);
}
.purple-box a i{
    color: var(--white-color);
    background: var(--secondary--color);
}
.sky-box a i{
    color: var(--white-color);
    background: var(--sky-blue);
}
/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
    .pricing-conetnt {
        padding: 20px;
    }
    .pricing-bottom-con {
        padding: 20px 20px 19px;
    }
    .pricing-btn a {
        padding: 12px 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .pricing-conetnt h3 {
        margin-bottom: 20px;
    }
    .pricing-btn a {
        font-size: 14px;
        line-height: 14px;
    }
    .vedio-icon a i {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
    .pricing-conetnt {
        padding: 15px;
    }
    .rating-con {
        gap: 7px;
    }
    .rating-con span {
        font-size: 12px;
        line-height: 12px;
    }
    .rating-con span i {
        padding-right: 2px;
    }
    .pricing-conetnt > span {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 8px;
    }
    .pricing-bottom-con {
        padding: 10px 15px;
    }
    .price-value {
        font-size: 18px;
        line-height: 18px;
    }
    .pricing-btn a {
        padding: 10px 14px;
    }
    .pricing-con .owl-stage {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .rating-con {
        gap: 20px;
    }
    .pricing-conetnt h3 {
        margin-bottom: 16px;
    }
}