Viewing File: /home/maglabs/etascom/wp-content/themes/agenzio/assets/scss/elements/pricing.scss

.pxl-pricing1 {
    .pxl-item-inner {
        &.style1 {
            background-color: #FAFAFA;
            padding: 56px 40px 60px 40px;
            @media (max-width: 1024px) {
                padding: 56px 20px 59px 20px;
            }
            .pxl-item--title {
                font-family: Outfit;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                color: $primary_color;
                margin-bottom: 11px;
            }
            .pxl-item-content {
                display: inline-flex;
                align-items: baseline;
                .pxl-item--price {
                    font-family: Outfit;
                    font-size: 64px;
                    font-style: normal;
                    font-weight: 500;
                    letter-spacing: -2.5px;
                    line-height: 1;
                    color: $link_color;
                    margin-right: 10px;
                    @media (max-width: 1200px) {
                        font-size: 55px;
                    }
                    @media (max-width: 991px) {
                        font-size: 45px;
                    }
                }
                .pxl-item--time {
                    font-family: Outfit;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    letter-spacing: -0.72px;
                    color: #666;
                }
            }
            .pxl-item--feature {
                font-family: Inter;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                color: $link_color;
                list-style: none;
                margin: 0 0 48px;
                padding: 0;
                border-top: 1px solid #E1E1E1;
                margin-top: 32px;
                padding-top: 29px;
                @media (max-width: 1199px) {
                    font-size: 16px;
                }
                i {
                    font-size: 17px;
                    color: #bbbbbb;
                    margin-right: 21px;
                    @media (max-width: 991px) {
                        margin-right: 10px;
                    }
                }
                li + li {
                    margin-top: 18px;
                    @media #{$max-md} {
                        margin-top: 20px;
                    }
                }
                .non-active i {
                    color: $primary_color;
                    font-size: 17px;
                    &:before {
                        content: "\f126";
                    }
                }
            }
            .pxl-item--button {
                .btn {
                    display: flex;
                    align-items: center;
                    line-height: 58px;
                }
            }
        }
        &.style2 {
            background-color: #fff;
            padding: 56px 40px 59px 40px;
            border: 1px solid $primary_color;
            @media (max-width: 1024px) {
                padding: 56px 20px 59px 20px;
            }
            .pxl-item--title {
                font-family: Outfit;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                color: $primary_color;
                margin-bottom: 11px;
            }
            .pxl-item-content {
                display: inline-flex;
                align-items: baseline;
                .pxl-item--price {
                    font-family: Outfit;
                    font-size: 64px;
                    font-style: normal;
                    font-weight: 500;
                    letter-spacing: -2.5px;
                    line-height: 1;
                    color: $link_color;
                    margin-right: 10px;
                    @media (max-width: 1200px) {
                        font-size: 55px;
                    }
                    @media (max-width: 991px) {
                        font-size: 45px;
                    }
                }
                .pxl-item--time {
                    font-family: Outfit;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    letter-spacing: -0.72px;
                    color: #666;
                }
            }
            .pxl-item--feature {
                font-family: Inter;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                color: $link_color;
                list-style: none;
                margin: 0 0 49px;
                padding: 0;
                border-top: 1px solid $link_color;
                margin-top: 31px;
                padding-top: 29px;
                @media (max-width: 1199px) {
                    font-size: 16px;
                }
                i {
                    font-size: 17px;
                    color: #bbbbbb;
                    margin-right: 21px;
                    @media (max-width: 991px) {
                        margin-right: 10px;
                    }
                }
                li + li {
                    margin-top: 17px;
                    @media #{$max-md} {
                        margin-top: 20px;
                    }
                }
                .non-active i {
                    color: $primary_color;
                    font-size: 17px;
                    &:before {
                        content: "\f126";
                    }
                }
            }
            .pxl-item--button {
                .btn {
                    display: flex;
                    align-items: center;
                    line-height: 60px;
                    border: none;
                    background-color: $primary_color;
                    color: #fff;
                    &:before {
                        display: none;
                    }
                    &:after {
                        content: '';
                        width: 20px;
                        height: 2px;
                        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
                        transform-origin: left;
                        transform: scaleX(1);
                        background-color: #fff;
                        margin-left: 10px;
                        margin-right: 0px;
                    }
                    &:hover {
                        &:after {
                            margin-left: 0;
                            transform: scaleX(0);
                            width: 0;
                        }
                    }
                }
            }
        }
    }
}

.pxl-pricing2 {
    .pxl-pricing--top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 80px;
        @media (max-width: 880px) {
            margin-bottom: 50px;
        }
        @media (max-width: 676px) {
            display: block;
        }
        .pxl-item--heading {
            font-family: Outfit;
            font-size: 80px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: -3.2px;
            color: $link_color;
            line-height: 1.1;
            @media (max-width: 1200px) {
                font-size: 60px;
            }
            @media (max-width: 767px) {
                font-size: 45px;
            }
        }
        .pxl-item--sub {
            color: $primary_color;
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 17px;
        }
        .pxl-item--description {
            color: #444444;
            font-size: 18px;
            font-family: 'Roboto', sans-serif;
            padding-right: 80px;
            @media (max-width: 1024px) {
                padding-right: 0;
            }
            p {
                margin-bottom: 20px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    .pxl-pricing--bottom {
        position: relative;
    }
    .pxl-pricing--item {
        background-color: #FAFAFA;
        padding: 56px 40px 60px 40px;
        margin: 0;
        max-width: 430px;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        @media (max-width: 1024px) {
            padding: 56px 20px 59px 20px;
        }
        @media (max-width: 880px) {
            max-width: 100%;
            width: 100%;
        }
        @media #{$max-xs} {
            padding-top: 50px;
            padding-left: 20px;
            padding-right: 15px;
        }
        .pxl-pricing--meta {
            position: relative;
            z-index: 1;
            .pxl-pricing--meta-inner {
                width: 100%;
                margin-bottom: 35px;
            }
        }
        .pxl-item--title {
            font-family: Outfit;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            color: $primary_color;
            margin-bottom: 11px;
        }
        .pxl-item-content {
            display: inline-flex;
            align-items: baseline;
            .pxl-item--price {
                font-family: Outfit;
                font-size: 64px;
                font-style: normal;
                font-weight: 500;
                letter-spacing: -2.5px;
                line-height: 1;
                color: $link_color;
                margin-right: 10px;
                @media (max-width: 1200px) {
                    font-size: 55px;
                }
                @media (max-width: 991px) {
                    font-size: 45px;
                }
            }
            .pxl-item--time {
                font-family: Outfit;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: -0.72px;
                color: #666;
            }
        }
        .pxl-pricing--feature {
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            color: $link_color;
            list-style: none;
            margin: 0 0 48px;
            padding: 0;
            border-top: 1px solid #E1E1E1;
            margin-top: 32px;
            padding-top: 29px;
            @media (max-width: 1199px) {
                font-size: 16px;
            }
            i {
                font-size: 17px;
                color: #bbbbbb;
                margin-right: 21px;
                @media (max-width: 991px) {
                    margin-right: 10px;
                }
            }
            li + li {
                margin-top: 18px;
                @media #{$max-md} {
                    margin-top: 20px;
                }
            }
            .non-active i {
                color: $primary_color;
                font-size: 17px;
                &:before {
                    content: "\f126";
                }
            }
        }
        .pxl-item--button {
            .btn {
                display: flex;
                align-items: center;
                line-height: 58px;
            }
        }
        &:nth-child(2) {
            background-color: #fff;
            padding: 56px 40px 59px 40px;
            border: 1px solid $primary_color;
            @media (max-width: 1024px) {
                padding: 56px 20px 59px 20px;
            }
            .pxl-item--title {
                font-family: Outfit;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                color: $primary_color;
                margin-bottom: 11px;
            }
            .pxl-item-content {
                display: inline-flex;
                align-items: baseline;
                .pxl-item--price {
                    font-family: Outfit;
                    font-size: 64px;
                    font-style: normal;
                    font-weight: 500;
                    letter-spacing: -2.5px;
                    line-height: 1;
                    color: $link_color;
                    margin-right: 10px;
                    @media (max-width: 1200px) {
                        font-size: 55px;
                    }
                    @media (max-width: 991px) {
                        font-size: 45px;
                    }
                }
                .pxl-item--time {
                    font-family: Outfit;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    letter-spacing: -0.72px;
                    color: #666;
                }
            }
            .pxl-item--feature {
                font-family: Inter;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                color: $link_color;
                list-style: none;
                margin: 0 0 49px;
                padding: 0;
                border-top: 1px solid $link_color;
                margin-top: 31px;
                padding-top: 29px;
                @media (max-width: 1199px) {
                    font-size: 16px;
                }
                i {
                    font-size: 17px;
                    color: #bbbbbb;
                    margin-right: 21px;
                    @media (max-width: 991px) {
                        margin-right: 10px;
                    }
                }
                li + li {
                    margin-top: 17px;
                    @media #{$max-md} {
                        margin-top: 20px;
                    }
                }
                .non-active i {
                    color: $primary_color;
                    font-size: 17px;
                    &:before {
                        content: "\f126";
                    }
                }
            }
            .pxl-item--button {
                .btn {
                    display: flex;
                    align-items: center;
                    line-height: 60px;
                    border: none;
                    background-color: $primary_color;
                    color: #fff;
                    &:before {
                        display: none;
                    }
                    &:after {
                        content: '';
                        width: 20px;
                        height: 2px;
                        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
                        transform-origin: left;
                        transform: scaleX(1);
                        background-color: #fff;
                        margin-left: 10px;
                        margin-right: 0px;
                    }
                    &:hover {
                        &:after {
                            margin-left: 0;
                            transform: scaleX(0);
                            width: 0;
                        }
                    }
                }
            }
        }
    }
    .pxl-pricing--body {
        position: relative;
        z-index: 1;
        @include transition(all .2s cubic-bezier(.645,.045,.355,1));
        display: flex;
        align-items: center;
        @media (max-width: 880px) {
            display: block;
        }
        .pxl-pricing--item {
            @include transition(all .2s cubic-bezier(.645,.045,.355,1));
            &.pxl-item--last {
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                @include transform(translate(0, -50%) scale(0.88));
                z-index: -1;
                @media #{$max-md} {
                    right: -15px;
                }
                @media #{$max-sm} {
                    right: 0;
                    position: static;
                    @include transform(translate(0, 0%) scale(1) !important);
                }
                .pxl-pricing--button .btn {
                    &:before {
                        background-image: linear-gradient(to right,#1700a0,#1700a0,#1700a0,#1700a0);
                    }
                }
                &:hover {
                    @include transform(translate(0, -50%) scale(1));
                    z-index: 9;
                    @media #{$max-md} {
                        right: 0px;
                    }
                    .pxl-pricing-button .btn {
                        @include box-shadow(0 6px 8px rgba($primary_color, 0.3) !important);
                        &:hover, &:focus {
                            &:before {
                                background-position: 100% 0;
                                @include transition(all .4s ease-in-out);
                            }
                        }
                    }
                }
            }
            @media #{$max-sm} {
                + .pxl-pricing--item {
                    margin-top: 30px;
                }
            }
        }
        &.pxl-item--last-active {
            .pxl-pricing--item {
                &.pxl-item--first {
                    @include transform(scale(0.88));
                    z-index: -1;
                    @media #{$max-sm} {
                        @include transform(scale(1));
                    }
                    .pxl-pricing--button .btn {
                        &:before {
                            background-image: linear-gradient(to right,#1700a0,#1700a0,#1700a0,#1700a0);
                        }
                    }
                }
                &.pxl-item--last {
                    .pxl-pricing--button .btn {
                        &:before {
                            background-image: linear-gradient(to right,#0031ff,#07e7ff,#0031ff,#07e7ff);
                        }
                    }
                }
            }
        }
        &.pr-active {
            opacity: 0;
            visibility: hidden;
        }
    }
    .pxl-pricing--monthly {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        height: 100%;
        visibility: hidden;
        &.pr-hide {
            opacity: 1;
            visibility: visible;
        }
    }
    .pxl-pricing--nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 28px;
        position: relative;
        @media (max-width: 676px) {
            margin-top: 60px;
        }
        .pxl-item-number {
            font-family: Outfit;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            color: $primary_color;
            position: absolute;
            top: -25px;
            left: -44px;
            border: 1px solid $primary_color;
            border-radius: 30px;
            padding: 0 6px;
            @media (max-width: 676px) {
                left: 0;
            }
            &:before {
                content: '';
                position: absolute;
                top: 50%;
                right: -33px;
                transform: translate(0,-50%);
                width: 32px;
                height: 1px;
                background-color: $primary_color;
                @media (max-width: 676px) {
                    display: none;
                }
            }
            &:after {
                content: '';
                position: absolute;
                top: 10px;
                right: -34px;
                width: 1px;
                height: 17px;
                background-color: $primary_color;
                @media (max-width: 676px) {
                    top: 20px;
                    right: 18px;
                    height: 10px;
                }
            }
        }
        span {
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            @include transition(all .2s cubic-bezier(.645,.045,.355,1));
            color: $link_color;
            @media #{$max-sm} {
                font-size: 16px;
            }
            &.pxl-item--navmonthly {
                color: #666;
            }
        }
        .pxl-item--nav {
            width: 34px;
            height: 26px;
            border-radius: 63px;
            background-color: $link_color;
            position: relative;
            cursor: pointer;
            margin: 0 10px;
            &:before {
                content: '';
                width: 16px;
                height: 16px;
                @include border-radius(49px);
                background-color: #fff;
                position: absolute;
                top: 50%;
                left: 4px;
                @include transform(translate(0, -50%));
                @include transition(all .2s cubic-bezier(.645,.045,.355,1));
            }
        }
        &.active {
            .pxl-item--nav:before {
                left: 14px;
            }
            .pxl-item--navmonthly {
                color: $link_color;
            }
            .pxl-item--navyear {
                color: #666;
            }
        }
    }
}
body.rtl {
	
}
Back to Directory File Manager