/* Max Width 1399px
------------------------------------*/
@media all and (max-width: 1399px) {
    
}


/* Max Width 1199px
------------------------------------*/
@media all and (max-width: 1199px) {
    h1 {
        font-size: 9.6rem;
    }
    #my-story .story-header .line-art,
    .project-process .title-section .line-art {
        margin-top: -15rem;
    }
    #my-story .story-body .line-art {
        max-width: 50%;
    }
    #my-projects .line-art.projects-graphic-one {
        max-width: 40%;
    }
    #my-projects .line-art.projects-graphic-two {
        max-width: calc(50% - 5rem);
        top: 40%;
    }
    #my-philosophies .line-art {
        max-width: calc(50% - 10rem);
    }
    #contact-me .row {
        gap: 2rem;
    }
    #contact-me .socials {
        flex-wrap: wrap;
    }
    .project-process .body-section .panel {
        gap: 4rem;
    }
    .project-process .body-section .panel-img {
        flex: auto;
        width: calc(40% - 2rem)
    }
    .project-process .body-section .panel-text {
        flex: auto;
        width: calc(60% - 2rem)
    }
    .project-final video {
        height: 100%;
        max-height: 100vh;
    }
}


/* Max Width 991px
------------------------------------*/
@media all and (max-width: 991px) {
    h1 {
        font-size: 6.4rem;
    }
    h2 {
        font-size: 5.6rem;
        line-height: normal;
    }
    header .navbar-nav {
        gap: 1rem;
        font-size: 1.6rem;
    }
    #my-story h2 {
        width: 100%;
    }
    #my-projects .title-section p {
        font-size: 7.2rem;
    }
    #my-story .story-header {
        margin-bottom: 15rem;
    }
    #my-story .story-header .line-art,
    .project-process .title-section .line-art {
        margin-top: -10rem;
    }
    #my-story .story-text {
        width: 100%;
        transform: none;
    }
    #my-story .story-body .line-art {
        position: relative;
        left: -15rem;
        top: 0;
        max-width: 100%;
    }
    #my-projects .project.one,
    #my-projects .project.two,
    #my-projects .project.three,
    #my-projects .project.four {
        width: 100%;
    }
    #my-projects .line-art.projects-graphic-one,
    #my-projects .line-art.projects-graphic-two {
        display: none;
    }
    #my-philosophies .header-section {
        width: 100%;
    }
    #my-philosophies .line-art {
        margin-right: 0;
        margin-left: auto;
        margin-top: 4rem;
        position: relative;
        right: 0;
        top: 0;
        max-width: 50%;
    }
    #testimonial p {
        margin-bottom: 2rem;
        font-size: 3.2rem;
        line-height: 4rem;
    }
    #contact-me .row {
        gap: 3rem;
        flex-direction: column;
    }
    footer .line-art {
        margin-top: 0;
    }
    .project-process .title-section h2 {
        width: 100%;
    }
    .project-process .body-section .panel {
        flex-direction: column;
    }
    .project-process .body-section .panel-text {
        flex: 1;
        width: 100%;
    }
    .project-process .body-section .panel-img {
        flex: 1;
        width: 100%;
        max-width: unset;
    }
    .project-challenge p {
        width: 100%;
    }
}


/* Max Width 767px
------------------------------------*/
@media all and (max-width: 767px) {
    header > .container > .row > .col:has(nav) {
        display: flex;
        justify-content: flex-end;
    }
    header > .container > .row > .col:last-of-type {
        display: none;
    }
    .hamburger {
        position: relative;
        z-index: 4;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: var(--white);
    }
    .hamburger.is-active {
        position: fixed;
        transform: translateX(-100%);
    }
    header #navbarNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--dark-gray);
        z-index: 3;
    }
    header .navbar-nav {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-top: 10rem;
        padding-bottom: 10rem;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;
        max-width: 540px;
        gap: 3rem;
    }
    header .navbar-nav a.nav-link {
        padding-bottom: 1rem;
        font-size: 2rem;
        color: var(--white);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .hero .hero-text {
        position: relative;
        padding-top: 0;
    }
    .hero .hero-text p {
        width: 100%;
    }
    .hero .hero-graphic {
        margin-top: 3rem;
        height: 600px;
        width: 100%;
        justify-content: center;
    }
    #my-story .story-header .line-art,
    .project-process .title-section .line-art {
        margin-top: 0;
    }
    .marquee__item {
        width: 60vw;
        height: 60vw;
    }
}


/* Max Width 575px
------------------------------------*/
@media all and (max-width: 575px) {
    header .navbar-nav {
        max-width: 100%;
    }
    #my-story .story-body .line-art {
        left: -1rem;
    }
    #my-projects .title-section p {
        font-size: 6rem;
    }
    footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .project-stats .row {
        flex-direction: column;
        gap: 4rem;
    }
    .marquee__item {
        width: 80vw;
        height: 80vw;
    }
}