.title{
    font-size: 3rem;
}

.mobile .title{
    font-size: 2rem;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 200px;
}


.section{
    width: 80%;
    margin: auto;
    font-size: 2rem;
}

.section_header{
    justify-content: space-between;
    align-items: center;
}

.section_header .image_container{
    width: 50%;
    height: 400px;
}

.section_header .image_container img{
    border-radius: 10px;

}

.section_header .section_explanation{
    width: 45%;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: justify;
}

.subsection{
    width: 80%;
    margin: auto;
}

.subsection .title{
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
}

.list .list_element{
    border: 2px solid #3e272b;
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
}

.mobile .list .list_element p{
    font-size: 1rem;
}

/* .list .list_element:hover{
    height: 110px;
} */

.list .list_element .image_container{
    width: 15%;
    height: 100px;
}

.mobile .list .list_element .image_container{
    margin-left: 5%;
}

.list .list_element p{
    width: 80%;
    font-size: 1.5rem;
}

.list .list_element .flex{
    width: 80%;
}

.subsection_explanation{
    font-size: 1.4rem;
    padding: 20px;
}

.mobile .subsection_explanation{
    font-size: 1.2rem;
}


.normal_list{
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.normal_list .list_element{
    font-size: 1.2rem;

}

.normal_list .list_element::before{
    content: "●";
    margin-right: 10px;
}

/* List With Explanation */
.list_with_explanation .list_element{
    border: 2px solid #3e272b;
    /* height: 300px; */
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
}

/* .list .list_element:hover{
    height: 110px;
} */

.list_with_explanation .list_element .image_container{
    width: 20%;
    height: 100px;
}

.list_with_explanation .list_element_head{
    padding-bottom: 10px;
    border-bottom: 2px solid #3e272b ;
}

.list_with_explanation .list_element_head p{
    width: 80%;
    margin: auto;
    font-size: 2rem;
    text-align: center;
}


.list_with_explanation .list_element_explanation p{
    width: 80%;
    margin: auto;
    font-size: 1.5rem;
}

.seperator{
    width: 100vw;
    border: 2px solid #3e272b;
    margin: 50px 0;
}



/* About Me */

.about_me{
    width: 100vw;
    height: 600px;
    margin: auto;
    margin-top: 100px;
}

.about_me .left_side{
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/img/oya_photo.webp");
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */

    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
}

.about_me .right_side{
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #294551;
    color: white;

    z-index: 1;


}

.about_me .right_side .title{
    font-size: 2rem;
}

.mobile .about_me .right_side .title{
    width: 60%;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 50px;
    margin-bottom: 10px;
}

.about_me .right_side p{
    width: 70%;
    font-size: 1.2rem;
    font-weight: 300;

    line-height: 1.2;
    letter-spacing: 1.5px;
}

.mobile .about_me .right_side p{
    width: 70%;
    font-size: 0.8rem;
    font-weight: 300;

    text-align: center;

    line-height: 1.2;
    letter-spacing: 1.5px;
}


.mobile .about_me .writing{
    margin-top: 30px;
}

/* Yayınlar */

.publications h2{
    font-size: 2rem;
    font-weight: normal;
    text-align: center;

    margin: 80px 0;
    
}

.mobile .publications h2{
    font-size: 1.3rem;
    
}

.publications li{
    font-size: 1.2rem;
    font-weight: normal;
    text-align: justify;

    margin-bottom: 20px;
}

.mobile .publications li{
    font-size: 0.8rem;
}