*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.head-part-one {
    margin-left: 5px;
}
img {
    width: 85px;
    border-radius: 50%;
    border: 2px solid white;
}
p, span, li {
    color: darkslategrey;
}
.header {
    background-color: black;
    color: white;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.container {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}
p.sub {
    margin-bottom: 20px;
}
.inerr-sec1 {
    width: 50%;
}
.inerr-sec11 {
    width: 50%;
}
.list {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-top: 10px;
}
.list ul {
    width: 100%;
}
.sec.contact-skills {
    display: flex;
}
.sec {
    margin-bottom: 20px;
    margin-top: 5px;
}
.sec h2 span {
    background-color: gainsboro;
    font-family: system-ui;
    color: black;
}
.inner-sec {
    margin-top: 10px;
}
.inner-sec h3 span, ::marker {
    color: #1971a1;
}
.icon i.fa-solid {
    font-size: 28px;
    color: #1971a1;
}
.contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    margin-left: 10px;
}
span.icon {
    width: 10%;
    display: flex;
    justify-content: center;
}
.icon+span {
    display: flex;
    align-items: center;
}
.con-item {
    display: flex;
    gap: 5px;
}


@media only screen and (max-width:767px){
    .sec.contact-skills {
        flex-direction: column;
        gap: 10px;
    }
    .inerr-sec11, .inerr-sec1 {
        width: 100%;
    }
    .con-item {
        display: flex;
        gap: 8px;
    }
    .inerr-sec11 {
        border-bottom: 1px solid darkgray;
        padding-bottom: 10px;
    }
}


