@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*
{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 font-family: 'Lato', sans-serif;   
}
body
{
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.container
{
    position: relative;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: 50px;
    box-shadow: 0 50px 75px rgba(0,0,0,0.1);
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
}
.container .top
{
   position: relative;
   display: grid; 
   grid-template-columns: 1fr 2fr;
   padding:40px;
   padding-bottom: 0;
}
.container .top .imgBox
{
   position: relative;
   width: 100%;
   display: flex;
   align-items: center; 
}
.container .top .imgBox .box
{
    position: relative;
    width: 80%;
    min-width: 200px;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
}

.container .top .imgBox .box .img Small.jpeg

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

}

.container .top .profile_text
{
    position: relative;
    padding: 60px;
    display: flex;
    align-items:center;
}
.container .top .profile_text h3
{
    font-size: 3em;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    font-weight: #333 ;
    color: #333;

}
.container .top .profile_text h3 span

{
    position: relative;
    font-size: 0.5em;
    font-weight: 300;
    top: -10px;
}

.container .contentBox
{
    position:relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0 40px 40px;
}

.container .contentBox h3

{
    border-left: 4px solid #ffafb8;
    padding-left: 10px;
    line-height: 1em;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    margin-top: 50px;
}

.container .contentBox ul

{
    position: relative;
    margin: 10px 0;
}

.container .contentBox ul li
{
    list-style: none;
    margin: 25px 0;
    line-height: 1em;
    color: #333;
    cursor: pointer;
    display: flex;
}
.container .contentBox ul li ion-icon

{
    font-size: 1.2em;
    margin-right: 10px;
    color: #f36767;
}

.container .contentBox ul.Education li 

{ 
    flex-direction: column;
    margin: 25px 0;
}
h5
{
    color: #f36767;
}
h4
{
    color: #333;
    font-weight: 400
    ;
    margin: 5px;
}
h2
{
    font-size: 1.2em
}
.container .contentBox ul.certifications li

{ 
    margin: px;
}
.container .contentBox ul.certifications .counter-number
{
    line-height: 200px;
    font-weight: 600;
}

.rightSide
{
    padding-left: 60px;
}
.about .box
{
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}
.about .box .year_company
{
    min-width: 150px;
    margin-bottom:10px;

}
.about .box .year_company h5
{
    color: #333;
    font-weight: 600l;
}
.about.skills .box
{
    position: relative;
    width:100%;
    display: grid;

    grid-template-columns: 150px 1fr;
    align-items: center;
     
}
.about.skills .box h4
{
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}
.about.skills .box .percent
{
    position: relative;
    width: 100%;
    height: 10px;
    background: #e3e3e3;

}
.about.skills .box .percent div
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f36767;
}