body{
    margin:0;
    background-color: rgba(151, 84, 172, 0.06);
    font-family: sans-serif;
}

.content{
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-left: 0;
    align-items: center;
    background-color: rgba(230, 230, 230, 1);
    padding-inline: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    box-shadow: 0 0 10px rgba(230, 230, 230, 1);
}

.header a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header a{
    text-decoration: none;
}

.header a img{
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.header a p{
    font-size: 25px;
}

.header button{
    border: none;
    border-radius: 5px;
    background-color: rgb(129, 35, 118);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    padding-inline: 20px;
    height: 50px;
}

.content{
    margin: 30px;
    background-color: rgba(151, 84, 172, 0.1);
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.content1{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.content1-left-top h1{
    font-size: 35px;
    color: rgba(107, 62, 167,1);
}

.content1-left-top p{
    font-size: 22px;
}

.bottom-p{
    display: flex;
    align-self: center;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.bottom-p i{
    font-size: 30px;
    color: rgba(100, 40, 180, 1);
}

.content1-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.content1-right button{
    border: none;
    border-radius: 5px;
    background-color: rgb(129, 35, 118);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    padding-inline: 20px;
    height: 50px;
}

.content2-parent{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.content2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 65%;
}

.content2 h5{
    font-size: 16px;
    color: rgba(100, 40, 180, 1);
}

.content2-row1-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.content2-row1-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row1-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}



.content2-row2-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row2-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}

.row2-bottom{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.row2-bottom p{
    background-color: rgba(200, 200, 200, .5);
    border-radius: 5px;
    padding: 2px;
}

.content2-row2-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.content2-row3-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row3-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}

.row3-bottom{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.row3-bottom p{
    background-color: rgba(180, 180, 180, .5);
    border-radius: 5px;
    padding: 2px;
}

.content2-row4-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row4-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}

.row4-bottom{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.row4-bottom p{
    background-color: rgba(180, 180, 180, .5);
    border-radius: 5px;
    padding: 2px;
}

.content2-row3-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.content2-row5-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row5-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}

.row5-bottom{
    display: flex;
    flex-direction: row;
    gap: 23px;
}

.row5-bottom p{
    background-color: rgba(180, 180, 180, .5);
    border-radius: 5px;
    padding: 2px;
}

.content2-row6-main{
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(180, 180, 180, 1);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px ;
    height: 130px;
    padding-right: 15px;
    padding-bottom: 20px;
    h5{
        margin-bottom: 10px;
    }
    .row6-first{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        i{
            color: rgba(107, 62, 167,1);
            background: rgba(186, 74, 206, .1);
            padding: 20px;
            border-radius: 50%;
        }
    }
}

.row6-bottom{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.row6-bottom p{
    background-color: rgba(180, 180, 180, .5);
    border-radius: 5px;
    padding: 2px;
}

.content2-sec-child{
    display: flex;
    flex-direction: column;
    height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(100, 40, 180, .5);
    border-radius: 5px;
    width: 30%;
    padding: 20px 40px;
    margin-top: 8rem;
    img{
        margin-top: 30px;
    }
    .sec-child-img{
        margin-top: 30px;
        height: 20rem;
    }
}

.c-on-my-side1{
    display: flex;
    flex-direction: column;
    img{
        color: rgba(100, 40, 180, 1);
    }
    i{
        color: rgba(100, 40, 180, 1);
        font-size: 20px;
    }
    p{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-left: 20px;
    }
    button{
        width: 100%;
        border: 2px solid rgba(100, 40, 180, 1);
        background-color: rgb(186, 74, 206);
        color: rgba(255, 255, 255, 1);
        border-radius: 5px;
        font-size: 16px;
        padding: 5px 0;
    }
    h6{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: rgba(100, 40, 180, 1);
    }
}

.content3{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 100px;
}

.content3-left{
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 10px;
    width:200px;
    border: 3px solid rgba(107, 62, 167,1);
    box-shadow: -5px 5px rgba(107, 62, 167,1);
    .careers{
        p{
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            i{
                color: rgba(100, 40, 180, 1);
            }
        }
    }
}

.content3-mid{
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 10px;
    width:250px;
    box-shadow: 0 0 10px rgba(107, 62, 167,1);
    border: 3px solid rgba(107, 62, 167,1);
    box-shadow: 0 5px rgba(107, 62, 167,1);
    .skills{
        p{
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            i{
                color: rgba(100, 40, 180, 1);
            }
        }
    }
}

.content3-right{
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 10px;
    width:230px;
    box-shadow: 0 0 10px rgba(107, 62, 167,1);
    border: 3px solid rgba(107, 62, 167,1);
    box-shadow: 5px 5px rgba(107, 62, 167,1);
    .projects{
        p{
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            i{
                color: rgba(100, 40, 180, 1);
            }
        }
    }
}

.content4{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 80px;
}

.FAQ1 {
    position: relative;
    max-width: 50rem;
    min-width: 30rem;
    height: 50px;
    background-color: lightgray;
    color: black;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.FAQ1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 90px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: purple;
    /*border-radius: 50%;*/
    transition: all 2s ease; 
    z-index: 0;
}


.FAQ1 p {
    position: relative;
    z-index: 1;
    transition: color 2s ease;
}


.FAQ1:hover::before {
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    top: -600px; 
    right: -100px;
}


.FAQ1:hover p {
    color: rgba(255, 255, 255, 1);
}

footer{
    margin-top: 13rem;
    background-color: rgba(62, 17, 114, 1);
    margin-bottom: 0;
    height: 50px;
    padding: 30px;
    color: rgba(200, 200, 200, 1);
    font-size: 15px;
}

/*now we make the webpages responsive*/

@media (max-width:1130px){
    .content1{
        display: flex;
        flex-direction: column;
        .content1-left{
            display: flex;
            flex-direction: column;
            gap: 5%;
            width: 90%;
            .content1-left-top{
                width: 70%;
            }
        }
        .content1-right{
            img{
                display: none;
            }
            button{
                align-self: flex-start;
                width: 40%;
            }
        }
    }

    .content2-parent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-inline: 10%;
        gap: 10px;
        .content2{
            width: 100%;
            h2{
                text-align: center;
            }
        }
        .content2-sec-child{
            width: 70%;
        }
    }
}

@media (max-width: 1150px){
    .content3{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        div{
            width: 50%;
        }
    }
}

@media (max-width: 780px){
    .content{
        .content1{
            width: 100%;
            .content1-left{
                width: 100%;
                .content1-left-top{
                    width: 100%;
                    h1{
                        width: 100%;
                        flex-wrap: nowrap;
                    }
                }
            }
        }
    }

    .content2-parent{
        .content2{
            .content2-row1-1{
                .content2-row1-main{
                    height: 80%;
                    .row1-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
                .content2-row2-main{
                    height: 80%;
                    .row2-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
            .content2-row2-2{
                .content2-row3-main{
                    height: 80%;
                    .row3-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
                .content2-row4-main{
                    height: 80%;
                    .row4-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
            .content2-row3-3{
                .content2-row5-main{
                    height: 80%;
                    .row5-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
                .content2-row6-main{
                    height: 80%;
                    .row6-first{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }
    }
}