﻿

.section_3 {
    background: linear-gradient(360deg, #300651 -10%, #6C0EB7 85%);
    position: relative;
    display: inline-grid;
    width: 100%;
    justify-items: center;
    padding: 10vh 40px;
}


.section_3 .header .header_text {
    font-size: 70px;
    padding-top: 20px;
    color: white;
    display: block;
    font-weight: 800;
    line-height:1.1;
    max-width:500px;
    margin:auto;
    text-transform: uppercase;
    text-align: center;
}


    .section_3 .infografic {
        width: 100%;
        max-width: 760px;
        display: inline-grid;
        color: white;
        align-items: center;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
        grid-row-gap: 45px;
        margin: 10vh auto 40px auto;
    }

.infografic_p_1 {
    width: 280px;
    z-index: 2;
    margin-left: -150px;
    position: relative;
}


.infografic_p_2 {
    width: 320px;
    z-index: 2;
    right: -20px;
    position: relative;
}

.pulb_rotation {
transform:rotate(-5deg);
}

.pulb_rotation_2 {
    transform: rotate(10deg);
}

.glou_1 {
    width: 1200px;
    height: 550px;
    position: absolute;
    margin-left: -670px;
    left: 50%;
    top:-100px;
    background: radial-gradient(40% 50% at 50% 50%, #51eaff -50%, rgba(0, 247, 255, 0.00) 90%);
    z-index: 0;
    filter: blur(80px);
}


.section_3 .item_1 .block_text, .section_3 .item_1 .block_header {
    max-width: 340px;
    z-index:5;
}

.section_3 .item_2 .block_text, .section_3 .item_2 .block_header {
    max-width: 340px;
    z-index: 5;
}


.glou_2 {
    width: 1200px;
    height: 400px;
    position: absolute;
    margin-left: -520px;
    left: 50%;
    background: radial-gradient(40% 50% at 50% 50%, #ad50fd -50%, rgba(0, 247, 255, 0.00) 90%);
    z-index: 0;
    filter: blur(50px);
}

.infografic .item_1 {
    position:relative;

}

.infografic .item_2 {
    position: relative;
    z-index: 2;
}

.section_3 .block_text {
    line-height: 1.4;
    font-size: 17px;
    text-align: left;
}

.section_3 .block_header {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-align:left;
    margin-bottom: 15px;
    line-height: 1.1;
    max-width: 700px;
}

.item_2 {
    text-align:center;
}

.item_1 {
    text-align: center;
}

.pulb {
    width: 180px;
    height: 180px;
/*    background-image: url(../images/plub_2.webp);
*/    background-size: contain;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(160, 67, 0, 0.28);
    padding-top: 66px;
    padding-left: 2px;
    bottom: 0;
    position: absolute;
    z-index: 3;
    transition: 1s ease-in-out;
}



.pulb_animation {
    animation: pulb_anim_1 9s ease-in-out infinite;
}


.pulb_animation_2 {
    animation: pulb_anim_2 9s ease-in-out infinite;
}


.pulb_animation_3 {
    animation: pulb_anim_3 9s ease-in-out infinite;
}

.pulb_animation_4 {
    animation: pulb_anim_4 9s ease-in-out infinite;
}



@keyframes pulb_anim_1 {
  

    0% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    3.99% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    4% {
        opacity: 0.5;
        background-image: url(../images/plub_1.webp);
    }

    6% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }

    100% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }


}



@keyframes pulb_anim_2 {


    0% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    24.9% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    25% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }

    100% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }
}


@keyframes pulb_anim_3 {


    0% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    42.9% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    43% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }

    100% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }
}


@keyframes pulb_anim_4 {


    0% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    72.9% {
        opacity: 1;
        background-image: url(../images/plub_2.webp);
    }

    73% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }

    100% {
        opacity: 1;
        background-image: url(../images/plub_1.webp);
    }
}

/*    .pulb.pulb_rotation.pulb_moove.show-on-scroll.is-visible {
        background-image: url(../images/plub_1.webp);
        transition: 1s ease-in-out;
    }*/
.pulb_moove {
    margin-left: -68px;
    bottom:-2px;
}


.pulb_moove_2 {
    right: -40px;
}

.pulb_moove_4 {
    right: -44px;
}


.line_1 {
    position: absolute;
    left: 28px;
    stroke: rgba(255, 255, 255, 1);
    stroke-miterlimit: 10;
    top: 308px;
    stroke-width: 1px;
    animation: lin_fill_1 9s infinite ease-in-out;
}

.line_1_1 {
    position: absolute;
    left: 28px;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-miterlimit: 10;
    top: 308px;
    fill: none;
}


.line_2 {
    position: absolute;
    right: 65px;
    stroke: rgba(255, 255, 255, 1);
    stroke-miterlimit: 10;
    top: 300px;
    fill: none;
    animation: lin_fill_2 9s infinite ease-in-out;
}


.line_3 {
    position: absolute;
    left: 62px;
    stroke: rgba(255, 255, 255, 1);
    stroke-miterlimit: 10;
    top: 330px;
    stroke-width: 1px;
    animation: lin_fill_3 9s infinite ease-in-out;
}


.line_3_1 {
    position: absolute;
    left: 62px;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-miterlimit: 10;
    top: 330px;
    fill: none;
    stroke-width: 1px;
}

.line_2_1 {
    position: absolute;
    right: 65px;
    stroke: rgba(255, 255, 255, 0.5);
    top: 300px;
    fill: none;
}

 .stroke_w {
     stroke-width:1px;
}


.benefit_table {
    margin-top: 15vh;
}


.section_3 .benefit_table .header_text {
    max-width: 700px;
    font-size: 60px;
}


.section_3 .benefit_table .sub_header {
    color: white;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}



.infografic_p_3 {
    width: 380px;
    z-index: 2;
    margin-left: -120px;
    position: relative;
}

.infografic_p_4 {
    width: 320px;
    z-index: 2;
    right: -20px;
    width: 340px;
    position: relative;
}

.pulb_moove_3 {
    margin-left: 162px;
}


@keyframes lin_fill_1 {
    0% {
        stroke-dashoffset: 2000px;
        stroke-dasharray: 2000px;
    }

    25% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2000px;
    }


}

@keyframes lin_fill_2 {

    0% {
        stroke-dashoffset: 2000px;
        stroke-dasharray: 2000px;
    }
    
    25% {
        stroke-dashoffset: 2000px;
        stroke-dasharray: 2000px;
    }

    50% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2000px;
    }
}


@keyframes lin_fill_3 {

    0% {
        stroke-dashoffset: 2100px;
        stroke-dasharray: 2100px;
    }

    50% {
        stroke-dashoffset: 2100px;
        stroke-dasharray: 2100px;
    }

    75% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2100px;
    }
}


.line_1_anim {
    stroke-color: white;
    stroke-width: 2px;
    fill: none;
}


.line_2_anim {
    stroke-color: white;
    stroke-width: 2px;
    fill: none;
}


    @media (max-width: 767px) {
        .section_3 {
        padding: 5vh 20px;
    }
}


@media (max-width: 895px) {

    .section_3 .infografic {
    
        max-width: 600px;
      
    }


    .line_1, .line_1_1 {
        transform: scaleX(0.76);
        transform-origin: 0 0;
    }


    .line_3, .line_3_1 {
        transform: scaleX(0.76);
        transform-origin: 0 0;
    }

    .pulb_moove_3 {
        margin-left: 120px;
    }

    .line_2, .line_2_1 {
        transform: scaleX(0.74);
        transform-origin: 100% 10%;
    }

    .pulb_moove_4 {
        right: -50px;
    }


    .pulb_moove_2 {
        right: -40px;
    }
}


.order_1 {
order:1;
}

.order_2 {
    order: 2;
}


.order_3 {
    order: 3;
}


.order_4 {
    order: 4;
}


.order_5 {
    order: 5;
}


.order_6 {
    order: 6;
}

.order_7 {
    order: 7;
}



.order_8 {
    order: 8;
}



@media (max-width: 685px) {
    .section_3 .infografic {
        grid-template-columns: 100%;
        grid-row-gap: 0;
        justify-items: center;
        width: auto;
        margin: 40px auto 0 auto;
    }

    .pulb_animation, .pulb_animation_2, .pulb_animation_3, .pulb_animation_4 {
        animation: none;
    }

    .infografic .item_2 {
        position: relative;
        z-index: 0;
    }

    .order_3 {
        order: 4;
    }


    .order_4 {
        order: 3;
    }

    .order_7 {
        order: 8;
    }



    .order_8 {
        order: 7;
    }

    .section_3 .header .header_text {
        font-size: 48px;
   
    }

    .infografic_p_1 {
        width: 220px;
        z-index: 2;
        left:10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .infografic_p_2 {
        width: 245px;
        z-index: 2;
        right: -2px;
        position: relative;
    }

    .infografic_p_3 {
        width: 300px;
        z-index: 2;
        right: -2px;
        margin:auto;
        position: relative;
    }


    .infografic_p_4 {
        width: 300px;
        z-index: 2;
        right: -2px;
        margin: auto;
        position: relative;
    }

    .pulb_moove_3 {
        margin-left: -30px;
    }

    .pulb_moove_4 {
        right: -30px;
    }


    .order_5 .pulb_rotation_2 {
        transform: rotate(351deg);
    }

    .section_3 .block_header {
        font-size: 28px;
        text-align: center;
        margin: auto;
        margin-bottom: 15px;
    }

    .section_3 .block_text {
        line-height: 1.4;
        font-size: 17px;
        margin-bottom:60px;
        text-align: center;
    }


    .line_1, .line_1_1 {
     display:none;
    }


    .line_3, .line_3_1 {
        display: none;
    }



    .line_2, .line_2_1 {
        display: none;
    }


    .pulb {
       
        background-image: url(../images/plub_2.webp);
      
        transition: 1s 0.5s  ease-in-out;
    }







    .pulb_mob.show-on-scroll.is-visible {
        background-image: url(../images/plub_1.webp);
    }


}



@media (max-width: 370px) {

    .section_3 .header .header_text {
        font-size: 40px;
    }
}





.Pricing_tab {
    display: inline-grid;
    grid-template-columns: auto auto auto auto auto;
    color: white;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    min-width: 650px;
    height: 650px;
    background-color: rgba(48, 0, 92, 0.5);
    border-radius: 30px;
    margin-top: 40px;
    text-align: center;
    z-index: 5;
    position: relative;
    box-shadow: 0 2px rgba(64, 0, 119, 1.00), 0 2px 20px rgba(33, 0, 82, 0.60);
    padding: 40px 50px;
}

.tab_head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    align-items: end;
    display: inline-grid;
}

.price {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.col_1 {
    text-align: left;
}

.Features {
    font-weight: 600;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-grid;
}

.bullet {
    align-items: center;
    justify-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-grid;
    padding: 10px;
}

.benefit_table {
    width: 100%;
    max-width: 900px;
}

.price_wrap {
margin-bottom:10vh;
}



.form_1 {
    display: block;
    font-family: 'Montserrat';
    width: 80%;
    padding: 15px 15px;
    max-width: 700px;
    border-radius: 30px;
    background-color: #673ab7;
    margin: 20px auto 20px auto;
    z-index: 3;
    position: relative;
}


.form_1_wrap {
    position: relative;
    width: 100%;
}

.big_circule {
    position: absolute;
    width: 1600px;
    left: 50%;
    margin-left: -800px;
    opacity: 0.9;
    top: -280px;
}


@media (max-width: 767px) {
    .benefit_table {
        width: 100%;
        max-width: 900px;
        overflow: hidden;
        position: relative;
        margin-top: 40px;
        z-index
    }


    .form_1 {
    
        width: 100%;

    }

    .Pricing_tab {
        min-width: 600px;
        height: 540px;
        grid-template-columns: 150px auto auto auto auto;
        margin-top: 40px;
        padding: 20px 30px;
    }

    .section_3 .benefit_table .header .header_text {
        font-size: 36px;
    }

    .section_3 .benefit_table .sub_header {
        font-size: 30px;

    }

    .price, .tab_head, .Features {
        font-size: 15px;
    }



    .tab_head {
        padding-right: 5px;
    }


    .price {
        padding-right: 5px;
    }

    .price_wrap {
margin-bottom:40px;
    }

 
}



@media (max-width: 650px) {
   

    .price_wrap {
        width: 100%;
        overflow-x: scroll;
    }
}


