
.quarto-container {
    background-color: #94D9EA;
}

.grid {
        margin-top: 0rem;
        margin-left: 1.5rem;
        margin-right: 1rem;
        gap: 0rem;
}

a {
    text-decoration: none;
}

.left-section{
        padding: 1rem 1rem;
        color: white;
        height: 100%;
        background-color: #00324A;
}
.right-section{
    background-color: #f7f7f7;
    height: 100%;
}

.left-section img{
    width: 100%;
    border-radius: 50%;
    border: 10px groove deepskyblue;
    overflow: hidden;
}


.name{
    font-size: 1.8rem;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0rem;
    padding-top: 0rem;
}

.career{
    margin-top: 0rem;
    padding-top: 0rem;
    font-size: 1rem;
    color: #94D9EA;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}

h3.main-title{
    text-transform: uppercase;
    color: #f7f7f7ec;
    padding-top: 0rem;
    text-align: left;
    margin-left: 1.5rem;
}

.contact-info p {
    text-align: left;
    margin-left: 2rem;
    
}



.fa a {
        color: #94D9EA;
        text-decoration: none;
}

.fa::before {
        margin-right: 1rem;
}



.skills p {
    text-align: left;
    margin-left: 2rem;
    
}

.skill-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: .4rem 0.4rem;
}


.progress-bar{
    margin-top: 0.4rem;
    width: 100%;
    height: .4rem;
    background-color: #2f81ed5b;
    position: relative;
    border-radius: 12px;
}

.progress{
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #2D9CDB;
    border-radius: 12px;
}

.r-progress{
    width: 98%;
}
.spss-progress{
    width: 95%;
}
.stata-progress{
    width: 80%;
    background-color: #BB9821;
}
.qgis-progress{
    width: 85%;
}
.latex-progress{
    width: 60%;
    background-color: #C0BB07;
}
.excel-progress{
    width: 97%;
}
.html-progress{
    width: 75%;
    background-color: #DF871B;
}
.java-progress{
    width: 60%;
    background-color: #C0BB07;
}


.languages p {
    text-align: left;
    margin-left: 2rem;
    
}

.en-progress{
    width: 95%;
}
.amh-progress{
    width: 98%;
}
.tr-progress{
    width: 95%;
}
.oro-progress{
    width: 100%;
}
.nl-progress{
    width: 45%;
    background-color: #DF871B;
}

.right-section {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    overflow: hidden;
}



.right-title{
    text-transform: uppercase;
    color: #2F80ED;
    margin-bottom: 1.2rem;
    position: relative;
}

.right-title::after{
    content: "";
    position: absolute;
    width: 60%;
    height: .2rem;
    background-color: #ccc;
    border-radius: 12px;
    right: 0;
    top: 0%;
    transform: translateY(-100%);
}



.para{
    line-height: 1.2rem;
    color: #718096;
    font-size: 0.9rem;
}

.sect{
    padding-bottom: 2rem;
}

.timeline{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tl-title{
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: #002333;
    margin-right: 1rem;

}
.tl-title-2{
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: #2D9CDB;

}

.tl-content{
    border-left: 1px solid #ccc;
    padding-left: 2rem;
    position: relative;
    padding-bottom: 2rem;
}

.tl-title-2::before{
    content: "";
    position: absolute;
    width: .7rem;
    height: .7rem;
    background-color: #2D9CDB;
    border-radius: 50%;
    transform: translateX(-50%);
    left: 0;
}




.publications {
    color: #302c2c;
    /*border-left: 1px solid #ccc;*/
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    padding-bottom: 1rem;
    text-indent: -3rem;
    margin-left: 3rem;
}



.publication-list {
    font-size: 0.9rem;
}


.publication-list::before{
    content: "";
    position: absolute;
    width: .4rem;
    height: .4rem;
    background-color: #545657;
    border-radius: 50%;
    transform: translateX(-50%);
    left: -2rem;
    margin-top: 0.5rem;
}










@media screen and (max-width:720px){
    .grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .profile img{
        width: 40%;
    }
    
    .publication-list {
        text-indent: 0rem;
        margin-left: 0rem;
        padding-left: 0rem;
        font-size: 1rem;
        text-indent: -3rem;
        
    }
}
