#carousel-div {
    width: 100%;
    height: 75%;
    padding-bottom: 7cqh;
}

.project-list{
    height: 80%;
    text-align: left;
    margin: auto;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 3cqh 3cqw;
    box-sizing: content-box;
}

#carousel-div h5{
    font-weight: bold;
    margin: 0;
}

#carousel-div p{
    text-align: justify;
}

.carousel-indicators {
    position: fixed;
    bottom: 2cqh;
}

#carousel-section {
    min-height: 100cqh;
    background: radial-gradient( rgba(35, 89, 107, 0.5) 0%, rgba(86, 213, 255, 0.5) 100%);
}

.my-carousel-caption {
    color: rgba(4, 35, 48);
    text-align: center;
    padding: 0 12cqw;
}

.my-carousel-caption h3{
    margin-bottom: 3cqh;
}

.my-carousel-caption p{
    padding: 0 30px;
}

.carousel-control-prev {
    position: fixed;
}

.carousel-control-next {
    position: fixed;
}

#projects-title {
    color: rgba(4, 35, 48);
    padding: 3cqh 2cqw 0 2cqw;
    /* transform: translateY(10px); */
    text-align: center;
    margin: auto;
    width: fit-content;
    border-radius: 15px;
}

#projects-title h1{
    margin-top: 10cqh;
}

@media (max-width: 800px) {
    #projects-title h1{
        margin-top: 7cqh;
    }

    .carousel-control-prev {
        width: 6%;
    }

    .carousel-control-next {
        width: 6%;
    }
        
    .project-list{
        margin-top: 1cqh;
    }

    .my-carousel-caption {
        padding: 0 7cqw;
    }

    .my-carousel-caption p{
        padding: 0;
    }
}