.web_ind_head_cont{
    background-image: url(../../public/img/back_one.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 2px 0px 106px 106px white inset;
}
.web_ind_head_cont_two{
    z-index: -0;
    background-image: url(../../public/img/back_two.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    overflow: hidden;
    position: relative;
    transform: rotate(180deg);
    top: -700px;
    opacity: .6;
    background-size: 492px 286px;
}
.web_ind_head_p{
    font-weight: 600;
    font-size: 30px;
    color: #8054E7;
    margin-top: 100px;
}
.web_ind_head_p_one{
    font-weight: 600;
    font-size: 30px;
    color: #3D3D3D;
    margin-top: 100px;
}
.web_ind_head_p_two{
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.web_ind_head_cont_three{
    margin-top: 35px;
    padding: 10px 20px;
    width: 132px;
    height: 44px;
    background: #8054E7;
    border-radius: 10px;
}
.web_ind_head_p_three{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.web_ind_head_cont_four{
    margin-top: 47px;
    right: 158px;
    position: absolute;
    padding: 25px 50px;
    width: 567px;
    height: 276px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #BFBFBF;
    backdrop-filter: blur(3px);
    border-radius: 10px;
}
.web_ind_head_p_eight{
    font-weight: 600;
    font-size: 64px;
    color: #8054E7;
}
.web_ind_head_p_nine{
    font-weight: 600;
    font-size: 20px;
    color: #3D3D3D;
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .web_ind_head_p_one{
        font-size: 64px;
    }
    .web_ind_head_p{
        font-size: 64px;
    }
}
@media (min-width: 350px) and (max-width: 500px) {
    .web_ind_head_cont_two{
        height: 300px;
        margin-top: 690px;
    }
    .web_ind_head_cont_three{
        margin-top: 0px !important;
    }
}
@media (min-width: 300px) and (max-width: 350px) {
    .web_ind_head_cont_two{
        height: 300px;
        margin-top: 700px;
    }
    .web_ind_head_cont_three{
        margin-top: 0px !important;
    }
    .web_ind_head_p{
        font-size: 24px;
    }
    .web_ind_head_p_one{
        font-size: 24px;
    }
}
@media (min-width: 0px) and (max-width: 300px) {
    .web_ind_head_cont_two{
        height: 1000px;
    }
    .web_ind_head_cont_three{
        margin-top: 0px !important;
    }
    .web_ind_head_p{
        font-size: 24px;
    }
    .web_ind_head_p_one{
        font-size: 24px;
    }
}