nav {
    padding: 0rem 1rem;
    position: relative;
    position: fixed;
}

nav img {
    width: 8rem;
    margin: -1rem 0rem 0rem;
}

nav .links {
    display: none;
}

/* ========================= New Navbar ========================= */
nav .mobile-links {
    display: block;
    padding: 1rem;
}

.mobile-links i {
    font-size: 1.5rem;
    color: #D9D9D9;
}

.toggle-menu {
    width: 90vw;
    display: none;
    position: absolute;
    top: 10vh;
    background: #3a4750d0;
    padding: 1rem;
    margin: 0rem;
}

.toggle-menu li {
    list-style: none;
    text-align: center;
    padding: 1rem;
    font-weight: 800;
}

.toggle-menu li a {
    text-decoration: none;
    color: #D9D9D9;
}

.toggle-menu li a:hover {
    cursor: pointer;
    color: #FF0006;
    text-decoration: none;
}

/* ========================= HEADER STYLING ========================= */
header {
    background-image: url(../Mobile\ background/1.png);
}

/* 
.brand {
    top: 40%;
} */

.brand h1 {
    font-size: 2.7rem;
}

.brand p {
    font-size: 1rem;
    margin-top: -2.5rem;
    letter-spacing: 2px;
}

.social {
    top: auto;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    justify-content: center;
}

.social i {
    display: inline;
    font-size: 1.5rem;
    margin: 0rem 0.5rem;
    border: 1px solid #fff;
}

/* ========================= ABOUT ME SECTION ========================= */
.about-me {
    flex-direction: column;
    background-image: url(../Mobile\ background/2.png);
}

.about-me h1 {
    font-size: 5rem;
    letter-spacing: 7px;
    line-height: 1;
}

.about-me .profile {
    width: 90%;
    height: 18rem;
    border: 8px solid #3A4750;
}

.profile h2 {
    font-size: 1.5rem;
    margin: 0.5rem auto 0rem;
}

.profile img {
    width: 5rem;
    position: static;
    margin-top: 1rem;
    border: 2px solid black;
}

.profile p {
    width: 15rem;
    font-size: 0.9rem;
    margin: 0.5rem auto 0rem;
}

.profile a {
    width: 15rem;
    font-size: 1rem;
}

/* ========================= KNOWLEDGE SECTION ========================= */
.knowledge {
    height: 170vh;
    background-image: url(../Mobile\ background/2.png);
    background-repeat: repeat-y;
    background-size: contain;
    flex-direction: column-reverse;
}

.knowledge img {
    width: 2.5rem;
}

.languages h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.languages {
    margin: 0.5rem;
}

.main-span {
    width: 15rem;
    height: 0.8rem;
}

.language {
    margin: 2rem auto;
}

/* ---------------- What i can do section ---------------- */
.talent {
    width: 95%;
}

.talent h1 {
    font-size: 2rem;
}

.list {
    width: 95%;
    height: 100%;
    border: 8px solid #3A4750;
    padding: 2rem;
}

.list ul li {
    font-size: 1rem;
    font-weight: 600;
    list-style: none;
}

/* ========================= WORK =========================  */
.work-container {
    height: 100%;
    background-image: url(../Mobile\ background/3.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: 2rem;
}

.work-container h1 {
    width: 90%;
    font-size: 2rem;
    padding: 1rem;
    border: 8px solid #d9d9d9;
    margin: 4rem auto 2rem;
}

.work {
    flex-direction: column;
}

.card {
    margin: 1rem;
}

/* ========================= FOOTER ========================= */
footer {
    flex-direction: column;
    font-size: 1rem;
}

footer i {
    font-size: 1rem;
}

footer .logo {
    width: 100%;
}

footer .logo img {
    width: 13rem;
    margin: -4rem 0rem -2rem 1rem;
}

footer .info {
    flex-direction: column;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 0.5rem;
}

footer section .info div {
    padding: 2rem auto;
}

footer h3 {
    font-size: 1rem;
}

.info .address {
    justify-content: start;
}

footer .footer-social {
    display: flex;
    justify-content: center;
    padding: 2rem;
}