.container{
    padding: 3% 5%;
}

body {
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back-button {
    position: absolute;
    top: 3%;
    left: 2%;
}

.back-home {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #572C881e;
    padding: 0.5rem 1rem;
    color: #572C88;
    font-weight: 600;
    border-radius: 9px;

    &:hover {
        color: #ffffff;
        background-color: #572C88;
        border: 0;
    }
}
i{
    padding: 0%;
    margin-right: 10px;
}
h1{
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 1%;
}

p{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #572C88;
}

.ptext{ 
    text-align: left !important;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #353535;
    margin-bottom: 4%;  
    font-weight: 300;
}
.ptexts{ 
    text-align: center !important;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #353535;
    margin-bottom: 4%;
    margin-top: 2%;
    
    
}
.pli{
    list-style-image: url(/img/upsidon/bulltes.svg);
    font-size: 1.1rem;
    font-weight: 300;
}
.image{
    width: 100%;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 2%;
}

.pheading{
    text-align: left !important;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 1%;
}

.ps-section{
    background-color: #ffeaea;
    padding: 50px;
    border-radius: 50px 0 50px 0;
    
    .ptext{ 
        text-align: left !important;
        font-size: 1.1rem;
        line-height: 1.7;
        color: #353535;
        margin-bottom: 0%;  
    }
}
.wh-section{
    /* background-color: #f0f4ff;
    padding: 50px;
    border-radius: 50px 0 50px 0; */
    margin: 5% 0;

    p{
        margin-bottom: 0%;
    }
}

.po{
    background-color: #1d1d1d;
    padding: 50px;
    border-radius: 0px 50px 0px 50px;
    margin: 0 0 5%;
    position: relative;
    overflow: hidden;

    p{
        margin-bottom: 0%;
        color: #fff;
    }

    .pheading{
        color: #fff;
    }
}

.gradient{
    width: 400px;
    height: 400px;
    background-color: #572C88;
    background: #DE2229;
    background: linear-gradient(90deg, rgba(222, 34, 41, 1) 0%, rgba(87, 44, 136, 1) 100%);
    position: absolute;
    border-radius: 50%;
    filter: blur(108px);
    bottom: -13px;
    right: -42px;
}
.gradient1{
    width: 400px;
    height: 400px;
    background-color: #572C88;
    background: #DE2229;
    background: linear-gradient(90deg, rgba(222, 34, 41, 1) 0%, rgba(87, 44, 136, 1) 100%);
    position: absolute;
    border-radius: 50%;
    filter: blur(158px);
    top: 3px;
    left: -26px;
}


.solution{

    background-color: #fbffef;
    padding: 50px;
    border-radius: 50px 0 50px 0;
    img{
        width: 100%;
    }
    .ptext{ 
        margin-bottom: 0%;  
    }


}




@media screen and (min-width: 1200px) and (max-width:1600px) {

    i {
        margin-right: 0%;
        display: inline;
        float: none;
    }

    .solution{
        img{
            width: 100%;
        }
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }

    .ps-section{
        align-items: center;
    }

}
@media screen and (min-width: 768px) and (max-width:991px) {

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }

    .ps-section{
        align-items: center;
    }

    .ptext {
        font-size: 1rem;
    }

    .solution{
        display: flex;
        justify-content: center;
        img{
            width: 100%;
        }
    }
}

@media screen and (min-width: 20px) and (max-width:768px) {


    .wh-section {
        padding: 0;
        border-radius: 20px;
        margin: 50px 0;
    }

    .po {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;
    }

    .solution{
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;
    }

    p{
        font-size: 13px !important;
        font-weight: 400;
    }

    .pli{
        font-size: 13px;
    }

    h4{
        font-size: 14px !important;
    }

    h2{
        font-size: 16px !important;
    }

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }

    .ps-section{
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;

        .ptext{
            margin-bottom: 0%;
        }


    }

    .image {
        margin-bottom: 7%;
    }

    .project {
        padding: 20% 0% !important;
    }

    h1{
        font-size: 1.5rem;
    }

    .ptext{
        margin-bottom: 10%;
    }
}
