@import url('satoshi.css');
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
nav{
    position: fixed;
    display: flex;
    z-index: 1000;
    background: #cac4bed8;
    transition: background 0.5s;
    flex-direction: column;
    
}
.navContainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .navLinks{
        justify-content: center;
        align-items: center;
        gap: 14px;
    }
}

.whatsapp_button img {
    width: 60px;
    cursor: pointer;
}

.whatsapp_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.home_hero_section {
    /* Hapus background di sini, biarkan diatur JS */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    .filterLeft{
        background: linear-gradient(73deg, rgba(51, 44, 43, 0.85) 7.29%, rgba(51, 44, 43, 0.00) 56.53%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 2;
    }
    .filterTop{
        background: linear-gradient(171deg, #F2EAD6 -4.99%, rgba(255, 255, 253, 0.00) 33.8%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 2;
    }
}

.statt-section{
    background: url(../images/background/home2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.footerSection{
    background: url(../images/background/FooterSm.png), var(--color-dune-600);
    background-position: 0% 45%, center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* services */
.services_hero_section{
    background: url(../images/background/home4.jpg);
    background-size: cover;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    height: 100vh;
    image_section{
        display: none;
    }
    .circle_accent{
        border-radius: 1071px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(150, 130, 106, 0.60) 0%, rgba(242, 234, 214, 0.60) 100%);
        filter: blur(155px);
        -webkit-filter: blur(155px);
        width: 1071px;
        height: 1071px;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .filterTop{
        background: linear-gradient(171deg, #F2EAD6 -4.99%, rgba(255, 255, 253, 0.00) 33.8%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 2;
    }
}

.services{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: relative;
    .cardServiceFrame{
        display: flex;
        align-items: center;
        gap: 19px;
        align-self: stretch;
        flex-direction: column;
        overflow: hidden;
        
    }
    .swiper_custom_nav{
        position: absolute;
        z-index: 10;
        top: 37%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }
    .swiper_custom_nav svg{
        font-size: 50px;
        cursor: pointer !important;
        opacity: 0.44 !important;
        transition: all .3s ease-in-out !important;
    }
    .swiper_custom_nav svg:hover{
        opacity: 1 !important;
    }
    
    #swiper-1 .swiper-custom-pagination {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding-top: 2rem;
        bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        transform: translateX(0%)!important;
    }
    #swiper-1 .swiper-pagination-bullet {
        opacity: 1;
        background-color: #ffffff30;
        width: .75rem;
        height: .75rem;
        margin: 0 6px;
    }
    #swiper-1 .swiper-pagination-bullet-active {
        background-color: var(--color-gray-200);
    }
}
.cardService{
    position: relative;
    min-width: 264px;
    height: 398px;
    border-radius: 16px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}

.textBg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 28.4%, #000 100%);
    .textHover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 9px;
        flex: 1 0 0;
        align-self: stretch;
        position: absolute;
        padding: 30px 20px;
    }
}

.process_section{
    position: relative;
    background: url(../images/background/home1.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    min-height: 100vh;

    .process_bg{
        position: absolute;
        background: linear-gradient(180deg, #332C2B 19.93%, rgba(113, 101, 93, 0.38) 60.73%, #71655D 100%);
        backdrop-filter: blur(19px);
        -webkit-backdrop-filter: blur(19px);
        min-height: 100vh;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

/* portfolio */
.portfolio_hero_section{
    height: 100%;
    .circle_accent{
        border-radius: 1071px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(150, 130, 106, 0.60) 0%, rgba(242, 234, 214, 0.60) 100%);
        filter: blur(155px);
        -webkit-filter: blur(120px);
        width: 1071px;
        height: 1071px;
        flex-shrink: 0;
        position: absolute;
        top: -820px;
        left: -630px;
        z-index: 2;
    }
}

.projectsSectionFrame{
    display: flex;
    padding: 0px 20px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 16px;
    align-self: stretch;
    flex-wrap: wrap;
    .cardPortfolio{
        display: flex;
        width: 294px;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        gap: 10px;
        
    }
}
.portfolio_img{
    height: 364px;
    align-self: stretch;
    border-radius: 8px;
    overflow: hidden;
    img{
        height: 100%;
        width: auto;
        object-fit: cover;
    }
}
.portfolioDetail_hero_section{
    display: flex;
    height: 100vh;
    padding: 60px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    .circle_accent{
        border-radius: 1071px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(150, 130, 106, 0.60) 0%, rgba(242, 234, 214, 0.60) 100%);
        filter: blur(155px);
        -webkit-filter: blur(155px);
        width: 1071px;
        height: 1071px;
        flex-shrink: 0;
        position: absolute;
        top: -820px;
        left: -630px;
        z-index: 3;
    }
    .filterBG{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: linear-gradient(180deg, rgba(70, 62, 61, 0.00) 56.9%, #332C2B 94.95%);
        z-index: 2;
    }
    
    .textHero{
        display: flex;
        max-width: 650px;
        padding-bottom: 56px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        z-index: 4;
    }

}
.bg_hero{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position:50% 50%;
    }
}
.projectImages{
    display: flex;
    padding: 48px 20px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
    img{
        height: 372px;
        min-width: 331px;
        max-width: 620px;
        object-fit: cover;
        flex: 1 0 0;
    }
}

.image-modal {
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.image-modal .modal-content {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
}

.close-modal {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.2s;
}

.close-modal:hover {
    color: #ffb300;
}

.bg-slider, .bg-slider-next {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}
.bg-slider-next {
    opacity: 0;
    z-index: 1;
}

@media(min-width: 628px) {
    .footerSection{
        background: url(../images/background/FooterMd.png), var(--color-dune-600);
        background-position: 0% 16%, center;
        background-repeat: no-repeat;
    }
}
@media(min-width: 1024px) {
    .footerSection{
        background: url(../images/background/Footer.png), var(--color-dune-600);
        background-position: 0% 21%, center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media(max-width: 425px) {
    .swiper_custom_nav{
        display: none !important;
    }
    
}

