.description-carousel {
    overflow: hidden;
    line-clamp: 2;
    text-align: justify;
    -webkit-box-orient: vertical;
}

* {
    font-family: "League Spartan" !important;
    font-size: 1.1rem;
}

.p-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 35px !important;
    grid-row-gap: 5px !important;
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.carousel-title {
    font-size: 3.75rem;
}

.carousel-caption.d-none.d-md-block {
    z-index: 100;
}

img.d-block.w-100 {
    height: 850px;
    object-fit: cover;
}

.overlay-dark {
    background-color: #000000a3;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.carousel-caption {
    text-align: left;
    top: 40%;
    font-size: 20px;
    z-index: 2;
}

.pointer {
    cursor: pointer;
}

/* Schermi grandi o ad alta risoluzione */
@media all and (max-width: 1690px) {}

/* Schermi Desktop o Portatili */
@media all and (min-width: 1280px) and (max-width: 1689px) {}

/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) {
    .profile.row.d-flex.align-items-center.justify-content-center>.col-3-md {
        text-align: center;
    }
}

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) {
    .profile.row.d-flex.align-items-center.justify-content-center>.col-3-md {
        text-align: center;
    }
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) {
    .profile.row.d-flex.align-items-center.justify-content-center>.col-3-md {
        text-align: center;
    }
}