*{
    box-sizing: border-box;
}
body{
    margin: 0px ;
    /* text-align: center; */
    /* background-color: aqua; */
    font-family: Arial, sans-serif;
}
.tit{
    color: white;
    background-color: blue;
    margin: 0px;
    padding: 15px ;
    display: flex;
    justify-content: center;
    align-items: center;
    h1{
        margin: 0px;
        font-size: 40px;
    }
}
.view{
    height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tot{
    /* background-color: bisque; */
    /* height: 88vh; */
    display: flex;
    gap: 30px;
    justify-content: center;
    /* align-items: center; */
}
.fir{
    background-color: white;
    height: 70%;
    border-radius: 25px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.31);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-right: 30px; */
    .inf{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        img{
            width: 50%;
        }
        h2{
            margin-bottom: 0px;
        }
        h3{
            margin-top: 5px;
            color: gray;
            font-weight: 500;
        }
    }
    button{
        color: white;
        background-color: blue;
        border: 0;
        border-radius: 5px;
        font-size: 16px;
        padding: 12px 17px;
        font-weight: 500;
        box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.248);
    }
    .soc{
        margin: 20px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        p{
            margin: 4px;
            color: blue;
            font-weight: 400;
        }
    }
}

/* ---------------------- */
.abu{
    background-color: white;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.31);
    border: 0;
    border-radius: 15px;
    padding: 20px;
    width: 55%;
    h2{
        color: blue;
        margin-bottom: 10px;
    }
    p{
        margin-top: 0px;
        color: rgb(62, 61, 61);
        font-weight: 400;
    }
    .skill{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
        
    }
    button{
            color: white;
            background-color: blue;
            border: 0;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 500;
            box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.248);
            width: 260px;
            padding: 10px 20px;
    }
    .wid{
        width: 49.2%;
    }
    .pr{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
