/*==============================================
    Pricing One 
===============================================*/
.pricing-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.pricing-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: -50px;
    background: rgba(110, 84, 243, 0.20);
    filter: blur(180px);
    border-radius: 50%;
    z-index: -1;
}

.pricing-one__shape-2 {
    position: absolute;
    bottom: 216px;
    right: 30px;
    opacity: .25;
    z-index: -1;
}

.pricing-one__shape-2 img {
    width: auto;
}

.pricing-one__single {
    position: relative;
    display: block;
    background-color: var(--itzone-extra);
    margin-bottom: 30px;
    border-radius: var(--itzone-bdr-radius);
}

.pricing-one__price-box {
    position: relative;
    display: block;
    background-color: var(--itzone-black);
    padding: 31px 40px 35px;
    border-top-left-radius: var(--itzone-bdr-radius);
    border-top-right-radius: var(--itzone-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.pricing-one__price-box-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    opacity: .13;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.pricing-one__recomanded {
    position: absolute;
    top: 35px;
    right: -50px;
    background-color: var(--itzone-base);
    transform: rotate(45deg);
    padding: 5px 50px 6px;
}

.pricing-one__recomanded span {
    color: var(--itzone-white);
    font-family: var(--itzone-font-two);
    font-weight: 500;
}

.pricing-one__price-box>span {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: var(--itzone-font-two);
    color: var(--itzone-white);
}

.pricing-one__price {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.96px;
    margin: 25px 0 5px;
    color: var(--itzone-white);
}

.pricing-one__price-sub-title {
    font-size: 20px;
    font-family: var(--itzone-font-two);
    font-weight: 600;
    color: var(--itzone-white);
}

.pricing-one__points-and-btn {
    position: relative;
    display: block;
    padding: 34px 40px 40px;
}

.pricing-one__price-points {
    position: relative;
    display: block;
}

.pricing-one__price-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-one__price-points li+li {
    margin-top: 12px;
}

.pricing-one__price-points li .icon {
    position: relative;
    display: inline-block;
}

.pricing-one__price-points li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--itzone-gray);
}

.pricing-one__btn-box {
    position: relative;
    display: block;
    margin-top: 32px;
}

.pricing-one__btn-box .thm-btn {
    background-color: var(--itzone-black);
}

.pricing-one__btn-box .thm-btn::before {
    background-color: var(--itzone-base);
}

.pricing-one__btn-box .thm-btn::after {
    background-color: rgba(var(--itzone-base-rgb), .30);
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 1;
}

.pricing-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.pricing-two__shape-2 {
    position: absolute;
    bottom: -120px;
    right: -63px;
    opacity: .10;
    z-index: -1;
    transform: rotate(-13deg);
}

.pricing-two__shape-2 img {
    width: auto;
}

.pricing-two__shape-3 {
    position: absolute;
    bottom: -120px;
    left: 100px;
    opacity: .40;
    z-index: -1;
}

.pricing-two__shape-3 img {
    width: auto;
}

.pricing-two__main-tab-box {
    position: relative;
    display: block;
}

.pricing-two__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    height: 50px;
    width: 376px;
    margin: 0 auto 50px;
}

.pricing-two__main-tab-box .tab-buttons:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 25px;
    border: 1px solid var(--itzone-base);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 0px;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: var(--itzone-black);
    background-color: transparent;
    padding: 17px 30px 17px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 25px;
    transition: all 0.5s linear;
    z-index: 1;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--itzone-white);
}

.pricing-two__main-tab-box .tab-buttons .tab-btn span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--itzone-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.pricing-two__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.pricing-two__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.pricing-two__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.pricing-two__inner {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}

.pricing-two__single {
    position: relative;
    display: block;
    background-color: var(--itzone-black);
    border-radius: var(--itzone-bdr-radius);
    padding: 40px 40px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-two__sub-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--itzone-font-two);
    color: var(--itzone-base);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: block;
}

.pricing-two__price {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: var(--itzone-white);
    margin: 14px 0 19px;
    text-align: center;
}

.pricing-two__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--itzone-white);
    text-align: center;
}

.pricing-two__btn-box {
    position: relative;
    display: block;
    margin: 31px 0 26px;
}

.pricing-two__btn-box .thm-btn {
    width: 100%;
    text-align: center;
}

.pricing-two__btn-box .thm-btn:hover {
    color: var(--itzone-base);
}

.pricing-two__btn-box .thm-btn::before {
    background-color: var(--itzone-white);
}

.pricing-two__btn-box .thm-btn::after {
    background-color: rgba(var(--itzone-white-rgb), .30);
}

.pricing-two__points-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--itzone-white);
}

.pricing-two__points {
    position: relative;
    display: block;
    margin: 23px 0 0px;
}

.pricing-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.pricing-two__points li+li {
    margin-top: 20px;
}

.pricing-two__points li .icon {
    position: relative;
    display: inline-block;
}

.pricing-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: var(--itzone-base);
}

.pricing-two__points li p {
    color: rgba(var(--itzone-white-rgb), .70);
}

.pricing-two__points li:nth-child(4) .icon span {
    color: rgba(var(--itzone-white-rgb), .70);
    transform: rotate(45deg);
}

.pricing-two__unlimited-offer {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 24px;
    color: rgba(var(--itzone-white-rgb), .70);
}

.pricing-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.09;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/*==============================================
    End 
===============================================*/