.project-title{
    text-align: center;
    /* font-weight: 600; */
    font-size: 40px;
    color: var(--theme-color-1);
    margin-bottom: 0px;
    font-family: var(--main-heading-font);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-container{
    text-align: center;
    margin-bottom: 0;
}

.text-container .page-text{
    font-size: 14px;
}


.project-carousel-container .img-container {
    width: 100%;
}

.project-carousel-container .img-container .img {
    width: 100%;
    height: 300px;
}

.project-carousel-container .project-item {
    padding: 0 10px;
}

.project-carousel-container .slick-btn{
    position: absolute;
    bottom: -50px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: var(--theme-color-1);
    border: 1px solid var(--theme-color-1);
}

.project-carousel-container .slick-btn.nextBtn{
    right: 0;
}

.project-carousel-container .slick-btn.prevBtn{
    right: 40px;
}


/* *************************** */
/*         Media Queries      */
/* ************************* */

/* Large laptop */
@media screen and (max-width:1400px) {}

/* Small laptop */
@media screen and (max-width:1200px) {}

/* Tablet */
@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {}

/* Large mobile */
@media screen and (max-width:576px) {
    .project-carousel-container{
        margin-bottom: 40px;
    }

    .project-title{
        font-size: 25px;
    }
}

/* Small mobile */
@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}

/* *************************** */
/*         Media Queries END     */
/* ************************* */