#intro-8 .rd-navbar-sidebar-linked .page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1080;
}

@media (min-width: 576px) {
    #intro-8 .section-horace {
        display: flex;
        align-items: stretch;
    }
}

#intro-8 .bg-gray-800 {
    background-color: #282828;
    height: 100vh;
}

#intro-8 .bg-overlay {
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.section-horace-left {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.section-horace-left::before, .section-horace-left::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
    z-index: -1;
}

.section-horace-left::before {
    width: 54%;
    border-width: 0 1px;
    transform: translate3d(-50%, 0, 0);
}

.section-horace-left::after {
    border-left-width: 1px;
}

.section-horace-left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 30px 15px;
}

.section-horace-left-panel {
    padding: 10px 15px;
}

.section-horace-left-panel {
    background: #313131;
}

@media (min-width: 576px) {
    .section-horace {
        display: flex;
        align-items: stretch;
    }

    .section-horace-left {
        max-width: 40%;
    }

    .section-horace-left-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-horace-left-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 100px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .section-horace-left-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .section-horace-left-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .section-horace-left {
        flex: 0 0 30.2%;
        max-width: 30.2%;
    }

    .section-horace-left-content {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .section-horace-left-panel {
        min-height: 121px;
    }
}

.section-horace-left::before {
    width: 54%;
    border-width: 0 1px;
    transform: translate3d(-50%, 0, 0);
}
.section-horace-left::before, .section-horace-left::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    bottom: 0;
    border: 0 solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
    z-index: -1;
}

@media (min-width: 768px) {
    .project-classic {
        text-align: left;
    }
}
.project-classic-2 {
    display: inline-block;
}

@media (min-width: 1600px) {
    .project-classic-title {
        font-size: 3.125vw;
    }
}

.project-classic-title {
    /*font-size: 30px;*/
    color: #fff;
    font-size: 3.125vw;
    line-height: 1.16667;
    font-weight: 700;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    /*white-space: nowrap;*/
}

.project-classic-text {
       margin-left: auto;
       margin-right: 5%;
       /*max-width: 185px;*/
       font-size: 15px;
       line-height: 1.46667;
       color: var(--color1);
       text-transform: uppercase;
    }

@media (min-width: 992px) {
    * + .project-classic-text {
        margin-top: 36px;
    }
}
@media (min-width: 992px) {
    .project-classic-text {
        margin-left: auto;
        margin-right: 5%;
    }
}

.button-primary-outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid var(--color1);
    padding: 15px 40px;
    margin: 40px 0px;
}

.section-horace-left::before, .section-horace-left::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
    z-index: -1;
}

@media (min-width: 1800px) {
    .swiper-custom-nav {
        right: 21%;
        padding: 42px;
    }
}

@media (min-width: 992px) {
    .swiper-custom-nav {
        position: absolute;
        right: 10%;
        bottom: 54px;
        padding: 20px;
        background: var(--color1);
        box-shadow: 40px 30px 20px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1200px) {
    .swiper-button-prev, .swiper-button-next {
        width: 58px;
        height: 58px;
        line-height: 54px;
    }
}

.swiper-custom-nav .swiper-button-prev, .swiper-custom-nav .swiper-button-next {
    display: inline-block;
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.mdi-arrow-left:before {
    content: "\f14a";
}

.swiper-custom-nav .swiper-button-prev, .swiper-custom-nav .swiper-button-next {
    display: inline-block;
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.mdi-arrow-right:before {
    content: "\f14f";
}

.swiper-container {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1200px) {
    .project-modern {
        min-height: 121px;
    }
}
@media (min-width: 992px) {
    .project-modern {
        justify-content: flex-end;
        padding: 20px 35px;
    }
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

@media (min-width: 1400px) {
    .project-modern-info {
        margin-left: -50px;
    }
}
@media (min-width: 768px) {
    .project-modern-info {
        margin-left: -35px;
    }
}
.project-modern-info {
    margin-bottom: -6px;
    margin-left: -25px;
    display: inline-flex;
}

.project-modern-info li {
    padding: 0px 20px;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

@media (min-width: 992px) {
    .project-modern {
        justify-content: flex-end;
        padding: 20px 35px;
    }
}

.project-modern {
    padding: 15px 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background: #282828;
    position: relative;
    bottom: 121px;
    z-index: 2;
    min-height: 121px;
}