#projects-slider {
    padding: 30px 0 40px;
    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-link {
    text-decoration-line: none;
    /*transform: translateY(1000px);*/
    display: block;
    position: relative;
}

.project-link:hover {
    text-decoration-line: none;
}

.project-slide-inner {
    height: 582px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    position: relative;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.project-slide-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9248074229691877) 0%, rgba(42, 42, 42, 0.6054796918767507) 35%, rgba(42, 42, 42, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9248074229691877) 0%, rgba(42, 42, 42, 0.6054796918767507) 35%, rgba(42, 42, 42, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9248074229691877) 0%, rgba(42, 42, 42, 0.6054796918767507) 35%, rgba(42, 42, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#2a2a2a", GradientType=1);

}

.project-slider-content {
    margin-top: auto;
    position: relative;
}

.project-logo {
    width: 200px;
    flex-basis: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.project-type {
    /*margin-top: 20px;*/
}

.project-type p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .4);
    font-weight: 300;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.project-link:hover .project-type p {
    color: rgba(255, 255, 255, 1);
}

#project-bottom {
    margin-top: 30px;
}

#project-bottom .row {
    justify-content: space-between;
    /*-webkit-filter: blur(12px);*/
    /*filter: blur(12px);*/
    /*opacity: 0;*/
    position: relative;
}

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

.prev-project {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% - 165px));
    top: 0px;
}

#project-bottom .row {
    justify-content: center;
}

#project-bottom .prev-project,
#project-bottom .next-project {
    position: relative;
    transform: none;
    left: auto;
    right: auto;
}

.next-project {
    position: absolute;
    right: 50%;
    transform: translateX(calc(-50% + 185px));
    top: 0px;
}

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

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

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

#projects-slider .prev-project {
    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;
}

#projects-slider .next-project {
    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;
}

#projects-slider .slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

#projects-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
}

#projects-slider .slick-dots li {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#projects-slider .slick-dots li button {
    outline: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: rgba(223, 223, 223, 0.15);
    font-size: 0;
    color: rgba(223, 223, 223, 0.15);
}

#projects-slider .slick-dots li.slick-active button {
    background: rgba(223, 223, 223, 0.4);
}

@media (max-width: 1399.9px) {
    .project-slide-inner {
        height: 520px;
    }
}

@media (max-width: 991.8px) {
    .project-slide-inner {
        height: 440px;
        padding: 20px 30px;
    }

    #projects-slider .slick-dots li {
        padding: 0 7px;
    }

    #projects-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 767.8px) {

}

@media (max-width: 479.8px) {

    .slider-button-wrapper {
        padding: 0 15px;
        display: none;
    }

    .projects-button-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 100%;
        flex-basis: 100%;
        padding: 0 15px;
    }
}

