.project-hero {
    position: relative;
    height: auto;
    min-height: 960px;
    padding: 110px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.project-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-hero-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(200, 200, 200);*/
    /*background: -moz-linear-gradient(180deg, rgba(200, 200, 200, 0.8) 17%, rgba(200, 200, 200, 0.8309917717086834) 50%, rgba(223, 223, 223, 1) 90%);*/
    /*background: -webkit-linear-gradient(180deg, rgba(200, 200, 200, 0.8) 17%, rgba(200, 200, 200, 0.8309917717086834) 50%, rgba(223, 223, 223, 1) 90%);*/
    /*background: linear-gradient(180deg, rgba(200, 200, 200, 0.8) 17%, rgba(200, 200, 200, 0.8309917717086834) 50%, rgba(223, 223, 223, 1) 90%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#dfdfdf", GradientType=1);*/
    background: rgb(200, 200, 200);
    background: -moz-linear-gradient(180deg, rgba(200, 200, 200, 0.65) 17%, rgba(200, 200, 200, 0.5) 50%, rgba(223, 223, 223, 0.8) 90%);
    background: -webkit-linear-gradient(180deg, rgba(200, 200, 200, 0.65) 17%, rgba(200, 200, 200, 0.5) 50%, rgba(223, 223, 223, 0.8) 90%);
    background: linear-gradient(180deg, rgba(200, 200, 200, 0.65) 17%, rgba(200, 200, 200, 0.5) 50%, rgba(223, 223, 223, 0.8) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#dfdfdf", GradientType=1);

    z-index: 1;
}

.project-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-hero .container {
    position: relative;
    z-index: 2;
    /*display: flex;*/

}

.project-hero .container .row {
    display: flex;
    height: 100%;
}


#project-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

#project-logo {
    /*width: auto;*/
    /*max-width: 100%;*/
    /*max-height: 320px;*/
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.project-hero-text {
    margin: auto auto 0 auto;
    padding: 0 40px;
    max-width: 100%;
}

#project-tagline {
    letter-spacing: 5px;
    /*line-height: 84px;*/
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#project-short-text {
    margin-bottom: 50px;
    width: 1010px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#hero-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#project-hero-button {
    font-size: 18px;
    line-height: 20px;
    color: var(--lighter-grey);
    font-weight: 700;
    /*height: 53px;*/
    padding: 18px 48px;
    border-radius: 5px;
    background-color: var(--dark-grey);
    border: 1px solid var(--dark-grey);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#project-hero-button:hover {
    text-decoration-line: none;
    background-color: rgba(255, 255, 255, 0)
    border-color: var(--dark-grey);
    color: var(--dark-grey);
}

#project-hero-navigation {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    z-index: 9;
}

#project-hero-navigation .nav-previous {
    position: absolute;
    left: 50px;
    right: auto;
}

#project-hero-navigation .nav-next {
    position: absolute;
    right: 50px;
    left: auto;
}

#project-hero-navigation a.project-link {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    filter: drop-shadow(0px 23px 18px rgba(0, 0, 0, 0.06));
    background-color: #dfdfdf;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

}

#project-hero-navigation a.project-link:hover {
    background-color: var(--dark-grey);
}

#project-hero-navigation .nav-previous a.project-link:hover .arrow {
    background: var(--white);
    background-color: var(--white);
}

#project-hero-navigation .nav-next a.project-link:hover .arrow {
    background: var(--white);
    background-color: var(--white);
}

.nav-previous a.project-link .arrow {
    mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: #3d3d3d;
}

.nav-next a.project-link .arrow {
    mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: #3d3d3d;
}

/*
================================
ACCESIO HERO
================================
 */

#project-hero-951 #project-short-text {
    width: 1010px;
    max-width: 100%;
}

#project-hero-1259 #project-tagline {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*
================================
INTRO SECTION
================================
 */
.project-intro {
    padding: 160px 0 100px 0;
    min-height: 670px;
}

#intro-text-wrapper h3 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
}

.project-intro-text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

}

.project-intro-text ul li {
    padding-right: 10px;
}

.project-intro-text ul li:nth-child(odd) {
    width: calc(100% - 335px);
}

#project-intro-1110 .project-intro-text ul li:nth-child(odd),
#project-intro-1141 .project-intro-text ul li:nth-child(odd) {
    width: calc(100% - 320px);
}

#project-intro-1110 .project-intro-text ul li:nth-child(even),
#project-intro-1141 .project-intro-text ul li:nth-child(even) {
    width: 320px;
}

.project-intro-text ul li:nth-child(even) {
    width: 335px;
}

.project-intro-text ul li,
.project-intro-text p {
    font-size: 18px;
    line-height: 24px;
    color: #b0b0b0;
    font-weight: 400;
}

.project-intro-text ul li {
    height: 50px;
}

#intro-image-wrapper img {
    max-width: 1100px;
    width: 1100px;
    position: absolute;
    top: -270px;
    right: -220px;
    height: auto;
    max-height: initial;
    z-index: 2;
}

/*
===========================
SINGLE PROJECT SLIDER
===========================
 */
.project-slider .slick-track {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.project-slider .slick-track .slick-slide {
    height: inherit !important;
    padding: 5px;
}

.project-slide-inner {
    padding: 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 407px;
    width: 100%;
}

.project-slide-inner img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-arrow {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    filter: drop-shadow(0px 23px 18px rgba(0, 0, 0, 0.06));
    background-color: #292929;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 2;

}

.slick-prev {
    left: 50px;
    right: auto;
}

.slick-next {
    right: 50px;
    left: auto;
}

.slick-arrow:hover {
    background-color: #FFF;
}

.slick-arrow:hover span {
    background: #292929;
    background-color: #292929;
}

.slick-prev span {
    mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: #FFF;
}

.slick-next span {
    mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: #FFF;
}

/*
===========================
TEXT AFTER SLIDER
===========================
 */
.text-after-slider {
    padding: 70px 0;
}

#text-after-slider-909 {
    padding-bottom: 370px;
}

#text-after-slider-1010 {
    padding-bottom: 310px;
}

#text-after-slider-1047 {
    padding-bottom: 0;
}

#text-after-slider-1082 p {
    width: 1090px;
    max-width: 100%;
}

#text-after-slider-1082 {
    padding-bottom: 150px;
}

#text-after-slider-1110 {
    padding-bottom: 390px;
}

#text-after-slider-1141 {
    padding-bottom: 430px;
}

#text-after-slider-1141 p {
    width: 1085px;
    max-width: 100%;
}

#text-after-slider-1223 {
    padding-top: 100px;
    padding-bottom: 300px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-image: url("/wp-content/uploads/2023/11/logo-in-the-backround-scaled.webp");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

#text-after-slider-1223 p {
    width: 1085px;
    max-width: 100%;
}

#text-after-slider-1259 {
    padding-bottom: 350px;
}

#text-after-slider-1259 p {
    width: 1085px;
    max-width: 100%;
}

/*
===========================
MOCKUP SECTION
===========================
 */
.mockups-section {
    background-color: var(--lighter-grey);
    padding-bottom: 80px;
}

.mockups-section .container {
    position: relative;
    z-index: 2;
}

#mockup-section-909 {
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}

#mockup-section-909::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(223, 223, 223);
    background: -moz-linear-gradient(180deg, rgba(223, 223, 223, 0.3828125) 0%, rgba(223, 223, 223, 0.6573223039215687) 39%, rgba(223, 223, 223, 0.8562018557422969) 54%, rgba(223, 223, 223, 1) 69%, rgba(223, 223, 223, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(223, 223, 223, 0.3828125) 0%, rgba(223, 223, 223, 0.6573223039215687) 39%, rgba(223, 223, 223, 0.8562018557422969) 54%, rgba(223, 223, 223, 1) 69%, rgba(223, 223, 223, 1) 100%);
    background: linear-gradient(180deg, rgba(223, 223, 223, 0.3828125) 0%, rgba(223, 223, 223, 0.6573223039215687) 39%, rgba(223, 223, 223, 0.8562018557422969) 54%, rgba(223, 223, 223, 1) 69%, rgba(223, 223, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#dfdfdf", GradientType=1);
    z-index: 1;
}

#mockup-section-909 .mockup-1 {
    margin-top: -400px;
}

#mockup-section-909 .mockup-2 {
    margin-bottom: 120px;
}

/*
==============================
MOCKUP ACCESIO
==============================
 */
#mockup-section-951 {
    background-color: var(--dark-grey);
}

#mockup-section-951 .mockup-1 {
    margin-bottom: 90px;
}

/*
==============================
MOCKUP AFORZA
=============================
 */
#mockup-section-1010 .mockup-1 {
    margin-bottom: 90px;
}

#mockup-section-1010 .mockup-1 img {
    margin-top: -225px;
}

/*
==============================
MOCKUP ACFN
=============================
 */
#mockup-section-1047 {
    background-color: var(--dark-grey);
    padding: 0;
}

/*
============================
MOCKUP MIKISEW
============================
 */
#mockup-section-1082 .mockup-1 img {
    margin-top: -75px;
    margin-bottom: 70px;
}

/*
============================
MOCKUP EAST COAST
============================
 */
#mockup-section-1110 .mockup-1 img {
    margin-top: -320px;
}

/*
============================
MOCKUP SEKWEHA
============================
 */
#mockup-section-1141 .mockup-1 img {
    margin-top: -350px;
}

/*
============================
MOCKUP PROVEO
============================
 */
#mockup-section-1174 {
    background-color: #292929;
    background-image: url("/wp-content/uploads/2023/11/circles-behind-the-car.webp");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 440px;
}

#text-after-slider-1174 p {
    width: 1090px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*
============================
MOCKUP peachwood
============================
 */
#mockup-section-1223 {
    position: relative;

}

#mockup-section-1223 .mockup-1 img {
    margin-top: -275px;
}

/*
============================
MOCKUP SONRISE
============================
 */
#mockup-section-1259 .mockup-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}

#mockup-section-1259 .mockup-1 img {
    width: 800px;
    max-width: 100%;
    margin-top: -300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*
============================
BANNER MIKISEW
============================
 */
#banner-1082-2 {
    height: 800px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -460px;
}

/*
============================
MOCKUP 2 MIKISEW
============================
 */
.mockups-section-2 {
    padding: 70px 0;
    background-color: var(--lighter-grey);
}

#mockup-section-1082-2 .mockup-1 img {
    margin-top: -160px;
    position: relative;
    z-index: 2;
}

/*
============================
MOCKUP 2 PROVEO
============================
 */
#mockup-section-1174-2 {
    padding-bottom: 300px;
    position: relative;
    z-index: 2;
}

#mockup-section-1174-2 .mockup-1 img {
    margin-top: -445px;
}

/*
============================
MOCKUP 3 PROVEO
============================
 */
#mockup-section-1174-3 {
    padding-bottom: 350px;
    position: relative;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: rgb(223, 223, 223);
}

#mockup-section-1174-3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(223, 223, 223);
    background: -moz-linear-gradient(180deg, rgba(223, 223, 223, 0) 59%, rgba(223, 223, 223, 0.6573223039215687) 75%, rgba(223, 223, 223, 0.9234287464985994) 80%, rgba(223, 223, 223, 1) 94%, rgba(223, 223, 223, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(223, 223, 223, 0) 59%, rgba(223, 223, 223, 0.6573223039215687) 75%, rgba(223, 223, 223, 0.9234287464985994) 80%, rgba(223, 223, 223, 1) 94%, rgba(223, 223, 223, 1) 100%);
    background: linear-gradient(180deg, rgba(223, 223, 223, 0) 59%, rgba(223, 223, 223, 0.6573223039215687) 75%, rgba(223, 223, 223, 0.9234287464985994) 80%, rgba(223, 223, 223, 1) 94%, rgba(223, 223, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#dfdfdf", GradientType=1);
    z-index: 1;
}

#mockup-section-1174-3 .mockup-1 img {
    margin-top: -250px;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 3;
}

/*
============================
MOCKUP 4 PROVEO
============================
*/
#mockup-section-1174-4 {
    background-color: rgb(223, 223, 223);
}

#mockup-section-1174-4 .mockup-1 img {
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

/*
==============================
BANNER PEACHWOOD
==============================
 */
#banner-1223-2 {
    height: 650px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -200px;
}

/*
==============================
MOCKUPS 2 PEACHWOOD
==============================
 */
#mockup-section-1223-2 {
    position: relative;
}

#mockup-section-1223-2 .mockup-1 img {
    margin-top: -350px;
}

#mockup-section-1223-2 .mockup-2 img {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/*
==============================
VIDEO SECTION
==============================
 */
.project-video {
    position: relative;
    overflow: hidden;
    height: 730px;
    z-index: 2;
}

.project-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*
==============================
VIDEO ACFN
==============================
 */
/*#project-video-1047 {*/
/*    margin-top: -207px;*/
/*}*/

/*
==============================
BOTTOM BANNER
==============================
 */
.project-bottom-banner {
    height: 665px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#project-bottom-banner-951 {
    margin-top: -720px;
}

/*
==============================
BOTTOM BANNER PROVEO
==============================
 */
#banner-1174-2 {
    background-color: rgb(223, 223, 223);
    position: relative;
}

#banner-1174-2 img {
    margin-top: -210px;
}

/*
=======================
BOTTOM PROJECTS
=======================
 */
#projects-slider {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}

#projects-slider.services-projects {
    background-color: var(--dark-grey);
}

#projects-slider h2 {
    letter-spacing: -1px;
    /*-webkit-filter: blur(12px);*/
    /*filter: blur(12px);*/
    /*opacity: 0;*/
    padding: 0 30px;

}


.projects-slider {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


#project-bottom {
    padding: 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#project-bottom .row {
    justify-content: center;
    /*-webkit-filter: blur(12px);*/
    /*filter: blur(12px);*/
    /*opacity: 0;*/
    align-items: center;
}

#project-bottom .projects-button-wrapper {
    display: flex;
    flex-wrap: wrap;
}

#project-bottom .slider-button-wrapper {
    padding: 0 45px;
}

#project-bottom .slider-button-wrapper a {
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--light-grey);
}

#project-bottom .slider-button-wrapper a.disabled {
    opacity: 0;
}

#project-bottom .slider-button-wrapper a:hover {
    background-color: var(--white);
}

#project-bottom .previous-projects {
    mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#project-bottom .next-projects {
    mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#project-intro-2103 {
    padding-top: 60px;
    padding-bottom: 10px;
    min-height: auto;
}

#project-intro-2103 #intro-image-wrapper img {
    width: 270px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}

#project-intro-2103 .project-intro-text ul li:nth-child(odd) {
    width: calc(100% - 250px);
}

#project-intro-2103 .project-intro-text ul li {
    width: 250px;
}

#project-slider-2103 {
    padding-bottom: 300px;
}

#mockup-section-2103 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

#mockup-section-2103 .mockup-1 {
    margin-top: -200px;
    float: left;
}

/*
=======================
RESPONSIVE
=======================
 */
@media (min-width: 1199.9px) {
    #project-intro-1141 #intro-image-wrapper img,
    #project-intro-1082 #intro-image-wrapper img,
    #project-intro-1047 #intro-image-wrapper img,
    #project-intro-1223 #intro-image-wrapper img,
    #project-intro-1010 #intro-image-wrapper img {
        max-width: 1000px;
        width: 1000px;
        top: -200px;
        right: -220px;
    }
}

@media (max-width: 1599.9px) {
    #mockup-section-1174-3 {
        background-size: 130%;
    }
}

@media (max-width: 1399.9px) {
    .project-hero {
        min-height: 850px;
    }

    #project-logo {
        max-height: 300px;
    }
}

@media (max-width: 1279.9px) {
    #mockup-section-1174-3 {
        padding-bottom: 200px;
    }

    #text-after-slider-1223 {
        padding-top: 50px;
    }

    #mockup-section-909 .mockup-2 {
        margin-bottom: 80px;
    }

    #mockup-section-909 {
        padding-bottom: 80px;
    }
}

@media (max-width: 1199.9px) {
    .project-hero {
        min-height: 700px;
        padding: 80px 0;
    }

    #project-hero-navigation {
        top: 215px;
    }

    #intro-image-wrapper img {
        width: 800px;
        max-width: 900px;
        right: -250px;
    }

    .project-slide-inner {
        height: 320px;
    }

    .project-video {
        height: 620px;
    }

    /*#project-video-1047 {*/
    /*    margin-top: -160px;*/
    /*}*/
    #banner-1082-2 {
        height: 650px;
    }

    .project-intro {
        padding-bottom: 30px;
        min-height: auto;
    }

    #project-intro-1082 {
        padding-bottom: 20px;
    }

    #text-after-slider-1082 {
        padding-top: 0;
    }

    #text-after-slider-1141 {
        padding-bottom: 320px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -275px;
    }

    #mockup-section-1174 {
        padding-bottom: 340px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -340px;
    }

    #project-bottom-banner-951 {
        margin-top: -600px;
        height: 550px;
    }

    #banner-1223-2 {
        height: 500px;
    }

    #mockup-section-1259 .mockup-1 img {
        margin-top: -250px;
    }

    #text-after-slider-1259 {
        padding-bottom: 260px;
    }

    #text-after-slider-909 {
        padding-bottom: 310px;
    }
}

@media (max-width: 991.8px) {
    #intro-image-wrapper {
        order: 1;
    }

    #intro-text-wrapper {
        order: 2;
    }

    #intro-image-wrapper img {
        position: relative;
        top: auto;
        right: auto;
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
        margin-top: -240px;
    }

    #project-intro-1110 #intro-image-wrapper img {
        margin-left: -6%
    }

    .project-video {
        height: 520px;
    }

    /*#project-video-1047 {*/
    /*    margin-top: -119px;*/
    /*}*/
    #text-after-slider-1082 {
        padding-bottom: 120px;
    }

    #banner-1082-2 {
        height: 400px;
        margin-top: -275px;
    }

    .mockups-section-2 {
        padding-bottom: 50px;
    }

    #text-after-slider-1110 {
        padding-bottom: 230px;
    }

    #mockup-section-1110 .mockup-1 img {
        margin-top: -180px;
    }

    #mockup-section-1110 {
        padding-bottom: 40px;
    }

    #text-after-slider-1141 {
        padding-bottom: 290px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -220px;
    }

    #mockup-section-1174 {
        padding-bottom: 260px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -280px;
    }

    #mockup-section-1174-3 {
        background-size: 150%;
    }

    #banner-1174-2 img {
        margin-top: -100px;
    }

    #project-bottom-banner-951 {
        margin-top: -550px;
        height: 450px;
    }

    #text-after-slider-1259 {
        padding-bottom: 200px;
    }

    #mockup-section-1259 .mockup-1 img {
        margin-top: -170px;
    }

    #text-after-slider-1010 {
        padding-bottom: 150px;
    }

    #mockup-section-1010 .mockup-1 img {
        margin-top: -120px;
    }

    #mockup-section-1010 .mockup-1 {
        margin-bottom: 60px;
    }

    #project-logo {
        max-height: 320px;
    }

    #project-hero-navigation .nav-previous {
        left: 10px;
    }

    #project-hero-navigation .nav-next {
        right: 10px;
    }

    .slick-prev {
        left: 10px;
        right: auto;
    }

    .slick-next {
        right: 10px;
        left: auto;
    }

    #mockup-section-909 .mockup-2 {
        margin-bottom: 50px;
    }

    #mockup-section-909 {
        padding-bottom: 50px;
    }

    #project-intro-2103 {
        padding-bottom: 10px;
        min-height: auto;
        padding-top: 200px;
    }

    #project-intro-2103 #intro-image-wrapper img {
        width: 240px;
        right: auto;
        top: auto;
        left: calc(50% + 70px);
        bottom: 0;

    }

    #project-intro-2103 .project-intro-text ul li:nth-child(odd) {
        width: calc(100% - 250px);
    }

    #project-intro-2103 .project-intro-text ul li {
        width: 250px;
    }

    #project-slider-2103 {
        padding-bottom: 250px;
    }

}

@media (max-width: 767.8px) {
    #project-hero-navigation {
        top: 168px;
    }

    #project-logo {
        width: 90%;
    }

    .project-hero-text {
        padding: 0 20px;
    }

    #intro-text-wrapper h3 {
        text-align: center;
        font-size: 28px;
    }

    #project-hero-navigation {
        display: none;
    }

    .project-intro-text ul li:nth-child(odd),
    .project-intro-text ul li:nth-child(even),
    #project-intro-1110 .project-intro-text ul li:nth-child(even),
    #project-intro-1141 .project-intro-text ul li:nth-child(even),
    #project-intro-1110 .project-intro-text ul li:nth-child(odd), #project-intro-1141 .project-intro-text ul li:nth-child(odd) {
        width: 100%;

    }

    .project-intro-text ul li {
        height: auto;
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .project-intro-text ul li:last-of-type {
        margin-bottom: 0;
    }

    .project-intro {
        padding-bottom: 30px;
    }

    .text-after-slider {
        padding: 30px 0;
    }

    .text-after-slider p {
        font-size: 16px;
    }

    .project-video {
        height: 320px;
        z-index: 2;
    }

    /*#project-video-1047 {*/
    /*    margin-top: -88px;*/
    /*}*/
    #project-tagline {
        letter-spacing: 4px;
    }

    #banner-1082-2 {
        height: 300px;
        margin-top: -225px;
    }

    #mockup-section-1082-2 {
        padding: 40px 0;
    }

    #text-after-slider-1110 {
        padding-bottom: 175px;
    }

    #mockup-section-1110 .mockup-1 img {
        margin-top: -140px;
    }

    #text-after-slider-1141 {
        padding-bottom: 200px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -170px;
    }

    #mockup-section-1174 {
        padding-bottom: 220px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -230px;
    }

    #mockup-section-1174-2 {
        padding-bottom: 100px;
    }

    #mockup-section-1174-3 .mockup-1 img {
        margin-top: -90px;
    }

    #mockup-section-1174-3 {
        padding-bottom: 70px;
    }

    #mockup-section-1174-4 .mockup-1 img {
        margin-top: -50px;
    }

    #project-bottom-banner-951 {
        margin-top: -400px;
        height: 400px;
    }

    #mockup-section-1223 .mockup-1 img {
        margin-top: -210px;
    }

    #text-after-slider-1223 {
        padding-bottom: 190px;
    }

    #banner-1223-2 {
        height: 300px;
    }

    #mockup-section-1223-2 .mockup-1 img {
        margin-top: -200px;
    }

    #mockup-section-1259 .mockup-1 img {
        margin-top: -120px;
    }

    #text-after-slider-1259 {
        padding-bottom: 150px;
    }

    #text-after-slider-1010 {
        padding-bottom: 100px;
    }

    #mockup-section-1259 .mockup-1 {
        margin-bottom: 50px;
    }

    #mockup-section-1010 .mockup-1 img {
        margin-top: -80px;
    }

    #mockup-section-1010 .mockup-1 {
        margin-bottom: 40px;
    }

    #project-intro-2103 #intro-image-wrapper img {
        left: calc(50% + 55px);
    }

    #project-intro-2103 .project-intro-text ul li:nth-child(odd) {
        width: 100%
    }

    #project-intro-2103 .project-intro-text ul li {
        width: 100%;
    }

    #project-slider-2103 {
        padding-bottom: 250px;
    }
}

@media (max-width: 575.8px) {
    .project-hero {
        min-height: auto;
        padding-top: 120px;
    }

    #intro-image-wrapper img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }

    #project-short-text {
        margin-bottom: 25px;
    }

    #project-logo {
        width: 100%;
    }

    .project-slide-inner {
        height: 256px;
    }

    /*#project-video-1047 {*/
    /*    margin-top: -80px;*/
    /*    height: 240px;*/
    /*}*/
    #banner-1082-2 {
        margin-top: -200px;
    }

    #mockup-section-1082-2 {
        padding-bottom: 20px;
    }

    #project-intro-1110 #intro-image-wrapper img {
        margin-left: -16%
    }

    #text-after-slider-1141 {
        padding-bottom: 160px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -130px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -175px;
    }

    #mockup-section-1174-2 {
        padding-bottom: 150px;
    }

    #mockup-section-1174-3 {
        background-size: 200%;
    }

    #mockup-section-1174 {
        padding-bottom: 150px;
    }

    #banner-1174-2 img {
        margin-top: -70px;
    }

    #project-bottom-banner-951 {
        margin-top: -300px;
        height: 250px;
    }

    #mockup-section-1223 {
        padding-bottom: 120px;
    }

    #mockup-section-1223 .mockup-1 img {
        margin-top: -130px;
    }

    #mockup-section-1223-2 .mockup-2 img {
        width: 120px;
    }

    #text-after-slider-1223 {
        padding-bottom: 150px;
    }

    #mockup-section-1259 {
        padding-bottom: 40px;
    }

    #mockup-section-1010 {
        padding-bottom: 40px;
    }

    #mockup-section-909 .mockup-2 {
        margin-bottom: 25px;
    }

    #mockup-section-909 {
        padding-bottom: 30px;
    }

    #text-after-slider-909 {
        padding-bottom: 300px;
    }

    #text-after-slider-1223 {
        padding-top: 40px;
    }

    #project-bottom {
        padding: 30px 10px;
    }

    #project-intro-2103 #intro-image-wrapper img {
        width: 70%;
        left: 35%;
        transform: none;
    }


}

@media (max-width: 480px) {
    #mockup-section-1110 .mockup-1 img {
        margin-top: -110px;
    }

    #text-after-slider-1110 {
        padding-bottom: 140px;
    }

    #mockup-section-951 .mockup-1 {
        margin-bottom: 45px;
    }
}

@media (max-width: 440px) {
    /*#project-video-1047 {*/
    /*    margin-top: -69px;*/
    /*}*/
    #project-tagline {
        font-size: 20px;
        letter-spacing: 3px;
    }

    #banner-1082-2 {
        margin-top: -185px;
    }

    #text-after-slider-1082 {
        padding-bottom: 60px;
    }

    #mockup-section-1082 .mockup-1 img {
        margin-top: -30px;
    }

    #mockup-section-1110 .mockup-1 img {
        margin-top: -95px;
    }

    #text-after-slider-1110 {
        padding-bottom: 120px;
    }

    #text-after-slider-1141 {
        padding-bottom: 130px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -110px;
    }

    #banner-1223-2 {
        height: 250px;
    }

    /*#banner-1223-2{*/
    /*    margin-top: 250px;*/
    /*}*/
    #text-after-slider-1223 {
        padding-bottom: 100px;
    }

    #mockup-section-1223 .mockup-1 img {
        margin-top: -80px;
    }

    #mockup-section-1223-2 .mockup-1 img {
        margin-top: -150px;
    }

    #mockup-section-1223-2 .mockup-2 img {
        width: 80px;
    }

    #mockup-section-1010 .mockup-1 {
        margin-bottom: 30px;
    }

    #project-bottom .slider-button-wrapper {
        padding: 0 15px;
    }

}

@media (max-width: 400px) {
    .project-video {
        height: 205px;
    }

    /*#project-video-1047 {*/
    /*    margin-top: -59px;*/
    /*    height: 205px;*/
    /*}*/
    #text-after-slider-1259 {
        padding-bottom: 100px;
    }

    #mockup-section-1259 .mockup-1 img {
        margin-top: -70px;
    }
}

@media (max-width: 380px) {
    /*#project-video-1047 {*/
    /*    margin-top: -49px;*/
    /*}*/
    #mockup-section-1082 .mockup-1 img {
        margin-bottom: 30px;
    }

    #mockup-section-1082-2 {
        padding-bottom: 0;
    }

    #mockup-section-1110 .mockup-1 img {
        margin-top: -75px;
    }

    #text-after-slider-1110 {
        padding-bottom: 95px;
    }

    #text-after-slider-1141 {
        padding-bottom: 100px;
    }

    #mockup-section-1141 .mockup-1 img {
        margin-top: -80px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -155px;
    }

    #mockup-section-1174-3 {
        padding-bottom: 110px;
    }

    #mockup-section-1174-4 .mockup-1 img {
        margin-top: -20px;
    }

    #mockup-section-1174-3 {
        padding-bottom: 80px;
    }

    #mockup-section-1174 {
        padding-bottom: 120px;
    }

    #mockup-section-1174-2 .mockup-1 img {
        margin-top: -140px;
    }

    #mockup-section-1174-2 {
        padding-bottom: 120px;
    }

    #mockup-section-1174-4 .mockup-1 img {
        margin-top: -60px;
    }

    #banner-1174-2 img {
        margin-top: -50px;
    }

    #project-bottom-banner-951 {
        margin-top: -250px;
        height: 200px;
    }

    #banner-1223-2 {
        height: 200px;
    }

}

@media (max-width: 320px) {
    /*#project-video-1047 {*/
    /*    margin-top: -43px;*/
    /*}*/
    #mockup-section-1010 .mockup-1 img {
        margin-top: -40px;
    }

    #text-after-slider-1010 {
        padding-bottom: 65px;
    }

    .projects-button-wrapper .grey-button {
        padding: 8px 20px;
    }

    #project-bottom .slider-button-wrapper {
        padding: 0 5px;
    }

}