/* Portfolios Template Page Specific Styles */

/* First section styling */
.collections-section {
    display: block;
    padding: 120px 10px;
    margin: 0;
    overflow: visible;
    position: static;
}

.portfolio-collection-title {
    padding: 0;
    margin: 20px 0 0 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
    color: #ffffff;
    text-transform: uppercase;
    word-break: normal;
    white-space: normal;
}

/* Main Project Section */
.main-project-section {
    display: block;
    background-color: #0e0e0e;
}

.main-image-large {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 100vh;
    max-width: 100%;
    overflow: clip;
    object-fit: contain;
}

