@font-face {
    font-family: 'Meditative';
    src: url('../fonts/Meditative.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    width: 100%;
    font-weight: 300;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background-color: black;
}
a{
    color: inherit;
    text-decoration: none;
}
.navigationcontainer{
    position: fixed;
    width: 100%;
    padding: 2rem 4rem;
    height: 7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
    transition: 0.2s ease;
}
.navigationcontainerblack{
    background: black;
    transition: 0.2s ease;
}
.contactnavcontainer{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contactnavtitle{
    font-size: 0.7rem;
}
.contactnavphone{
    font-size: 1.2rem;
    font-weight: 300;
}
.button{
    padding: 0.7rem 1.5rem;
    border-radius: 0.4rem;
    border: 1px solid white;
    cursor: pointer;
    user-select: none;
    text-align: center;
    transition: 0.2s ease;
}
.button:hover{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s ease;
}
.navlogo{
    height: 100%
}
.navmenulist{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.headercontainer{
    width: 100%;
    height: calc(100vh + 4rem);
}
.headerimageblur{
    background-image: url('../images/header.webp');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;   /* no tiling */
    background-size: cover;         /* fit cover */
    background-position: bottom;    /* posisi di tengah */
    filter: blur(0.5rem);
}
.headerimage{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/header.webp');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;   /* no tiling */
    background-size: contain;         /* fit cover */
    background-position: bottom;    /* posisi di tengah */
}
.headercontent{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh + 4rem);
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    display: flex;
    align-items: flex-end;
    
}
.headerlogo{
    height: 3rem;
}
.header{
    padding: 2rem 4rem 6rem 2rem;
    display: flex;
    flex-direction: column;
}
.headersubtitle{
    display: flex;
    flex-direction: row;
    gap: 4rem;
}
.headertitle{
    font-weight: 700;
    font-size: 4rem;
    line-height: 4rem;
}
.headerbig{
    letter-spacing: -10%;
    font-size: 6rem;
    line-height: 5rem;
    margin-left: 5rem;
    letter-spacing: -0.1rem;
}
.headersmall{
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.recentprojectsnav{
    width: 100%;
    padding: 4rem 4rem 0 4rem;
    position: sticky;
    top: 2rem;
    left: 0;
    z-index: 98;
    transition: 0.2s ease;
}
.recentprojectsnavcontent{
    background-color: white;
    display: flex;
    flex-direction: row;
    
}
.recentprojectstitle{
    color: black;
    font-size: 1.2rem;
    font-weight: 700;
}
.recentprojectstitlebig{
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.recentprojectstitlecontainer{
    background-color: #DBA92F;
    padding: 2rem;
    padding-right: 4rem;
}
.bodycontainer{
    margin-top: -6rem;
}
.recentprojectslist{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    padding: 0rem 0rem;
}
.recentproject{
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid lightgray;
    cursor: pointer;
    transition: ease 0.3s;
}
.recentproject:hover{
    background-color: #d9d9d9;
    transition: ease 0.3s;
}
.recentprojectlogo{
    height: 3.5rem;
    width: 100%;
    object-fit: contain;
    object-position: left;
    transition: 0.2s ease;
}
.recentprojectdetail{
    color: black;
    display: flex;
    flex-direction: row;
    font-size: 0.6rem;
    gap: 2rem;
    justify-content: flex-end;
    
}
.recentprojectsnavfull{
    padding: 4rem 0 0 0rem;
    transition: 0.2s ease;
}
.aboutcontainer{
    margin-top: -6rem;
    padding: 12rem 4rem 0rem 4rem;
    display: flex;
    flex-direction: row;
    background: url('../images/backgroundabout.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.aboutcontent{
    flex: 1;
    padding: 1rem;
    padding-right: 8rem;
}
.abouttitle{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
}
.aboutimagecontainer{
    flex: 1;
}
.aboutimage{
    width: 100%;
}
.aboutdescription{
    margin-top: 2rem;
}
.scrolling{
    position: sticky;
    top: 18rem;
    padding-bottom: 4rem;
    z-index: 90;
}
.productscontainer{
    background-color: #EAEAEA;
    width: 100%;
    padding: 8rem 4rem 14rem 4rem;
}
.productstitle{
    font-size: 3rem;
    color: black;
    font-weight: 700;
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.productlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.productitem{
    width: calc(100% / 3);
    background: white;
    color: black;
    position: relative;
}
.productlogo{
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 4rem;
}
.productimage{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
.productstock{
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to right, #DBA92F, #A17C22);
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
}
.productcontent{
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}
.productdetail{
    font-size: 0.8rem;
}
.blackbutton{
    border-color: black;
}
.blackbutton:hover{
    background-color: rgba(0,0,0,0.2);
}
.productname{
    font-weight: 600;
}
.partnershipcontainer{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 4rem;
    background-color: white;
}
.partnershipcontent{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.partnershipimagecontainer{
    flex: 2;
}
.partnershipimage{
    width: 100%;
    transform: scaleX(-1);
    margin-top: -35%;
}
.partnershipcontent{
    color: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.partnershiptitle{
    font-weight: 700;
    font-size: 2rem;
}
.partnershipdescription{
    margin-bottom: 2rem;
}
.contactscontainer{
    width: 100%;
    padding: 4rem;
    background: linear-gradient(to right, #DBA92F, #A17C22);
}
.contactcontent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 1rem;
}
.contacttitle{
    font-size: 2rem;
    font-weight: 700;
}
.contactdetail{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 1rem;
    align-items: center;
}
.contactnumber{
    font-size: 3.5rem;
    font-weight: 200;
}
.footercontainer{
    background-color: #EAEAEA;
    padding: 2rem 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    font-size: 0.8rem;
}
.footercontent{
    text-align: right;
}





@media screen and (max-width: 991px) { 
    html, body {
        font-size: 10px;
    }
    .headercontainer{
        height: calc(50vh + 4rem);
    }
    .headercontent{
        height: calc(50vh + 4rem);
    }
    .headerimage{
        height: calc(50vh + 4rem);
    }
    .navigationcontainer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .recentprojectsnav{
        padding: 0rem;
    }
    .headersubtitle{
        gap: 1rem;
    }
    .headertitle{
        font-size: 3rem;
        line-height: 3rem;
    }
    .headerbig{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    .recentprojectstitlecontainer{
        padding: 1rem;
    }
    .productlist{
        flex-direction: column;
    }
    .productitem{
        width: 100%;
    }
    .partnershipcontainer{
        flex-direction: column-reverse;
    }
    .aboutcontainer{
        flex-direction: column;
    }
    .aboutcontent{
        padding: 1rem;
    }
    .recentprojectsnavcontent{
        flex-direction: column;
    }
    .productscontainer{
        padding: 4rem 2rem 8rem 2rem;
    }
    .contactnumber{
        font-size: 3rem;
    }
    .phoneimage{
        height: 3.5rem;
    }
    .aboutcontainer{
        padding-top: 8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
