/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* = GENERAL
-------------------------------------------------------------*/

/* = HERO
-------------------------------------------------------------*/

/* = CARD
------------------------------------------------------------ */
.framelite-box {
    display: flex;
    width: 100%;
    position: relative;
}

.framelite {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.framelite-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding: 1px;
    width: 100%;
    height: auto;
}

.framelite-line-1::before {
    content: "";
    display: flex;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framelite-line-1::after {
    content: "";
    display: flex;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framelite-line-2::before {
    content: "";
    display: flex;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framelite-line-2::after {
    content: "";
    display: flex;
    width: 15%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framelite-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/* Frame line for hero */
.framehero {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
    width: 100%;
    height: 80%;
    z-index: 1;
}

.framehero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding: 1px;
    width: 100%;
    height: auto;
}

.framehero-line-1::before {
    content: "";
    display: flex;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framehero-line-1::after {
    content: "";
    display: flex;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framehero-line-2::before {
    content: "";
    display: flex;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

.framehero-line-2::after {
    content: "";
    display: flex;
    width: 15%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--hc-color-white);
    z-index: 1;
}

/* Frame line gallery horizontal */
.framemood {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 200px;
    z-index: 1;
}

.framemood-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding: 20px;
    width: 100%;
    height: auto;
}

.framemood-line-1::before {
    content: "";
    display: flex;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-primary-200);
    z-index: 1;
}

.framemood-line-1::after {
    content: "";
    display: flex;
    width: 4px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hc-color-primary-200);
    z-index: 1;
}

.framemood-line-2::before {
    content: "";
    display: flex;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--hc-color-primary-200);
    z-index: 1;
}

.framemood-line-2::after {
    content: "";
    display: flex;
    width: 15%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--hc-color-primary-200);
    z-index: 1;
}

/* = NEWS
------------------------------------------------------------ */
.section-home-facilities{
    overflow: hidden;
}

/* = ABOUT
------------------------------------------------------------ */

/* = CAREER
------------------------------------------------------------ */

/* = CONTACT
------------------------------------------------------------ */

/* = SITEMAP
------------------------------------------------------------ */