.portfolio-card img, .portfolio-card-long img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(60%);
    transition: 0.3s;

}

.portfolio-card-text {
    width: 100%;
    height: 200px;
}

.coming-soon {
    filter: brightness(60%) !important;
}

.portfolio-card-text-long {
    width: 100%;
    height: 325px;
}

.portfolio-card-long {
    height: 450px;
    width: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 2vh;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);

}

.portfolio-card-long:hover {
    transform: scale(0.98);
    transition: 0.3s;
}

.portfolio-content {
    width: 100%;
    position: absolute;
    top: 20px;
    padding: 20px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.portfolio-card-text-narrow {
    width: 100%;
    margin-bottom: 100px;

}

.portfolio-row-title {
    font-family: Courgette;
    margin-bottom: 2vh;
    margin-top: 2vh;
    color: #642323;
}

.portofoliu-menu-buttons {
    display: flex;
    justify-content: start;
    gap: 10px
}

hr {
    border: none !important;
    height: 2px !important;
    color: #642323 !important;
    background-color: #642323 !important;
    opacity: 1 !important;
    border-color: #642323;
}

.portfolio-card-niche {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 2vh;
}

.portfolio-card-niche img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(85%);
    transition: 0.3s;

}

.portfolio-card {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 2vh;

    transition: 0.3s;

}

.portfolio-card:hover {
    transform: scale(0.98);
    transition: 0.3s;
}

.portfolio-card-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.4);
}

.portfolio-card-bottom p {
    color: white;
    font-family: Courgette;
    font-size: 20px;

    margin: auto;

}

.portfolio-card h2, .portfolio-card-long h2 {
    color: white;
    font-family: Courgette;

}

.portfolio-card p, .portfolio-card-long p {
    color: white;
    font-family: Courgette;
}

.portfolio-card a, .portfolio-card-long a {
    color: white;
    font-family: Courgette;
}

.image-carousel img {
    height: 250px;
    padding: 10px;
    object-fit: contain;
    width: 100%;
    border-radius: 20px;
    filter: brightness(85%);
}

.image-carousel {
    display: flex;
    overflow-x: scroll;
    margin-bottom: 5vh;
}

.image-carousel::-webkit-scrollbar {
    height: 5px;
}

.col-6 {
    padding: 10px !important;
}

.portfolio-other-info {

    background-color: white;
    border-radius: 10px;
    padding-right: 20px;
    width: auto;
}

#portofolio-container {
    padding: 10px 0;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#portfolio-menu {
    width: 70%;
    margin-right: 20px;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

#portfolio-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 25%;
}

.portfolio-element {
    background: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    border-radius: 10px;
}


#portofolio-nav {
    padding: 10px;
    display: flex;
    justify-content: start;
    column-gap: 50px;
    white-space: nowrap;
}

.portofolio-nav-buttons {
    font-family: Courgette;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.portofolio-nav-marquee {
    font-family: Courgette;
    display: flex;
    justify-content: center;
    color: #ee9ca7;
}

hr.portfolio-line {
    color: rgba(238, 156, 167, 0.2) !important;
    border-color: rgba(238, 156, 167, 0.2) !important;
    background-color: rgba(238, 156, 167, 0.2) !important;
    margin-bottom: 3vh;
    width: 100%;
}

.portofolio-sidebar-title {
    font-family: Courgette;
}

.portofolio-sidebar-text {
    font-family: Courgette;
    text-align: center;
}

.portfolio-sidebar-article h5 {
    color: #ee9ca7;
    font-family: Courgette;
}

.portfolio-sidebar-article {

    font-family: Courgette;

    padding: 15px;

    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    border: rgba(238, 156, 167, 0.2) solid;
    margin-bottom: 20px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;

    text-align: center;

}

#portfolio-main-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5vh;

}

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

    #portofolio-nav {
        overflow-x: scroll;
        scrollbar-width: none;
        margin-bottom: 10px;
    }

    hr.portfolio-line {
        display: none;
    }

    .portofolio-nav-marquee {
        display: none;
    }

    #portfolio-main-container {
        margin-top: 8vh;
        padding: 0;
    }

    #main {
        padding: 0;
    }

    #portfolio-menu {
        padding: 5px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #portfolio-info {
        width: 100%;
    }

}

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

    #margin-top {
        margin-top: 10vh;
    }

}