* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    max-width: 1600px;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
}


.parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header {
    background: #24292e;
    font-weight: 600;
    line-height: 1.5;
    height: 62px;
}


header .first {
    display: flex;
    width: 55%;
    justify-content: space-around;
}

header .links ul {
    display: flex;
    list-style: none;
}

header .links ul li {
    padding: 0px 8px;
    margin-top: 20px;
}

header .links ul li a {
    color: #fff;
    text-decoration: none;
}

header .second {
    width: 10%;
}

header .second .icons ul {
    display: flex;
    list-style: none;
}

header .second .icons ul li {
    padding: 0 14px;
    margin-top: 20px;
}

header .second .icons ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}


.logo a {
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 33px;
}

.logo a i {
    padding-top: 15px;
}

.form-group .form-control {
    border: 1px solid rgb(112, 112, 112);
    border-radius: 5px;
    background: #24292e;
    width: 270px;
    height: 30px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
}

::placeholder {
    color: rgb(199, 199, 199);
    padding-left: 5%;
}

section.section {
    width: 100%;
    /* max-width: 1220px; */
    border-bottom: 1px solid #eaecef;
}

section .section-list {
    width: 80%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    padding-left: 28%;
}

section .section-list ul {
    display: flex;
    list-style: none;
}

section .section-list ul li {
   padding: 0 14px;
   margin-top: 38px;
   border-bottom: 2px solid transparent;
   transition: border-bottom-color .36s ease-in;
}


section .section-list ul li:hover {
    border-bottom: 2px solid rgba(197, 200, 204, 0.5);
 }

section .section-list ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}


section .section-list ul li a span{
   border: 1px solid transparent;
   border-radius: 10px;
   background: rgba(209, 213, 218, 0.5);
   padding: 1px 6px;
   font-size: 12px;
   font-weight: 500;
}

section .section-list ul li.active{
    border-bottom: 2px solid #f9826c;
    font-weight: 600;
    font-size: 14px;
}

section .section-list ul li a img{
    width: 18px;
    padding-right: 5px;
}

.container-1 {
    width: 100%;
    /* max-width: 1050px; */
    margin: 0 18px;
    padding: 0 8px;
    display: flex;
}

.container-1 .child-1 {
    position: relative;
    width: 24%;
    padding: 0 8px;
}

.container-1 .child-1 .info {
    position: absolute;
    margin-top: -32px;
}

.card img {
    width: 95%;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    padding-bottom: 20px;
}

.card p {
    font-size: 26px;
    line-height: 1.25;
}

.card p.name {
    display: block;
    font-weight: 600;
}

.card p.about {
    font-size: 17px;
    font-weight: lighter;
    padding: 15px 0;
}

.card span{
    display: block;
    color: #586069;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}


.container-1 .child-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 76%;
    padding: 0 16px;
}

.container-1 .child-2 .first {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaecef;
}

.container-1 .child-2 .first .btn {
    margin-top: 15px;
}

.container-1 .child-2 .first .btn li {
    list-style: none;
    color: #000;
}

.container-1 .child-2 .first .btn li a {
    color: #000;
}

.container-1 .child-2 .first .btn i {
    padding-left: 6px;
}

.btn-global {
    display: flex;
    justify-content: space-evenly;
    padding: 8px 20px;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    cursor: pointer;
    border-color: rgba(27, 31, 35, 0.15);
    box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), 0 1px 0 hsla(0, 0%, 100%, 0.25);
    transition: .2s cubic-bezier(.3, 0, .5,1);
    transition-property: color, background-color, border-color;
}

.btn-repo {
    padding: 3px 12px;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    cursor: pointer;
    border-color: rgba(27, 31, 35, 0.15);
    box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), 0 1px 0 hsla(0, 0%, 100%, 0.25);
    transition: .2s cubic-bezier(.3, 0, .5,1);
    transition-property: color, background-color, border-color;
}

.btn-profile {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 16px;
    vertical-align: middle;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    cursor: pointer;
    color: #000000;
    border-color: rgba(27, 31, 35, 0.15);
    box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), 0 1px 0 hsla(0, 0%, 100%, 0.25);
    transition: .2s cubic-bezier(.3, 0, .5,1);
    transition-property: color, background-color, border-color;
    margin-bottom: 3px;
}

/* .btn-repo :hover {
    background-color: #f3f4f6;
    border-color: rgba(27, 31, 35, 0.15);
    transition-duration: .1s;
} */

.btn-first {
    color: #24292e;
    font-size: 14px;
    font-weight: 500;
    opacity: .75;
    background-color: #fafbfc;
}

.btn-second {
    color: #fff;
    background-color: #2ea44f;
    
}

.container-1 .child-2 .first .form-group .form-control {
    border: 1px solid #eaecef;
    border-radius: 6px;
    background: none;
    width: 535px;
    height: 30px;
    margin: 16px 0;
    font-size: 14px;
    font-weight: 500;
}



.container-1 .child-2 .repos .repo-group {
    padding: 25px 0;
    border-bottom: 1px solid #eaecef;
    
}

.container-1 .child-2 .repos a{
    text-decoration: none;
    color: #000;
}

.container-1 .child-2 .repos .repo-group .block-1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
}

.container-1 .child-2 .repos .repo-group .block-1 a{
    color: #0366d6;
    font-weight: 600;
    font-size: 20px;
    
}

.repos .repo-group .block-2 .sub {
    display: flex;
    justify-content: flex-start;
}

.side-imgs {
    width: 35px;
    height: 17px;
}




/* ::placeholder {
    color: rgb(199, 199, 199);
    padding-left: 5%

} */