@import url('https://fonts.googleapis.com/css?family=poppins:200,300,400,500,700,800,900&display=swap');
*
{
   margin:0;
   padding:0;
   box-sizing: border-box; 
   font-family: 'poppins',sans-serif;
}
body{
    background:#fff ;   
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.barie{
    position: relative;
    width: 100%;
    max-width: 1000PX;
    min-height: 1000px;
    margin-right: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 35px 55px rgba(0,0,0,0.1);
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
.barie .left-side
{
position: relative;
background: #003147;
padding: 40px;


}
.profileText{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.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; 
}
img
{
    border-radius: 100px 100px 100px 100px;
}
.profileText h2
{
    color: #fff;
    font-size: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1.4 ex;
}
.Experiences
{
    padding-top: 40px;
}
.title
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; 
}
.Experiences ul
{
    position: relative;
}
.Experiences ul li
{
    position: relative;
    list-style: none;
    margin: 10px 0 ;
    cursor: pointer;
    color: gray;
    font-size: 20px;
    font-style:unset;
    padding: 15px;
    margin: 15px;
}
.Experiences ul li .icon
{
    display: inline-block;
    width:30px ;
    font-size: 18px;
    color:gray;
}
.Experiences ul li .span
{
    color: #fff; 
    font-weight: 300px;
}
.barie .right-side
{
position: relative;
background: #fff;
padding: 40px;
}
strong
{
    font-size: 15px;
}
.barie .right-side.but
{
  margin-right: 100%;
}
.about
{
    margin-bottom: 50px;

}
.about:last-child
{
    margin-bottom: 0;

}
.title2
{
    color: #003147;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;

}
p
{
    color: gray;
}
ul li
{
    color: gray;
}
.pass
{
    width: 0;
    height: 0;
    padding: 10px;
    margin-top: 5%;
}
.pass .niang{
        display: flex;
        margin: 15px;
}
p
{
    font-size: 15px;
  letter-spacing: 1px;
}
.about .button
{
    position: relative;
    border-top-right-radius: 0.3px;
    padding-left: 85%;  
    font-size: 25%large;
    display: inline-block;
   
}
.button
{
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 30%;
    padding:0;
    font-size: 15px;
    display: inline-flex;
    align-items: baseline;
}
.bab{
    position: relative;
    margin: 10px;
    width: 15%;
}
button{
    background: #fff;
    border-radius: 30px;
    border: solid 1px black;
}
.list ul li 
{
    position: relative;
    list-style-type: none;
    margin: 10px 0 ;
    cursor: pointer;
    color: gray;
    font-size: 20px;
    font-style:unset;
    padding: 15px;
    margin: 15px;
}