/* < ======== NEW ABOUT ME SECTION ======== > */
.about-title-flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto auto;
}

.about-title-flex .subtitle {
    margin: 0;
}

.about-title-flex .title {
    width: 300px;
    display: block;
}

.about-title-flex .paragraph {
    min-width: 200px;
    width: 40vw;
    margin: 15px 0;
    text-align: justify;
    font-size: 16px;
}

.about-title {
    text-align: left;
    position: relative;
    z-index: inherit;
}

.about-sub-title {
    width: 90%;
    margin: auto auto;
}

.about-contents {
    width: 90%;
    margin: 20px auto 0px auto;
}

.about-content {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    border: 0.9px solid var(--red);
}

.about-heading {
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    font-size: 40px;
    font-family: 'Tungsten';
    text-align: center;
    padding: 10px;
    height: 40vh;
}

.about-heading-border {
    border-right: 0.9px solid var(--red);
}

.about-logos {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-logo-square {
    width: 5px;
    height: 5px;
    background-color: var(--white);
    position: relative;
    top: 25px;
    left: 40px;
}

.border img {
    width: 8px;
}

.border2 img {
    width: 9px;
}

.border-horizontal img {
    width: 70%;
    margin: auto auto;
    display: none;
    margin-block: 10px;
}

.border2-horizontal img {
    width: 70%;
    margin: auto auto;
    display: none;
    margin-block: 10px;
}

.clg-logo {
    width: 100px;
    height: 100px;
    border: 1px solid var(--grey);
    margin: 20px 40px;
}

.about-names,
.hobby-names {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.names {
    padding: 10px 10px 10px 30px;
    width: 400px;
}

.hobby-names {
    gap: 20px;
    margin: auto auto;
}

.hobby-img img {
    width: 300px;
    user-select: none;
    position: relative;
    top: -20px;
}

.hobby-name {
    font-family: 'Tungsten';
    letter-spacing: 2px;
    font-size: 50px;
    position: relative;
    bottom: -5px;
    left: 5px;
    z-index: 3;
    text-shadow: 0px 0px 10px var(--black);
}

.from {
    font-size: 10px;
}

.fun-about-degree {
    writing-mode: vertical-rl;
    position: relative;
    right: 0px;
    font-size: 12px;
    color: var(--golden);
    text-shadow: 0px 0px 10px var(--golden);
}

.edu-lines {
    display: flex;
    gap: 5px;
    margin-block: 15px;
}

.edu-line1 {
    width: 100px;
    height: 5px;
    background-color: var(--red);
}

.edu-line2 {
    width: 5px;
    height: 5px;
    background-color: var(--red);
}

@media (max-width: 1100px) {
    .hobby-img img {
        width: 250px;
        user-select: none;
    }
}

@media (max-width: 1000px) {
    .about-title-flex {
        flex-wrap: wrap;
    }

    .about-title-flex .paragraph {
        font-size: 13px;
        width: 100%;
    }

    .border img {
        width: 7px;
    }

    .border2 img {
        width: 8px;
    }

    .about-contents {
        width: 100%;
    }

    .education {
        width: 100%;
        font-size: 10px;
    }

    .names {
        padding: 10px 10px 10px 30px;
        width: 350px;
    }

    .hobby-img img {
        width: 250px;
    }

    .fun-about-degree {
        writing-mode: horizontal-tb;
        margin: 5px 5px 5px 25px;
        width: 100%;
    }
}

@media (max-width: 850px) {
    .hobby-img img {
        width: 200px;
        user-select: none;
    }
}

@media (max-width: 800px) {
    .about-heading {
        font-size: 32px;
        padding: 30px 5px;
    }

    .about-heading-border {
        height: 75%;
    }

    .names {
        padding: 20px 0px 10px 20px;
        width: 270px;
    }

    .about-title-flex .paragraph {
        text-align: left;
    }

    .clg-degree,
    .clg-name,
    .clg-year {
        font-size: 13px;
    }

    .clg-logo {
        width: 90px;
        height: 90px;
        margin: 20px;
    }

    .about-logo-square {
        left: 20px;
    }
}

@media (max-width: 750px) {
    .hobby-names {
        justify-content: center;
    }

    .border-horizontal2 img {
        width: 40px;
        display: block;
    }

    .hobby-img img {
        width: 300px;
    }

    .border2 img {
        display: none;
    }

    .border2-horizontal img {
        display: block;
    }
}

@media (max-width: 600px) {
    .about-heading {
        writing-mode: horizontal-tb;
        width: 100%;
        padding: 5px;
        height: auto;
    }

    .border img {
        display: none;
    }

    .border-horizontal img {
        display: block;
    }

    .about-title-flex .paragraph {
        font-size: 10px;
    }

    .about-heading-border {
        border-bottom: 0.9px solid var(--red);
    }

    .about-content {
        flex-wrap: wrap;
    }

    .about-logos {
        flex-direction: row;
        height: fit-content;
        width: 100%;
        justify-content: space-evenly;
    }

    .clg-logo {
        margin: 10px;
    }

    .about-names {
        width: 80%;
        margin: auto auto;
    }

    .about-logo-square {
        top: 15px;
        left: 10px;
    }
}

@media (max-width: 400px) {
    #about-section{
        margin-top: 50px;
    }

    .about-title-flex .title {
        font-size: 20vw;
    }

    .about-title-flex .subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .clg-logo {
        margin: 10px 0;
    }

    .about-names {
        width: 95%;
    }

    .hobby-names {
        gap: 0px;
        justify-content: left;
    }

    .hobby {
        width: 100%;
    }

    .hobby-img img {
        width: 100%;
    }

    .about-logo-square {
        top: 15px;
        left: 0px;
    }

    .fun-about-degree {
        font-size: 10px;
        margin: 0px 0px 0px 20px;
    }
}