/* Nekit Main Page Landing */

    /* banner */

    .page-template-tpl_nekit .banner-section {
        background-color: #2753FF;

    }

    .page-template-tpl_nekit .banner-section .inner_wrap_banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

    .page-template-tpl_nekit .section-title {
        position: relative;
    }

    .page-template-tpl_nekit .banner-section .banner-heading {
        font-family: 'Rubik';
        letter-spacing: 0.3px;
        font-size: 34px;
        font-weight: 400;
    }

    .page-template-tpl_nekit .banner-section .banner-desc {
        font-size: 15px;
        color: #E8E8E8;
        font-weight: 400;
        font-family: 'Poppins';
    }

    .page-template-tpl_nekit .banner-section .button-wrap {
        margin-top: 50px;
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.primary-button {
        margin-right: 20px;
        background-color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        fill: #2753FF;
        color: #2753FF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 98.01373964197496, 0.14);
        border-radius: 30px 30px 30px 30px;
        padding: 14px 30px 14px 30px;

        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; 
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.primary-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.primary-button span {
        font-weight: 400;
        font-size: 17px;
        padding-left: 5px;
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.primary-button:hover {
        transform: scale(1.1);
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.secondary-button {
        font-size: 19px;
        font-weight: 400;
        padding-left: 10px;
        color: #ffffff;
        transition-duration: .3s;
        letter-spacing: 0.3px;
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.secondary-button span{
        font-weight: 300;
        letter-spacing: 0.3px;
    }

    .page-template-tpl_nekit .banner-section .button-wrap a.secondary-button i{
        font-size: 30px;
        vertical-align: middle;
        padding-right: 12px;
    }

    /* widget */
    .page-template-tpl_nekit .widgets-collection-section {
        text-align: center;
    }

    .widgets-collection-section .heading-wrap {
        margin-bottom: 45px;
    }

    .page-template-tpl_nekit .widgets-collection-section .widgets-wrap {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 35px;
    }

    .widgets-collection-section .widgets-wrap .widget-item {
        box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        padding: 15px 15px 10px 15px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .widgets-collection-section .widgets-wrap .widget-item:hover {
        box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .widgets-collection-section .widgets-wrap .widget-item h3{
        font-size: 16px;
        font-weight: 500;
        color: #333333;
    }

    /* Demo list */
    .page-template-tpl_nekit .demo-list-section,
    .theme-template-tpl-newskit .demo-list-section {
        background-color: transparent;
        background-image: linear-gradient(153deg, #F5E9FF 60%, #F0E0FF 100%);
        text-align: center;
    }

    .page-template-tpl_nekit .demo-list-section .heading-wrap,
    .theme-template-tpl-newskit .demo-list-section .heading-wrap{ 
        margin-bottom: 45px;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap,
    .theme-template-tpl-newskit .demo-list-section .demos-wrap {
        display: grid;
        grid-template-columns: repeat( 4, 1fr );
        gap: 35px;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item,
    .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item h3, .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item h3{
        font-size: 17px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 26px;
        color: #333333;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item:hover img, .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item:hover img {
        filter: brightness( 125% ) contrast( 39% ) saturate( 51% ) blur( 0.3px ) hue-rotate( 43deg )
    }

    .page-template-tpl_nekit h2.title span.highlighted, .theme-template-tpl-newskit h2.title span.highlighted {
        font-style: italic;
        color: #f73859;
        font-weight: 400;
    }

    .page-template-tpl_nekit div.desc, .theme-template-tpl-newskit div.desc {
        color: #7A7A7A;
        list-style: none;
    }

    .page-template-tpl_nekit .features-wrap, .theme-template-tpl-newskit .features-wrap {
        color: #7A7A7A;
        list-style: none;
    }

    .page-template-tpl_nekit .features-wrap i, .theme-template-tpl-newskit .features-wrap i{
        color: #f73859;
        margin-right: 8px;
        margin-left: 5px;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item a:before, .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item a:before  {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        content: "\f06e";
        vertical-align: middle;
        font-weight: 900;
        color: #f73859;
        font-size: 40px;
        left: 40%;
        top: 35%;
        visibility: hidden;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item:hover a:before, .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item:hover a:before {
        visibility: visible;
        z-index: 1;
    }

    .page-template-tpl_nekit .demo-list-section .demos-wrap .demo-item:hover h3, .theme-template-tpl-newskit .demo-list-section .demos-wrap .demo-item:hover h3  {
        color: #f73859;
    }

    .theme-template-tpl-newskit .section-title {
        position: relative;
    }

    .theme-template-tpl-newskit .nekit_Free, .page-template-tpl_nekit .demo-list-section .nekit_Free{
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 4px 16px;
        border-radius: 2px;
        background-color: #3e66ff;
        border: 1px solid rgba(90, 104, 125, .25);
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding-top: 6px;
        color: #fff;
        z-index:1;
    }

    .theme-template-tpl-newskit .nekit_Pro, .page-template-tpl_nekit .demo-list-section .nekit_Pro{
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 4px 16px;
        border-radius: 2px;
        border: 1px solid rgba(90, 104, 125, .25);
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding-top: 6px;
        color: #fff;
        z-index:1;
        background-color: #f73859;
    }


    /* Pricing */
    .page-template-tpl_nekit .pricing-section .heading-wrap *{
        text-align: center;
    }

    .page-template-tpl_nekit .pricing-section .heading-wrap .section-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        color: #333333;
    }

    .page-template-tpl_nekit .pricing-section  .pricing-tab {
        width: 330px;
        margin: 0 auto;
        list-style: none;
        background-color: #F7F7F7;
        border-radius: 40px;
        border: 1px solid #8C85FFB3;

        display: flex;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .page-template-tpl_nekit .pricing-section  .pricing-tab li {
        display: inline-block;
        flex: 1;
        font-size: 14px;
        line-height: 30px;
        margin: 10px;
        border-radius: 35px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-tab li.active {
        background-color: #2753FF;
        color: #fff;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap {
        display: flex;
        text-align: center;
        justify-content: space-between;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item {
        border: 1px solid #f0f0f0;
        flex: 0 1 30%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        padding-bottom: 25px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .price-item {
        display: none;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .price-item.active-plan {
        display: block;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured {
        border: 2px solid #8c85ff
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item:hover {
       box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.14901960784313725);
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item h3.title{
        font-size: 24px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item h3.type{
        font-size: 14px;
        color: #7A7A7A;
        font-weight: 400;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item span.tag {
        background-color: #FFE8EF;
        padding: 9px 68px 9px 68px;
        border-radius: 50px 50px 50px 50px;
        
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #FC5185;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        display: inline-block;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .title-wrap span.price {
        font-size: 48px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .title-wrap span.prefix {
        font-size: 20px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap  .discount-price {
        font-size: 14px;
        color: #727586;
        text-decoration: line-through;
        padding-right: 4px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured .save-price {
        background-color: #FFE8EF;
        color: #FC5185;
        font-weight: 500;
        padding: 7px 12px;
        font-size: 14px;
        border-radius: 15px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .title-wrap {
        margin-top: 45px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured .title-wrap {
        margin-top: -20px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .offer-wrap {
        margin-top: 35px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .save-price {
        color: #5025D1;
        background-color: #EBE4FF;
        font-weight: 500;
        padding: 7px 12px;
        font-size: 14px;
        border-radius: 15px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item  h3.whats-inside {
        font-size: 18px;
        font-weight: 700;
        color: #673DE6;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured  h3.whats-inside {
        color: #FC5185;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .primary-button {
        display: block;
        padding: 10px 0;
        background: green;
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        background-color: #2753FF;
        border-radius: 7px;
        border: none;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .primary-button:hover {
        background-color: #5025D1;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item #nekit-purchase-lifetime.primary-button {
        padding: 15px 0;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured .primary-button {
        background-color: #FC5185;
        padding: 15px 0;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item.featured .primary-button:hover {
        background-color: #D63163;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item .title-wrap span.note {
        display: block;
        color: #727586;
        padding-top: 15px;
        padding-bottom: 25px;
        border-bottom: 2px solid #d6dbf7;
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 300;
     }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .pricing-item  h2.feature-title {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        text-align: left;
        padding-left: 30px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .features-wrap .features {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        padding-left: 30px;
        font-size: 14px;
        color: #2f1c6a;
        font-weight: 500;
        line-height: 32px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .features-wrap .features li i{
        color: #00B193;
        font-size: 12px;
    }

    .page-template-tpl_nekit .pricing-section .pricing-wrap .features-wrap .features li.not-included i {
        color: #F44C69;
    }

    .page-template-tpl_nekit .faq-section {
        background-color: #fcf9ff;
    }

    .page-template-tpl_nekit .faq-section .section-title{
        text-align: center;
        font-weight: 500;
        font-size: 35px;
        padding-bottom: 45px;
    }

    .page-template-tpl_nekit .faq-section .faq-content-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 25px 40px;
        justify-content: space-between;
    }

    .page-template-tpl_nekit .faq-section .faq-content-wrap .faq-item {
        flex: 1 1 48%;
        border-bottom: 1px solid #d5d8dc;
    }

    .page-template-tpl_nekit .faq-section .faq-content-wrap .faq-item:last-child, .page-template-tpl_nekit .faq-section .faq-content-wrap .faq-item:nth-last-child(2) {
        border-bottom: none;
    }

    .page-template-tpl_nekit .faq-section .faq-content-wrap .faq-item .faq-title span{
        font-size: 18px;
        font-weight: 500;
    }

    .page-template-tpl_nekit .faq-section .faq-content-wrap .faq-item .faq-title i{
        float: right;
        font-size: 20px;
        line-height: 35px;
    }
    
    .page-template-tpl_nekit .pricing-section .pricing-tab li:hover {
        cursor: pointer;
    }

    /* Widget Feature List */
    .page-template-tpl_nekit .features-list-section .feature-item, .theme-template-tpl-newskit .features-list-section .feature-item{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 55px;
    }

   .page-template-tpl_nekit .features-list-section .feature-item .content-wrap, .theme-template-tpl-newskit .features-list-section .feature-item .content-wrap  {
        flex: 0 1 42%;
    }

    .page-template-tpl_nekit .features-list-section .feature-item .image-wrap, .theme-template-tpl-newskit .features-list-section .feature-item .image-wrap {
        flex: 0 1 50%;
    }

    @media ( max-width: 1025px ) {
        .page-template-tpl_nekit .widgets-collection-section .widgets-wrap {
            grid-template-columns: repeat( 4, 1fr );
        }
    }

    @media ( max-width: 768px ) {
        .page-template-tpl_nekit .demo-list-section .demos-wrap,
        .theme-template-tpl-newskit .demo-list-section .demos-wrap {
            grid-template-columns: repeat( 2, 1fr );
        }

        .page-template-tpl_nekit .widgets-collection-section .widgets-wrap {
            grid-template-columns: repeat( 3, 1fr );
        }
    }

    @media ( max-width: 610px ) {
        .page-template-tpl_nekit .demo-list-section .demos-wrap,
        .theme-template-tpl-newskit .demo-list-section .demos-wrap {
            grid-template-columns: 100%;
        }

        .page-template-tpl_nekit .widgets-collection-section .widgets-wrap {
            grid-template-columns: repeat( 2, 1fr );
        }
    }