/* PORTFOLIO TITLE
---------------------------------------------------------------------------------------------------- */
.portfolio-title-content {
    display: block;
    text-align: center;
    margin-top: 3rem;
}

.portfolio-title-content-h1 {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.portfolio-title-content-plain {
    color: #333;
    font-size: 16px;
}

/* PORTFOLIO BY STYLE
---------------------------------------------------------------------------------------------------- */
.portfolio-bystyle-content-h2 {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
}


/* Media Query for Mobile Tablets Ipads portrait mode */
@media (max-width: 1024px) {

    .portfolio-bystyle-content-tab {
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: grid;
    }

    .portfolio-bystyle-content-menu {
        background-color: #fff !important;
        border: 1px solid #397e8f !important;
        text-align: center !important;
        padding: 1rem 2rem !important;
        color: #397e8f !important;
        margin-bottom: 1rem;
        width: 100%;
        text-decoration: none !important;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) {

    .portfolio-bystyle-content-tab {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .portfolio-bystyle-content-menu {
        background-color: #fff !important;
        border: 1px solid #397e8f !important;
        text-align: center !important;
        padding: 0.5rem 2rem !important;
        color: #397e8f !important;
        margin-right: 1rem;
        width: auto;
        text-decoration: none !important;
    }
}

.portfolio-bystyle-content-menu.active {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    color: #fff !important;
}

.portfolio-bystyle-content-menu:hover {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    text-align: center !important;
    padding: 0.5rem 2rem !important;
    color: #fff !important;
    margin-right: 1rem;
    width: auto;
    text-decoration: none !important;
}

.portfolio-bystyle-content-h3 {
    width: max-content;
    text-align: center;
    color: white !important;
    font-size: 18px !important;
    border: 1px solid #fff;
    padding: 1rem 1rem;
}

/* PORTFOLIO BY TYPE
---------------------------------------------------------------------------------------------------- */
.portfolio-bytype-content-h2 {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 3rem;
}

.portfolio-bytype-content-tab {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.portfolio-bytype-content-col {
    position: relative;
    height: 230px;
    margin-bottom: 1.5rem;
}

.portfolio-bytype-content-bg {
    background-color: #000;
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.portfolio-bytype-content-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.portfolio-bytype-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-bytype-content-h3 {
    width: max-content;
    text-align: center;
    color: white !important;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 1rem 3rem;
}


.portfolio-bytype-content-h3:hover {
    width: max-content;
    text-align: center;
    color: #333 !important;
    background-color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 1rem 3rem;
}

/* PORTFOLIO DETAIL
---------------------------------------------------------------------------------------------------- */
.portfolio-detail-content {
    display: block;
    margin-top: 3rem;
}

.portfolio-detail-content-text {
    display: block;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.portfolio-detail-content-img {
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.portfolio-detail-title-content-h1 {
    color: #333;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.portfolio-detail-title-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.portfolio-detail-title-content-plain {
    color: #333;
    font-size: 16px;
}

.portfolio-detail-social-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.portfolio-detail-content-right {
    padding-left: 4rem !important;
    margin-top: 4rem !important;
}