.slideshow {
    position: relative;
    max-height: 590px;
    width:100%;
    object-fit: cover;
    z-index: 1;
}

[data-component="slideshow"] .slide {
    display: none;
}

[data-component="slideshow"] .slide.active {
    display: block;
}

.highlighted-projects-main {
    background-color: #0863B8;
    z-index: 0;
}

.highlighted-title {
    color: white;
    font-size: 40px;
    line-height: 40px;

}

.info {
    color: #D9D9D9;
    font-size: 16px;
    line-height: 35px;
    max-width: 650px;

}

.highlighted-title-div {
    overflow: visible;
}

.vector-down-div {
    position: relative;
    float: right;
    overflow: visible;
    margin-right: 20%;
    margin-top: -50px;
    z-index: 0;

}

.vector-down {
    overflow: visible;
    position: absolute;
    right: 0;
    z-index: 0;
}

.vector-left-div {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.vector-left {
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 0;

}

.div-fluid {
    background-color: white;
    width: 75%;
}

.highlighted-projects-sub {
    position: relative;
    max-width: 993px;
    z-index: 2;
}

.project-info-div {
    position: relative;
    z-index: 3;
}

.highlighted-project-title {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    color:  #606060;
    z-index: 3;
}

.highlighted-project-title:hover {
    color: #0863B8;
}

.highlighted-img {
    height: 365px;
    width: 708px;
    transition: transform 1s;
}

.highlighted-img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.tags {
    font-size: 18px;
    line-height: 35px;
    color: #D9D9D9;
}

.arrow {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #D9D9D9;
    transition: width 0.5s ease;
    overflow: visible;
    z-index: 3;
}

.arrow:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    color:#0863B8;
    width: 100px;
}

.highlighted-btn {
    text-decoration: none;
    border: 1px solid white;
    background-color: #0863B8;
    color: white;
    font-size: 16px;
}

.highlighted-btn:hover {
    text-decoration: none;
    border: 1px solid white;
    background-color: white;
    color: #0863B8;
    font-size: 16px;
}


.categories {
    color: #606060;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.categories-arrow {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #D9D9D9;
    transition: width 0.5s ease;
    overflow: visible;
}

.categories-arrow:hover {
    text-align: left;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    color:#0863B8;
    width: 470px;
}

.categories:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    color:#0863B8;
}

.categories-border {
    border-right: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
}

.links {
    text-decoration: none;
    color: inherit;
}

/* tablet view*/
@media only screen and  (min-width: 540px) and (max-width: 1199px) {
    .slideshow {
        max-height: 420px;
        width:100%;
    }

    .highlighted-title {
        font-size: 30px;
        line-height: 45px;
    }

    .info {
        color: #D9D9D9;
        font-size: 16px;
        line-height: 23px;
        max-width: 492px;
    }

    .highlighted-projects-sub {
        max-width: 993px;
    }

    .highlighted-project-title {
        font-size: 18px;
        line-height: 25px;
    }

    .highlighted-img {
        height: 225px;
        width: 400px;
    }

    .tags {
        font-size: 16px;
        line-height: 23px;
    }

    .highlighted-btn {
        font-size: 16px;
        line-height: auto;

    }

    .categories {
        font-size: 18px;
        line-height: 25px;
    }

    .vector-down-div {
        position: relative;
        float: right;
        overflow: visible;
        margin-right: 40px;
        margin-top: 0;

    }

    .vector-left {
        overflow: visible;
        position: absolute;
        bottom: -60px;
        left: 0;
        z-index: auto;
    }
}

/* mobile view */
@media only screen and  (max-width: 540px) {
    .slideshow {
        height: 489px;
        overflow:auto;

    }

    .highlighted-title {
        width: 275px;
        font-size: 30px;
        line-height: 35px;
    }

    .info {
        color: #D9D9D9;
        font-size: 14px;
        line-height: 23px;
        width: 300px;
    }

    .div-fluid {
        width: 100%;

    }

    .highlighted-projects-sub {
        max-width: 993px;
        overflow: hidden;
    }

    .highlighted-project-title {
        font-size: 18px;
        line-height: 25px;
    }

    .highlighted-img {
        height: 200px;
        width:100%;
    }

    .tags {
        font-size: 16px;
        line-height: 20px;
        width: 218px;
        float: left;
    }

    .arrow {
       float: right;
       margin-right: 40px;
       -webkit-filter: none;
       -moz-filter: none;
       -ms-filter: none;
       -o-filter: none;
       filter: none;
       filter: none;
       color:#0863B8;
    }

    .arrow:hover {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        filter: none;
        color:#0863B8;
        width: 30;
    }

    .highlighted-btn {
        font-size: 16px;
        line-height: auto;
    }

    .categories {
        font-size: 20px;
        line-height: 30px;
        width: 281px;
    }

    .categories-border {
        border-right: 0px solid #D9D9D9;
        border-left: 0px solid #D9D9D9;
    }

    .container {
        padding-right: 0px!important;
    }
    .container-fluid {
        padding-right: 0px!important;
    }

    .project-mobile-div {
        max-width: 218px;
    }

}

@media only screen and  (min-width: 2000px) {
    .highlighted-img {
        height: 365px;
        transition: transform 1s;
        margin-left: 350px;
    }
}

@media only screen and  (min-width: 2500px) {
    .div-fluid {
        width: 70%;
    }
}

@media only screen and  (min-width: 3500px) {
    .div-fluid {
        width: 65%;
    }
}

@media only screen and  (min-width: 4001px) {
    .div-fluid {
        width: 63%;
    }
}


@media only screen and  (min-width: 5001px) {
    .div-fluid {
        width: 60%;
    }
}
