


body{
    background: lightblue;
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.container
{
    position: relative;
    width: 100%;
    max-width: 1000px;
     min-height: 1000px;
     background: #fff;
     margin: 50px;
     display: grid;
     grid-template-columns: 1fr 2fr;
     box-shadow: 0 35px 55px rgba(0, 0, 0, 0.1);
}

.container .left_side
{
    position: relative;
    background: #003147;
    padding: 40px
}
.profileText{
    position: relative ;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.profileText .imgBx{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.profileText .imgBx img{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;


}

.profileText h2{
    color: #fff;
    font-size: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; 
    line-height: 1.4em;

}
.contactInfo{
    padding-top: 40px;
}
.title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contactInfo u1{
    position: relative;

}
.contactInfo u1 li{
    position: relative;
    list-style: none;
    margin: 10px 0;
    cursor: pointer;


}
.contactInfo u1 li .icon{

    display: inline-block;
    width: 30px;
    height: 18px;
    color: aqua;
}
.contactInfo u1 li span{

    color: #fff;
    font-weight: 300;
}
.container .right_side
{
    position: relative;
    background: #fff;
    padding: 40px
}

.about{
    margin-bottom: 50px;

}
.about:last-child{
    margin-bottom: 0;
}
.title2{
    color: aqua;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
p{
    color: #333;

}

.skills u1{
    position: relative;
}

.skills u1 li{
    position: relative;
    list-style: none;
    margin: 10px 0;   
}

.skills u1 li span{

    color: #333;
    font-weight: 300;
}

.interested {
    position: relative;
}

.interested u1{
    position: relative;
}
.interested u1 li{
    position: relative;
    list-style: none;
    margin: 10px 0;   
}
.interested u1 li span{
    color:#333;
    font-weight: 300;
}

.projects u1{
    position: relative;
}
.projects u1 li{
    position: relative;
    list-style: none;
    margin: 10px 0;
    cursor: pointer;
}
.projects u1 li span{
    color: #333;
     font-weight:300 ;

} 