body
{
    background-color: #050505;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    font-family: "Inter", sans-serif;
}

.greet a
{
    margin-top: auto;
}

a
{
    text-decoration: none;
}

a:link, a:visited 
{
    color: #9C9C9C;
}

a:hover 
{
    color: #9C9C9C;
}

i
{
    margin-right: 15px;
    font-size: 14px;
    transition: transform 0.3s ease, padding 0.2s ease-in-out;
}

.dot 
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.navbar 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    height: 100vh;
    border-right: 1px rgb(34, 34, 34) solid;
    position: sticky;
    top: 0;
}

.content
{
    width: 84%;
    height: 100%;
}

.avatar
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.avatar img
{
    width: calc(55% + 16px);
    border-radius: 10px;
}

.status
{
    width: 55%;
    
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    
    border-radius: 25px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

/*Working status*/
.working-status
{
    color: #fad368;   
    background-color: rgba(221, 162, 0, 0.55);
}

.studying-status
{
    color: #00c3ff;   
    background-color: rgba(3, 190, 247, 0.55);
}

.dot-working
{
    background-color: #fad368;
}

.dot-studying
{
    background-color: #00b7ff;
}
/*Working status*/

.menu
{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9C9C9C !important;
    margin-top: 50px;
    width: calc(55% + 1px);
}

.menu-button
{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    text-align: left;
    border-radius: 15px;
    transition: all ease-in-out 0.2s;
}

.menu-button:hover
{
    background-color: rgb(34, 34, 34);
    color: #4CE6A6;
    cursor: pointer;
}

.menu-button:hover i
{
    transform: scale(1.35);
}

.socials
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 192px;
    margin-top: 65px;
}

.socials .fa-github
{
    color: #9C9C9C;
    margin-right: 0;
    font-size: 18px;
}

.content
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 84%;
    display: flex;
    flex-direction: column;
    color: #E6E6E6;
    padding-top: 60px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

.greet
{
    display: flex;
    flex-direction: row;
    font-size: 54px;
    font-weight: 600;
}

.description
{
    margin-top: 25px; 
    font-size: 18px; 
    color: #9C9C9C; 
    font-weight: 300; 
    max-width: 600px; 
    display: inline-block;
    text-align: justify;
}

.more-button
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    color: #9C9C9C;
    border: 1px solid #9C9C9C;
    border-radius: 10px;
    height: 0;
    padding: 22px;
    margin-top: auto;
    margin-left: 50px;
    transition: all ease-in-out 0.2s;
}

.more-button:hover
{
    cursor: pointer;
}

.more-button:hover i
{
    color: #4CE6A6;
    padding-left: 20px;
}

.location
{
    font-size: 15px;
    font-weight: 300;
    color: #9C9C9C;
}

.content-header
{
    font-size: 24px;
}

.projects
{
    margin-top: 100px;
}

.project
{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.project-photo
{
    display: flex;
    align-items: center;
}

.project img
{
    border-radius: 15px;
}

.project-description-header
{
    font-size: 28px;
    font-weight: 500;
}

.project-description
{
    text-align: justify;
    padding: 10px;
    font-weight: 300;
}

.education
{
    margin-top: 150px;
}

.school i
{
    font-size: 15px;
    padding-top: 5px;
    margin: 0;
}

.school
{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.profile
{
    font-size: 21px;
    font-weight: 600;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 8px;
}

.where
{
    font-weight: 200;
    font-size: 15px;
    color: #9C9C9C;
    padding-left: 8px;
}

.stack
{
    margin-top: 150px;
}

.stack-description
{
    text-align: justify;
    max-width: 800px;
    margin-top: 30px;
    font-weight: 300;
    color: #9C9C9C;
}

.experience
{
    margin-top: 150px;
}

.stack-card 
{
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 20px;
    width: 100%;
    background-color: #1a1a1a;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stack-icon 
{
    margin: 0;
}

.stack-icon img 
{
    width: 50px;
    height: 50px;
}

.stack-content 
{
    flex: 1;
    padding-left: 25px;
}

.stack-content h3
{
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
}

.stack-subtitle 
{
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin: 5px 0;
}

.stack-card-description 
{
    text-align: justify;
    max-width: 600px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
}

.contact
{
    margin-top: 150px;
    display: flex;
    flex-direction: row;
}

form
{
    display: flex;
    flex-direction: column;
}

input:first-of-type
{
    margin-right: 5px;
}

input, textarea
{
    margin: none;
    background-color: #1A1A1A;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #9C9C9C;
}

input:focus, textarea:focus
{
    text-decoration: none;
    outline: none;
    border: 1px solid #4CE6A6;
    padding: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    margin: none;
    background-color: #1A1A1A;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #9C9C9C;
}

textarea
{
    margin-top: 10px;
    resize: none;
}

.send
{
    font-family: "Inter", sans-serif;
    background-color: #4CE6A6;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    transition: all ease-in-out 0.2s;
}

.send:hover
{
    background-color: #1A1A1A;
    color: #4CE6A6;
    cursor: pointer;
}

.info
{
    margin-left: 50px;
}

.info ul
{
    margin-top: 10px;
    list-style-type: none;
    padding-left: 8px;
    color: #9C9C9C;
    font-size: 15px;
}

textarea::-webkit-scrollbar {
    width: 1em;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: #0e0e0e;;
  outline: none;
  border-radius: 10px;
}

/*Responsiveness*/
@media only screen and (max-width: 1200px) {
    .navbar{
        width: 30%;
    }
    
    .content{
        width: 70%;
    }

    .project{
        flex-direction: column;
    }

    .greet{
        flex-direction: column;
    }

    .more-button{
        margin-top: 50px;
        margin-left: 0;
    }

    .project{
        margin-top: 50px;
    }

    .project-photo{
        width: 100%;
    }

    .project-photo img{
        width: 80%;
        height: auto;
    }

    .project-description{
        margin-top: 15px;
        padding: 0;
    }

    .form{
        width: 100%;
    }

    .person-info-input{
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

    .person-info-input:last-of-type{
        margin-top: 10px;
    }

    textarea{
        box-sizing: border-box;
        width: 100%;
    }

    .send{
        width: 100%;
    }

    .contact{
        margin-top: 25px;
        flex-direction: column;
    }

    .info{
        margin-left: 0;
        margin-top: 50px;
    }

    .content{
        padding: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .project-photo img{
        width: 100%;
        height: 240px;
    }
}

@media only screen and (max-width: 650px) {
    body{
        flex-direction: column;
        overflow-x: hidden;
    }

    .menu{
        width: calc(40% + 1px);
    }

    .content
    {
        width: 100%;
    }

    .navbar{
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        top: none;
        border: none;
    }

    .socials{
        margin-top: 25px;
    }

    .info{
        flex-direction: column;
    }

    .person-info{
        flex-direction: column;
        width: 100%;
    }
}