*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    height: 100%;
    font-size: 16px;
}
body{
    font-family: "Montserrat", sans-serif;
    /* font-optical-sizing: auto; */
    font-style: normal;
    height: 100%;
    font-size: 16px;
}
a{
    text-decoration: none;
}
header{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3703f33;
    z-index: 100;
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        a{
            color: #221216;
            text-decoration: none;
            font-weight: 400;
            img{
                width: 120px;
            }
            &.solid{
                background: #f3703f;
                color: #fff;
                padding: 10px 10px;
                border-radius: 5px;
            }
        }
        .menu-mobile{
            display: none;
        }
        ul.menu-item{
            display: flex;
            list-style: none;
            li{
                &:not(:last-child){
                    margin-right: 20px;
                }
                
                a{
                    &.active{
                        color: #f3703f;
                        font-weight: 600;
                    }
                    &.close-menu{
                        display: none;
                    }
                    &.logo{
                        display: none;
                    }
                }
            }
        }
    }
}
.container{
    width: 90%;
    max-width: 1224px;
    margin: auto;
}
a{
    color: #221216;
    &:hover{
        color: #f3703f;
    }
}
ul{
    margin-left: 15px;
}
.chat-contact{
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 30px;
    z-index: 99;
    .container{
        display: flex;
        justify-content: flex-end;
        position: relative;
        a{
            background: #f3703f;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            /* border: 1px solid #fff; */
            img{
                width: 35px;
            }
        }
        .notif{
            position: absolute;
            /* width: 120px; */
            background: #fff7f4;
            padding:10px 15px;
            right: 70px;
            border-radius: 5px;
            font-size: 0.9rem;
            top: 50%;
            transform: translateY(-50%);
            span{
                font-size: 0.8rem;
            }
        }
    }
}
.right-nav{
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    ul{
        list-style: none;
        li{
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            &.text{
                text-transform: uppercase;
                font-size: 0.8rem;
                letter-spacing: 3px;
                writing-mode: tb-rl;
            }
            a{
                &.active{
                    background: #f3703f;
                }
                ion-icon{
                    font-size: 1.3rem;
                }
            }
            &:not(:last-child){
                margin-bottom: 10px;
            }
        }
    }
}
.row{
    display: flex;
    .col{
        width: 50%;
    }
}
.text-center{
    text-align: center;
}
p{
    line-height: 150%;
}
.home{
    height: 100%;
    padding-top: 50px;    
    .row{
        height: 100%;
        position: relative;
        .col{
            height: 100%;
            display: flex;
            align-items: center;
            .frame{
                position: relative;
                width: 90%;
                height: 400px;
                z-index: 1;
                img{
                    position: relative;
                    z-index: 1;
                    border-radius: 20px;
                    height: 100%;
                    object-fit: cover;
                }
                &::before{
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border: 1px solid #e8b8a6;
                    transform: rotate(5deg);
                    z-index: 0;
                    /* border-radius: 20px; */
                }
                &::after{
                    /* content: ''; */
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border: 1px solid #f3703f;
                    transform: rotate(-7deg);
                    z-index: 0;
                    border-radius: 20px;
                }
            }
            &.text{
                h1{
                    margin-bottom: 20px;
                }
                h2{
                    margin-bottom: 15px;
                    line-height: 150%;
                }
                a{
                    background: #f3703f;
                    color: #fff;
                    padding: 10px 15px;
                    border-radius: 5px;
                    display: inline-flex;
                    align-items: center;
                    text-decoration: none;
                    ion-icon{
                        margin-right: 5px;
                    }
                }
            }
        }
        .box-bg{
            position: absolute;
            width: 100px;
            height: 100px;
            bottom: 100px;
            right : 0px;
            border: 1px solid #acaaaa;
            &::before{
                content: '';
                position: absolute;
                top: -100%;
                left: 50%;
                width: 1px;
                height: 300px;
                background: #acaaaa;
            }
            &::after{
                content: '';
                position: absolute;
                top: 50%;
                left: -265px;
                width: 400px;
                height: 1px;
                background: #acaaaa;
            }
        }
    }
}
 .service-home{
    list-style: none;
    display: none;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 10px 10px 5px;
    margin-bottom: 20px;
    li{
        margin-right: 15px;
        img{
            width: 120px;
            height: 120px;
            border-radius: 10px;
        }
        small{
            font-size: 0.7rem;
            text-align: center;
            display: block;
        }
    }
}
.about{
    padding-bottom: 100px;
    h2{
        margin-bottom: 20px;
        position: relative;
        padding-left: 70px;
        &:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: #f3703f;
        }
    }
    .row{
        .col-5{
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            &:first-child{
                border-bottom: 1px solid #fde3db;
            }
        }
        .col-7{
            padding-left: 20px;
            width: 60%;
        }
    }
    .value{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        li{
            width: calc(100% / 2 - 16px);
            box-shadow: 0px 3px 6px 0px rgba(64, 64, 64, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
            padding: 20px;
            border-radius: 5px;
            margin: 8px;
            h3{
                margin-bottom: 10px;
                display: inline-flex;
                align-items: center;
                color: #f3703f;
                margin-bottom: 15px;
                ion-icon{
                    margin-right: 8px;
                }
            }
            p{
                font-size: 0.9rem;
            }
        }
    }
}
.service{
    padding-bottom: 100px;
    h2{
        margin-bottom: 30px;
        position: relative;
        padding-left: 70px;
        &:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: #f3703f;
        }
    }
    p{
        max-width: 700px;
        margin-bottom: 30px;
    }
    .service-list{
        list-style: none;
        display: flex;
        margin: 0;
        margin-top: 20px;
        flex-wrap: wrap;
        li{
            width: calc(100% / 2);
            height: 400px;
            background: #e6e6e6;
            /* border: 1px solid #050709; */
            position: relative;
            cursor: pointer;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
                position: relative;
            }
            .text{
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: #05070938;
                color: #e6e6e6;
                padding: 20px;
                height: 85px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}
.portofolio{
    padding-bottom: 100px;
    h2{
        margin-bottom: 20px;
        position: relative;
        padding-left: 70px;
        &:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: #f3703f;
        }
    }
    .portofolio-list{
        list-style: none;
        margin: 0;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        li{
            width: calc(100% / 3 - 6px);
            height: 300px;
            /* border: 1px solid #d4a867; */
            /* padding: 6px; */
            margin: 3px;
            .item{
                height: 100%;
                background-size: cover!important;
                padding: 20px;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                position: relative;
                cursor: pointer;
                .overlay{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(1deg, #00000085, transparent);
                    z-index: 0;
                }
                .client-name{
                    font-size: 1.2rem;
                    font-weight: 600;
                    margin-bottom: 10px;
                    z-index: 1;
                    color: #f7efe3;
                }
                .project-title{
                    color: #d4a867;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    z-index: 1;
                    font-weight: 600;
                }
            }
        }
    }
     .see-more{
        background: #f3703f;
        color: #fff;
        font-size: 0.9rem;
        padding: 10px 15px;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        margin-top: 20px;
        ion-icon{
            margin-left: 5px;
        }
    }
}
.how-to-order{
    padding: 100px 0;
    background: #050709;
    h2{
        color: #d4a867;
        margin-bottom: 40px;
        position: relative;
        padding-left: 70px;
        &:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: #d4a867;
        }
    }
    .how-to-orde-list{
        display: flex;
        margin: 20px 0;
        list-style: none;
        li{
            color: #fff;
            border: 2px solid #f6d29d;
            padding: 40px 20px;
            &:not(:last-child){
                margin-right: 10px;
            }
            .title{
                font-weight: 600;
                margin-bottom: 10px;
                color: #f7efe3;
            }
            .description{
                font-size: 0.9rem;
                color: #d3ccc2;
            }
        }
    }
}
.faq{
    padding: 100px 0;
    h2{
        margin-bottom: 30px;
        text-align: center;
        position: relative;
        padding-left: 70px;
        &:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 100%;
            background: #f3703f;
        }
    }
    .faq-list{
        max-width: 700px;
        margin: auto;
    }
    .faq-list details{
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        margin-bottom: 12px;
        overflow: hidden;
        background: #fff;
    }

    .faq-list summary{
        list-style: none;
        cursor: pointer;
        padding: 14px 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .faq-list summary::-webkit-details-marker{ display:none; }
    .faq-list summary::marker{ content:""; }

    .faq-list summary::before{
        content:"";
        width:10px; height:10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
        transition: transform .2s ease;
        flex: 0 0 auto;
    }
    .faq-list details[open] summary::before{ transform: rotate(45deg); }

    .faq-content{
        padding: 0 16px 16px;
    }

    .faq-anim{
        overflow: hidden;
        height: 0;
    }
}
footer{
    padding: 100px 0;
    background: #050709;
    color: #e6e6e6;
    .row{
        .col{
            &:last-child{
                padding-left: 20px;
                text-align: right;
            }
            h2{
                margin-bottom: 15px;
            }
            ul{
                list-style: none;
                li{
                    margin-bottom: 10px;
                    a{
                        color: #e6e6e6;
                        text-decoration: none;
                        &:hover{
                            color: #f3703f;
                        }
                    }
                }
            }
        }
    }
    a{
        color: #a2a0a0;
        
    }
    ul{
        &.sosmed{
            list-style: none;
            margin: 0;
            display: flex;
            li{
                padding: 5px 0;
                a{
                    display: flex;
                    align-items: center;
                    font-size: 1.1rem;
                    color: #f3703f;
                }
                &:not(:last-child){
                    margin-right: 10px;
                }
            }
        }
    }
}
.mb-15{
    margin-bottom: 15px;
}
.separator {
  width: 120px;
  height: 20px;
  background-image: repeating-linear-gradient(
    135deg,
    #c8a26a 0,
    #c8a26a 1px,
    transparent 2px,
    transparent 10px
  );
}
.main{
    padding-top: 80px;
    .title{
        /* background: #000; */
        padding:30px 0 0 0;
        h1{
            color: #d4a867;
            display: flex;
            align-items: center;
            .separator{
                margin-right: 20px;
            }
        }
    }
    .service-list{
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        margin: 30px 0 50px 0;
        li{
            width: calc(100% / 3 - 10px);
            margin: 5px 5px 15px 5px;
            border: 1px solid #fde3db;
            border-radius: 5px;
            a{
                text-decoration: none;
                &:hover{
                    color: inherit;
                }
            }
            .img{
                width: 100%;
                height: 280px;
                background: #eaeaea;
                border-radius: 5px;
                position: relative;
                img{
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;
                }
                .title-sec{
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(0deg,#00000096, transparent);
                    top: 0;
                    left: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding: 20px;
                    h2{
                        color: #d4a868;
                        margin-bottom: 5px;
                    }
                    h3{
                        color: #d1d1d1;
                        font-weight: 400;
                        font-size: 1rem;
                    }
                }
            }
            .description{
                padding: 20px 15px;
                h2{
                    margin-bottom: 10px;
                    font-size: 1.2rem;
                    &.small{
                        font-size: 1.1rem;
                        margin-top: 5px;
                    }
                }
                h3{
                    font-size: 1rem;
                    line-height: 150%;
                    margin-top: 5px;
                    font-weight: 400;
                }
                p{
                    display: -webkit-box;
                    margin-bottom: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }
                span{
                    display: flex;
                    align-items: center;
                    ion-icon{
                        margin-left: 5px;
                    }
                }
            }
            &:hover{
                border-color: #c99f93;
            }
        }
    }
}
.page-content{
    padding: 30px 10px;
    flex: 1;
    p{
        min-height: 1rem;
    }
    img{
        width: 100%;
    }
    .img-banner{
        margin-bottom: 20px;
        img{
            border-radius: 5px;
        }
    }
    h2{
        border-left: 8px solid #f3703f;
        padding-left: 15px;
    }
    h2,h3,h4,h5{
        margin: 1.2rem 0;
    }
    blockquote {
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: 1.5em 0px;
        padding: 0.5em 10px;
        quotes: "\201C""\201D""\2018""\2019";
    }
    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }
    blockquote p {
        display: inline;
    }
    p{
        margin: 16px 0;
    }
    a{
        color: #f3703f;
    }
    /* wrapper */
    .gallery-images{
        display:grid;
        gap:8px;
    }
    ol{
        margin-left: 20px;
    }
    ul,ol{
        p{
            margin: 10px 0;
        }
    }
    /* default: 3 kolom */
    .gallery-images[data-cols="3"]{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    .gallery-images[data-cols="2"]{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .gallery-images[data-cols="1"]{
        grid-template-columns:1fr;
    }

    .gallery-images img{
        width:100%;
        height:100%;
        display:block;
        border-radius:8px;
        object-fit:cover;
        cursor: zoom-in;
    }
}
.content-detail{
    .page-action{
        width: 350px;
        padding-right: 20px;
        margin-top: 28px;
        order: 0;
        .action{
            background: #fff;
            position: sticky;
            top: 100px;
            padding: 30px 25px;
            margin-bottom: 20px;
            border: 1px solid #fde3db;
            border-radius: 5px;
            h2{
                margin-bottom: 15px;
            }
            ul{
                margin-bottom: 20px;
                li{
                    &:not(:last-child){
                        margin-bottom: 5px;
                        /* border-bottom: 1px dashed; */
                        /* padding-bottom: 10px; */
                    }
                    a{
                        line-height: 160%;
                        font-size: 0.9rem;
                        &.is-active{
                            color: #f3703f;
                            transition: all 0.5s ease-in-out;
                        }
                    }
                }
            }
            a{
                text-decoration: none;
            }
            .btn{
                display: flex;
                background: #f3703f;
                color: #fff;
                text-align: center;
                align-items: center;
                justify-content: center;
                padding: 10px;
                text-decoration: none;
                border-radius: 5px;
            }
        }
        &.mobile{
            display: none;
        }
    }
    .share{
        border-left: 1px solid #fde3db;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        order: 2;
        ul{
            list-style: none;
            position: sticky;
            top: 100px;
            padding: 8px 20px 20px 20px;
            margin-left: 0;
            li{
                text-align: center;
                margin-bottom: 15px;
                &.text{
                    writing-mode: tb-rl;
                    text-transform: uppercase;
                    font-size: 0.9rem;
                    letter-spacing: 3px;
                }
                a{
                    ion-icon{
                        font-size: 1.3rem;
                    }
                }
            }
        }
    }
    .list-recomendation{
        margin-top: 20px;
        .recomendation{
            margin-top: 10px;
            margin-left: -5px;
        }
    }
    .page-content{
        .page-action{
            display: none;
        }
    }
}
.red{
    color: #f3703f;
}
.img-lightbox{
  position:fixed; inset:0; z-index:999999;
  background:rgba(0,0,0,.85);
  display:flex; align-items:center; justify-content:center;
}
.img-lightbox .img-view{
  max-width:min(92vw, 1100px);
  max-height:88vh;
  object-fit:contain;
  border-radius:10px;
}
.img-lightbox button{
  position:absolute;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  width:44px; height:44px;
  border-radius:999px;
  cursor:pointer;
}
.img-close{ top:18px; right:18px; }
.img-prev{ left:18px; top:50%; transform:translateY(-50%); }
.img-next{ right:18px; top:50%; transform:translateY(-50%); }
.img-counter{
  position:absolute; bottom:18px; left:50%;
  transform:translateX(-50%);
  color:#fff; font-size:13px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  padding:6px 10px; border-radius:999px;
}
.blog-detail{
    display: flex;
    margin-bottom: 30px;
    .content{
        max-width: 800px;
        h1{
            margin-bottom: 20px;
            line-height: 150%;
        }
        img{
            margin-bottom: 20px;
        }
        .page-content{
            padding: 0px;
        }
        small{
            font-size: 0.9rem;
        }
    }
    .toc{
        &.mobile{
            display: none;
        }
        width: 350px;
        margin-right: 30px;
        border-right: 1px solid #fee2da;
        padding-right: 30px;
        .sticky{
            position: sticky;
            top: 100px;
            border: 1px solid #fee2da;
            padding: 30px 25px;
            border-radius: 5px;
        }
        h2{
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        ul{
            /* list-style: none; */
            margin-left: 15px;
            li{
                /* margin-bottom: 5px; */
                /* border-bottom: 1px dashed; */
                /* padding: 10px 0; */
                a{
                    text-decoration: none;
                    line-height: 160%;
                    font-size: 0.9rem;
                    &.is-active{
                        color: #f3703f;
                        transition: all 0.5s ease-in-out;
                    }
                }
                &:is(:last-child){
                    border-bottom: none;
                    padding-bottom: 0;
                }
                &:not(:last-child){
                    margin-bottom: 8px;
                }
            }
        }
    }
}
.recomendation{
    h2{
        display: flex;
    }
    .service-list{
        margin: 10px 0px 50px -5px;
    }
}
.about-us{
    padding: 40px 0;
    blockquote {
        font-size: 1rem;
        font-weight: 500;
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: 2em 0px 1.5em 0px;
        padding: 0.5em 10px;
        quotes: "\201C""\201D""\2018""\2019";
        /* border-radius: 0 50px; */
    }
    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }
    blockquote p {
        display: inline;
    }
    .profile{
        display: flex;
        .text{
            width: 50%;
            p{
                padding-left: 30px;
                border-left: 20px solid #d4a868;
                line-height: 160%;
                &::first-letter{
                    font-size: 2rem;
                }
            }
            
        }
        .image{
            width: 50%;
            padding: 30px;
            img{
                border-radius: 0 200px;
            }
        }
    }
    h2{
        margin-bottom: 20px;
    }
    ul{
        li{
            margin-bottom: 10px;
        }
    }
}
.portfolio-detail{
    display: flex;
    padding: 30px 0;
    .summary{
        width: 330px;
        margin-right: 30px;
        margin-bottom: 30px;
        .sticky{
            position: sticky;
            top: 100px;
            padding-right: 30px;
            background: #ffffff;
            /* color: #fff; */
            padding: 30px;
            border-radius: 5px;
            box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 7%);
            h2{
                margin-bottom: 15px;
            }
            ul{
                li{
                    margin-bottom: 10px;
                    border-bottom: 1px dashed #636363;
                    padding: 6px 0 10px 0;
                    .label{
                        margin-bottom: 10px;
                    }
                    .value{
                        font-weight: 500;
                    }
                    &:is(:last-child){
                        margin-bottom: 0;
                        border-bottom: none;
                        padding-bottom: 0;
                    }
                }
            }
        }
    }
    .detail{
        flex: 1;
        img{
            border-radius: 5px;
        }
        .page-content{
            padding-top: 10px;
        }
    }
}
.breadcrumb{
    ul{
        list-style: none;
        display: flex;
        margin-top: 15px;
        margin-left: 0;
        li{
            &:not(:last-child){
                padding-right: 20px;
                position: relative;
                &::after{
                    content: '>';
                    position: absolute;
                    right: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #c99f93;
                }
                a{
                    color: #c99f93;
                }
            }
        }
    }
}
@media only screen and (max-width: 480px) {
    .right-nav{
        display: none;
    }
    header{
        nav{
            padding: 10px 0;
            a{
                display: flex;
                img{
                    width: 90px;
                }
                &.solid{
                    
                }
            }
            ul.menu-item{
                display: none;
                li{
                    
                }
                &.show{
                    display: block;
                    position: fixed;
                    height: 100%;
                    background: #fff;
                    left: 0;
                    top: 0;
                    flex-direction: column;
                    width: 100%;
                    padding: 100px 30px;
                    z-index: 1001;
                    margin: 0;
                    li{
                        margin-right: 0px;
                        margin-bottom: 20px;
                        &:last-child{
                            padding-top: 20px;
                        }
                        a{
                            &.close-menu{
                                display: block;
                                font-size: 1.8rem;
                                color: #555555;
                                font-weight: 200;
                                position: fixed;
                                top: 25px;
                                right: 25px;
                            }
                            &.logo{
                                display: block;
                                position: fixed;
                                top: 25px;
                                left: 25px;
                            }
                        }
                    }
                }
            }
            .menu-mobile{
                height: 29px;
                background: none;
                border: none;
                box-shadow: none;
                display: block;
                .menu-mobile-hamburger{
                    height: 1px;
                    width: 30px;
                    background: #000;
                    position: relative;
                    &::after{
                        content: '';
                        height: 2px;
                        width: 30px;
                        background: #000;
                        position: absolute;
                        bottom: -9px;
                        left: 0;
                    }
                    &::before{
                        content: '';
                        height: 1px;
                        width: 30px;
                        background: #000;
                        position: absolute;
                        top: -7px;
                        left: 0;
                    }
                }
            }
        }
    }
    .home{
        height: auto;
        padding: 50px 0 10px 0;
        .row{
            flex-direction: column;
            &.container{
                width: 100%;
            }
            .col{
                width: 100%;
                .frame{
                    width: 100%;
                    height: 300px;
                    img{
                        width: 100%;
                        border-radius: 0;
                    }
                    &::before{
                        display: none;
                    }
                }
                &.text{
                    padding: 20px;
                    z-index: 1;
                    h1{
                        margin-bottom: 20px;
                        font-size: 2rem;
                    }
                    h2{
                        margin-bottom: 15px;
                        line-height: 150%;
                        font-size: 1.1rem;
                    }
                    p{
                        font-size: 0.9rem;
                    }
                    a{
                        font-size: 0.9rem;
                        font-weight: 500;
                        background: #303030;
                        color: #fff;
                        padding: 12px 15px;
                        border-radius: 5px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        text-decoration: none;
                        width: max-content;
                        ion-icon{
                            margin-right: 5px;
                        }
                    }
                }
            }
            .box-bg{
                display: none;
                position: absolute;
                width: 100px;
                height: 100px;
                bottom: 100px;
                right : 0px;
                border: 1px solid #eaeaea;
                z-index: 0;
                &::before{
                    content: '';
                    position: absolute;
                    top: -100%;
                    left: 50%;
                    width: 1px;
                    height: 300px;
                    background: #eaeaea;
                }
                &::after{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: -265px;
                    width: 400px;
                    height: 1px;
                    background: #eaeaea;
                }
            }
        }
    }
    .service-home{
        display: flex;
    }
    .about{
        padding-bottom: 50px;
        position: relative;
        h2{
            margin-bottom: 20px;
            padding-left: 50px;
            transform: rotate(270deg);
            position: absolute;
            left: -85px;
            top: 109px;
            background: #fff;
            font-size: 1.1rem;
            height: 35px;
            display: flex;
            align-items: center;
            padding-right: 20px;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 30px;
                height: 100%;
                background: #f3703f;
            }
        }
        .row{
            flex-direction: column;
            .col-5{
                background: radial-gradient(#f3703f36, rgb(242 113 64 / 0%), rgb(255 87 34 / 10%), rgb(242 113 63 / 11%));
                padding: 25px 25px 25px 40px;
                border-radius: 20px;
                width: 95%;
                margin-left: 4%;
                p{
                    font-size: 0.9rem;
                    text-align: justify;
                }
            }
            .col-7{
                width: 100%;
                padding-left: 0px;
            }
        }
        .value{
            list-style: none;
            display: flex;
            flex-wrap: nowrap;
            overflow: hidden;
            overflow-x: auto;
            margin-left: 10px;
            margin-top: 30px;
            li{
                min-width: 90%;
                box-shadow: 0px 3px 6px 0px rgba(64, 64, 64, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
                padding: 20px;
                border-radius: 5px;
                margin: 5px;
                margin-right: 10px;
                h3{
                    margin-bottom: 10px;
                    display: inline-flex;
                    align-items: center;
                    color: #f3703f;
                    margin-bottom: 15px;
                    ion-icon{
                        margin-right: 8px;
                    }
                }
                p{
                    font-size: 0.9rem;
                }
            }
        }
    }
    .service{
        /* display: none; */
        padding-bottom: 50px;
        h2{
            margin-bottom: 30px;
            position: relative;
            padding-left: 50px;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 30px;
                height: 100%;
                background: #f3703f;
            }
        }
        p{
            font-size: 0.9rem;
            max-width: 700px;
            margin-bottom: 30px;
        }
        .service-list{
            list-style: none;
            display: flex;
            margin: 0;
            margin-top: 20px;
            flex-wrap: wrap;
            li{
                width: 100%;
                height: 300px;
                background: #e6e6e6;
                /* border: 1px solid #050709; */
                position: relative;
                cursor: pointer;
                border-top: 1px solid #fff;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
                .text{
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    background: #05070938;
                    color: #e6e6e6;
                    padding: 20px;
                    height: 60px;
                }
            }
        }
    }
    .portofolio{
        /* display: none; */
        padding-bottom: 50px;
        h2{
            margin-bottom: 20px;
            position: relative;
            padding-left: 55%;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 50%;
                height: 100%;
                background: #f3703f;
            }
        }
        p{
            font-size: 0.9rem;
        }
        .portofolio-list{
            list-style: none;
            margin: 0;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            li{
                width: 100%;
                height: 300px;
                /* border: 1px solid #d4a867; */
                /* padding: 6px; */
                margin: 0 0 15px 0;
                .item{
                    height: 100%;
                    background-size: cover!important;
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    position: relative;
                    cursor: pointer;
                    .overlay{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        
                        z-index: 0;
                    }
                    .client-name{
                        font-size: 1.2rem;
                        font-weight: 600;
                        margin-bottom: 10px;
                        z-index: 1;
                        color: #f7efe3;
                    }
                    .project-title{
                        color: #d4a867;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        z-index: 1;
                        font-weight: 600;
                        font-size: 0.9rem;
                    }
                }
            }
        }
        .see-more{
            background: #f3703f;
            color: #fff;
            font-size: 0.9rem;
            padding: 8px 10px;
            border-radius: 5px;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            margin-top: 20px;
            ion-icon{
                margin-left: 5px;
            }
        }
    }
    .how-to-order{
        /* display: none; */
        padding: 50px 0;
        background: #050709;
        h2{
            color: #d4a867;
            margin-bottom: 40px;
            position: relative;
            padding-left: 50px;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 30px;
                height: 100%;
                background: #d4a867;
            }
        }
        .how-to-orde-list{
            display: flex;
            margin: 20px 0;
            list-style: none;
            flex-wrap: nowrap;
            overflow: hidden;
            overflow-x: auto;
            li{
                min-width: 90%;
                color: #fff;
                border: 2px solid #f6d29d;
                padding: 20px;
                &:not(:last-child){
                    margin-right: 10px;
                }
                .icon{
                    img{
                        width: 100px;
                    }
                }
                .title{
                    font-weight: 600;
                    margin-bottom: 10px;
                    color: #f7efe3;
                }
                .description{
                    font-size: 0.9rem;
                    color: #d3ccc2;
                }
            }
        }
    }
    .faq{
        /* display: none; */
        padding: 50px 0;
        h2{
            margin-bottom: 30px;
            text-align: left;
            position: relative;
            padding-left: 70px;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 50px;
                height: 100%;
                background: #f3703f;
            }
        }
        .faq-list{
            max-width: 700px;
            margin: auto;
        }
        .faq-list details{
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            margin-bottom: 12px;
            overflow: hidden;
            background: #fff;
        }

        .faq-list summary{
            list-style: none;
            cursor: pointer;
            padding: 10px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
        }

        .faq-list summary::-webkit-details-marker{ display:none; }
        .faq-list summary::marker{ content:""; }

        .faq-list summary::before{
            content:"";
            width: 6px;
            height: 6px;
            border-right: 2px solid currentColor;
            border-bottom: 2px solid currentColor;
            transform: rotate(-45deg);
            transition: transform .2s ease;
            flex: 0 0 auto;
        }
        .faq-list details[open] summary::before{ transform: rotate(45deg); }

        .faq-content{
            padding: 0 16px 16px;
        }

        .faq-anim{
            overflow: hidden;
            height: 0;
        }
    }
    footer{
        /* display: none; */
        padding: 50px 10px;
        background: #050709;
        color: #e6e6e6;
        .row{
            flex-direction: column;
            .col{
                width: 100%;
                &:last-child{
                    padding-left: 0px;
                    text-align: left;
                }
                h2{
                    margin-bottom: 15px;
                }
                ul{
                    list-style: none;
                    margin-left: 0;
                    li{
                        margin-bottom: 10px;
                        a{
                            color: #e6e6e6;
                            text-decoration: none;
                            font-size: 0.9rem;
                            &:hover{
                                color: #f3703f;
                            }
                        }
                    }
                }
                p{
                    font-size: 0.9rem;
                }
                .link{
                    margin-top: 20px;
                }
            }
        }
        p{
            font-size: 0.9rem;
        }
    }
    .main{
        .title{
            padding:0;
            h1{
                font-size: 1.3rem;
                .separator{
                    width: 20px;
                    height: 30px;
                    background: #d3a868;
                }
            }
        }
        .service-list{
            flex-direction: column;
            li{
                width: 100%;
                margin: 0 0 15px 0;
                .description{
                    p,span{
                        font-size: 0.9rem;
                    }
                }
            }
            &.recomendation{
                margin-top: 10px;
                margin-left: -5px;
                flex-wrap: nowrap;
                flex-direction: row;
                overflow: hidden;
                overflow-x: auto;
                li{
                    width: 100%;
                    min-width: 90%;
                    margin: 0 10px 15px 0;
                }
            }
        }
    }
    .page-content{
        padding: 30px 0;
        flex: 1;
        img{
            width: 100%;
        }
        .img-banner{
            margin-bottom: 20px;
            img{
                border-radius: 0;
            }
        }
        h2,h3,h4,h5{
            margin: 1rem 0;
        }
        h2{
            font-size: 1.2rem;
            padding-left: 10px;
        }
        h3{
            font-size: 1.1rem;
        }
        h4{
            font-size: 1rem;
        }
        blockquote {
            background: #f9f9f9;
            border-left: 10px solid #ccc;
            margin: 1.5em 0px;
            padding: 0.5em 10px;
            quotes: "\201C""\201D""\2018""\2019";
        }
        blockquote:before {
            color: #ccc;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }
        blockquote p {
            display: inline;
        }
        p{
            margin: 16px 0;
            font-size: 0.9rem;
        }
        /* wrapper */
        .gallery-images{
            display:grid;
            gap:6px;
        }
        /* default: 3 kolom */
        .gallery-images[data-cols="3"]{
            grid-template-columns:repeat(2, minmax(0, 1fr));
        }
        .gallery-images[data-cols="3"] img:last-child:nth-child(odd) {
            grid-column: 1 / -1;
            aspect-ratio: 16 / 9;
        }
        .gallery-images[data-cols="2"]{
            grid-template-columns:repeat(2, minmax(0, 1fr));
        }
        .gallery-images[data-cols="1"]{
            grid-template-columns:1fr;
        }
        .gallery-images img{
            width:100%;
            height:100%;
            display:block;
            border-radius:4px;
            object-fit:cover;
            cursor: zoom-in;
        }
    }
    .content-detail{
        width: 100%;
        .page-action{
            display: none;
        }
        .share{
            display: none;
            border-right: 1px solid #fde3db;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            ul{
                list-style: none;
                position: sticky;
                top: 100px;
                padding: 8px 20px 20px 20px;
                margin-left: 0;
                li{
                    margin-bottom: 10px;
                    a{
                        ion-icon{
                            font-size: 1.5rem;
                        }
                    }
                }
            }
        }
        .page-content{
            padding: 20px 0 30px 0;
            .page-action{
                width: 90%;
                padding-left: 0px;
                padding-right: 0px;
                margin-top: 0px;
                display: block;
                margin: auto;
                .action{
                    background: #fff;
                    position: sticky;
                    top: 100px;
                    padding: 10px 20px 20px 20px;
                    margin-bottom: 20px;
                    border: 1px solid #fde3db;
                    border-radius: 5px;
                    h2{
                        margin-bottom: 15px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }
                    ul{
                        margin-bottom: 0px;
                        li{
                            &:not(:last-child){
                                margin-bottom: 5px;
                                border-bottom:none;
                                padding-bottom: 5px;
                            }
                        }
                    }
                    a{
                        line-height: 160%;
                        font-size: 0.85rem;
                        color: inherit;
                    }
                }
            }
            .content{
                width: 90%;
                margin: auto;
            }
        }
        .list-recomendation{
            /* margin-top: 20px; */
            width: 90%;
            margin: auto;
            .recomendation{
                margin-top: 10px;
                margin-left: -5px;
            }
        }
    }
    .chat-contact{
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin-bottom: 10px;
        z-index: 99;
        .container{
            display: flex;
            justify-content: flex-end;
            position: relative;
            a{
                background: #f3703f;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                /* border: 1px solid #fff; */
                img{
                    width: 35px;
                }
            }
            .notif{
                position: absolute;
                /* width: 120px; */
                background: #fff7f4;
                padding:10px 15px;
                right: 70px;
                border-radius: 5px;
                font-size: 0.9rem;
                top: 50%;
                transform: translateY(-50%);
                span{
                    font-size: 0.8rem;
                }
            }
        }
    }
    p{
        font-size: 0.9rem;
    }
    h1{
        font-size: 1.3rem;
    }
    h2{
        font-size: 1.2rem;
    }
    h3{
        font-size: 1.1rem;
    }
    h4{
        font-size: 1rem;
    }
    .portfolio-detail{
        width: 100%;
        padding: 20px 0;
        .summary{
            width: 92%;
            margin-bottom: 30px;
            position: absolute;
            top: 295px;
            left: 4%;
            .sticky{
                position: sticky;
                top: 100px;
                padding-right: 30px;
                background: #ffffff;
                /* color: #fff; */
                padding: 20px;
                border-radius: 5px;
                box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 7%);
                h2{
                    margin-bottom: 5px;
                    font-size: 1.1rem;
                }
                ul{
                    display: flex;
                    list-style: none;
                    margin-left: 0;
                    flex-wrap: wrap;
                    li{
                        width: 100%;
                        min-width: 50%;
                        margin-bottom: 3px;
                        border-bottom: none;
                        padding: 6px 0 10px 0;
                        .label{
                            margin-bottom: 1px;
                            font-size: 0.8rem;
                        }
                        .value{
                            font-weight: 500;
                            font-size: 0.9rem;
                        }
                    }
                }
            }
        }
        .detail{
            margin-top: 0px;
            flex: 1;
            img{
                width: 100%;
                border-radius: 0;
            }
            .page-content{
                padding-top: 225px;
                width: 90%;
                margin: auto;
            }
        }
    }
    .blog-detail{
        display: flex;
        margin-bottom: 30px;
        width: 100%;
        .content{
            max-width: 800px;
            h1{
                margin-bottom: 20px;
                line-height: 150%;
                width: 90%;
                margin: auto;
                margin-bottom: 20px;
            }
            img{
                margin-bottom: 20px;
            }
            .page-content{
                padding-top: 0px;
                width: 90%;
                margin: auto;
                .recomendation{
                    margin-bottom: 0;
                }
            }
            small{
                font-size: 0.9rem;
            }
        }
        .toc{
            &.desktop{
                display: none;
            }
            &.mobile{
                display: block;
            }
            width: 100%;
            margin-right: 0;
            border-right: none;
            padding-right: 0;
            margin-bottom: 20px;
            .sticky{
                position: sticky;
                top: 100px;
                padding: 20px 15px 10px 20px;
                /* border: 1px solid; */
            }
            h2{
                margin: 0 0 10px 0;
            }
            ul{
                list-style: disc;
                margin: 0 0 0 15px;
                li{
                    margin-bottom: 5px;
                    border-bottom: none;
                    padding: 5px 0;
                    a{
                        text-decoration: none;
                        color: inherit;
                        font-size: 0.9rem;
                    }
                    &:not(:last-child) {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
    .about-us{
        padding: 20px 0;
        blockquote {
            font-size: 1rem;
            font-weight: 500;
            background: #f9f9f9;
            border-left: 10px solid #ccc;
            margin: 2em 0px 1.5em 0px;
            padding: 0.5em 10px;
            quotes: "\201C""\201D""\2018""\2019";
            /* border-radius: 0 50px; */
        }
        blockquote:before {
            color: #ccc;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }
        blockquote p {
            display: inline;
        }
        .profile{
            display: flex;
            flex-direction: column;
            .text{
                width: 100%;
                order: 1;
                h2{
                    font-size: 2rem;
                }
                p{
                    padding-left: 0px;
                    border-left: none;
                    line-height: 160%;
                    &::first-letter{
                        font-size: 2rem;
                    }
                }
                
            }
            .image{
                width: 100%;
                padding: 0px;
                order: 0;
                img{
                    border-radius: 0 100px;
                    margin-bottom: 20px;
                }
            }
        }
        h2{
            margin-bottom: 20px;
        }
        ul{
            li{
                margin-bottom: 10px;
            }
        }
    }
}
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}