@font-face {
    font-family: 'Butler Stencil';
    src: url('Butler_Regular_Stencil.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lyon Display Trial';
    src: url('LyonDisplay-Regular-Trial.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney Book';
    src: url('whitneybook.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Atyp Display Medium';
    src: url('AtypText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


    *{
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
        /* overflow: hidden; */
    }

    body{
        position: relative;
        min-height: 100vh;
        width: 100%;
    }
    nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(rgba(14,29,51,0.8));
        z-index: 998;
    }
    .navigation{
        display: flex;
    }
    .nav-btn{
        position: fixed;
        top: 24px;
        left: 96%;
        height: 45px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        transition: all .9s ease;
        z-index: 9999;
    }
    .nav-btn.size{
        top: 4px;
    }
    .nav-btn.click{
        z-index: 99999;
    }
    .nav-btn span{
        color: #0F0F17;
        font-size: 28px;
        line-height: 45px;
        z-index: 999;
    }
    .nav-btn.click span::before{
        content: '\F62A';
        z-index: 999;
    }
    .sidebar{
        position: fixed;
        display: flex;
        width: 100%;
        height: 100%;
        /* left: 1%; */
        top: -1200px;
        background: transparent;
        transition: top 1s ease;
        overflow: hidden;
        z-index: 999;
    }
    .sidebar.show{
        top: 0px;
    }
    .sidebar .menu {
        padding: 30px;
        margin-top: 40px;
        background: #F7F5F1;
        width: 100%;
        height: 85%;
        transition: top 3s;
    }
    .sidebar .contact{
        padding: 30px 0px 0px 80px;
        margin-top: 40px;
        background: #F7F5F1;
        width: 100%;
        height: 85%;
        transition: top 5s;
    }
    .sidebar .contact li{
        margin-top: 20px;
    }
    .sidebar .contact .li-1 a{
        text-transform: uppercase;
        font-family: 'Whitney', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-2{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sidebar .contact .li-2 a{
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-3{
        margin-bottom: 20px;
    }
    .sidebar .contact .li-3 a{
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-4{
        width: 65%;
        margin-top: 20px;
        border: .1em solid #000000;
        background: #F1ECE5;
        transition: all .5s;
    }
    .sidebar .contact .li-4 a{
        text-align: center;
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-4:hover{
        background: #0F0F17;
    }
    .sidebar .contact .li-4:hover a{
        color: #F7F5F1;
    }
    .sidebar ul li{
        padding: 5px;
        line-height: 50px;
    }
    .sidebar .contact li a{
        position: relative;
        color: #0F0F17;
        text-decoration: none;
        font-size: 21px;
        font-family: 'Whitney Book', sans-serif;
        text-align: start;
        display: block;
        letter-spacing: .1em;
        width: 100%;
        border-right: 5px solid transparent;
        transition: all .5s;
    }
    .sidebar .menu li{
        width: 45%;
        margin-top: 10px;
    }
    .sidebar .menu li a{
        position: relative;
        color: #0F0F17;
        text-decoration: none;
        font-size: 40px;
        font-family: "Lyon Display Trial", sans-serif;
        text-align: start;
        display: block;
        width: 100%;
        line-height: 70px;
        border-right: 5px solid transparent;
        transition: all .5s;
    }
    .sidebar .menu li a:hover{
        color: #acaaaa;
        /* background: #fff; */
        border-right-color: #0F0F17;
        transition: all .5s;
    }
    .sidebar .menu li.active a{
        color: #3f3f3f;
        /* background: #fff; */
        border-right-color: #0F0F17;
        transition: all .5s;
    }
    /* Animasi Navbar */
    .sidebar .contact li.animate{
        animation: slideInUp;
        animation-duration: 4s;
    }
    .sidebar .menu li a.animate{
        animation: slideInUp;
        animation-duration: 3s;
    }
    .sidebar .menu.transisi{
        animation: slideInDown;
        animation-duration: 1s;
    }
    .sidebar .contact.transisi{
        animation: slideInDown;
        animation-duration: 3s;
    }
    .header-content{
        position: fixed;
        top: 0;
        width: 100%;
        background: #EEE9E2;
        z-index: 9998;
        transition: all .5s;
    }
    .header-content.nav{
        position: fixed;
        /* left: 86%; */
        top: 0px;
        max-width: 100%;
        background: #F7F5F1;
        z-index: 9999;
        transition: all .5s;
        text-align: end;
    }
    .content{
        display: flex;
        padding: 30px 10px;
        z-index: 9999;
        overflow: hidden;
        transition: all 1s;
    }
    .content.size {
        padding: 10px;
        transition: all 1s;
    }
    .content .container-content{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0px 70px 0px 0px;
        text-align: end;
    }
    .content .container-content .logo{
        position: relative;
        top: 70px;
        width: 10%;
        opacity: 1;
        transition: all 1s;
    }
    .content .container-content a img{
        position: relative;
        width: 100%;
        opacity: 1;
        transition: all 1s;
    }
    .content .container-content .logo.display{
        color: #F7F5F1;
        opacity: 1;
        /* left: 4px; */
        top: 0px;
        transition: all 1s;
    }
    .content .container-content .logo.nav{
        left: 90%;
        opacity: 1;
        top: 0;
        transition: all 1s;
    } 
    .content .container-content button{
        margin-left: 35px;
        width: 120px;
        border: none;
        background: transparent;
        margin-top: 7px;
        font-size: 18px;
        font-family: "Whitney Book", sans-serif;
    }
    .content .container-content button.nav{
        display: none;
    }
    .container-content button i{
        margin-left: 5px;
    }
    .content .container-content ul{
        width: 9%;
        background: #EEE9E2;
    }
    .body-content{
        background: #EEE9E2;
        padding: 50px;
        margin-top: 90px;
        height: 100%;
        overflow: hidden;
    }
    .body-content .image{
        background: url(../img/Home.jpg);
        background-position: center;
        background-size: cover;
        height: 800px;
    }
    .title h1{
        position: relative;
        text-align: end;
        margin-right: 11px;
        top: 10px;
        color: #F7F5F1;
        font-size: 37px;
        transition: all 1s;
        opacity: 1;
        z-index: 9999;
    }
    .title h1{
        position: relative;
        left: 76%;
        width: 23%;
    }
    .title h1 img{
        width: 100%;
    }
    .title h1.up{
        top: -200px;
        color: #0F0F17;
        transition: all 1s;
    }
    .title p{
        color: #F7F5F1;
    }
    .isi h1{
        position: fixed;
        width: 100%;
        top: 20%;
        color: #F7F5F1;
        font-size: 170px;
        letter-spacing: .1em;
        font-weight: 400;
        font-family: 'Lyon Display Trial',sans-serif;
        line-height: 140px;
        transition: all 2.5s;
    }
    .isi h1.down{
        top: 120%;
        color: #0F0F17;
        transition: all 2.5s;
    }
    .title-enquire{
        font-family: 'Whitney Book', sans-serif;
    }
    .enquire{
        position: fixed;
        left: 89%;
        z-index: 5;
    }
    .button{
        top: 650px;
        text-align: end;
        /* z-index: 998; */
    }
    .labelCheck h3{
        font-family: 'Whitney Book', sans-serif;
    }
    .button-input input{
        cursor: pointer;
        position: relative;
        background: #F7F5F1;
        border: .1em solid#000000;
        padding: 3px;
        width: 60px;
        height: 20px;
        font-size: 9px;
        transition: all .6s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
    }
    .input-enquire input{
        height: 30px;
    }
    .input-enquire input::placeholder{
        font-size: 13px;
        font-family: 'Whitney Book', sans-serif;
    }
    .input-enquire input[type='text']{
        font-size: 9px;
    }
    .input-enquire input[type='email']{
        font-size: 9px;
    }
    .input-enquire input[type='tel']{
        font-size: 9px;
    }
    .button button{
        background: #F7F5F1;
        border: .1em solid#000000;
        padding: 7px;
        width: 170px;
        height: 50px;
        font-size: 14px;
        transition: all .7s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        z-index: 998;
    }
    .button button:hover{
        color: #F7F5F1;
        background: #0F0F17;
        transition: all .7s;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .content-body{
        background: #F7F5F1;
    }
    .text {
        width: 100%;
        position: relative;
        left: 50px;
        overflow: hidden;
    }
    .text h1{
        position: relative;
        top: -600px;
        font-family: 'Lyon Display Trial',sans-serif;
        font-size: 150px;
        line-height: 150px;
        letter-spacing: .1em;
        font-weight: 400;
        transition: all 2.5s;
    }
    .text h1.down{
        top: 0px;
        transition: all 2.5s;
    }
    .text p{
        font-size: 30px;
        text-align: justify;
        width: 84%;
        font-weight: 200;
        margin-top: 60px;
        font-family: 'Whitney Book',sans-serif;
        letter-spacing: .1em;
        line-height: 38px;
    }
    .text button{
        padding: 5px 55px 7px 0px;
        margin-top: 30px;
        border: .1em solid#000000;
        background: #EEE9E2;
        width: 130px;
        height: 55px;
        font-size: 17px;
        transition: all .7s;
        font-family: 'Whitney Book',sans-serif;
        margin-bottom: 40px;
        letter-spacing: .1em;
    }
    .text button:hover{
        color: #EEE9E2;
        background: #0F0F17;
        transition: all .7s;
    }
    .gambar{
        width: 100%;
    }
    .gambar img{
        position: relative;
        right: 0;
        max-width: 100%;
    }
    .project{
        flex-direction: column;
        background: #EEE9E2;
        width: 100%;
    }
    .project .img{
        width: 20%;
        margin-left: 40%;
        text-align: center;
    }
    .project .img img{
        width: 100%;
        margin-top: 30px;
    }
    .text-project{
        text-align: center;
    }
    .text-project p{
        position: relative;
        margin-left: 31%;
        margin-top: 30px;
        width: 39%;
        text-align: center;
        font-size: 23px;
        letter-spacing: .1em;
    }
    .text-project a button{
        position: relative;
        margin-top: 30px;
        margin-bottom: 40px;
        color: #0F0F17;
        border: .1em solid #000000;
        padding: 7px;
        width: 230px;
        height: 45px;
        font-size: 14px;
        transition: all .7s;
        font-family: 'Whitney Book', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    .text-project a button:hover{
        color: #EEE9E2;
        background: #0F0F17;
        transition: all .7s;
    }
    /* Carousel */
    /* .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(14,29,51,0.8), rgba(14,29,51,0,2));
    }
    .hero-slider{
        width: 100%;
        height: 100vh;
        overflow: hidden;
        padding: 20px;
    }
    .hero-slider .carousel-cell{
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .hero-slider .carousel-cell .inner{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-align: center;
        padding: 0px 30px;
    }
    .hero-slider .carousel-cell .inner .subtitle {
        margin-bottom: 5px;
    }
    .hero-slider .carousel-cell .inner .title{
        font-family: 'Butler Stencil', sans-serif;
        font-size: 4rem;
        font-weight: 600;
        padding: 10px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 40px;
        text-shadow: 5px 5px 5px #333;
    }
    .hero-slider .carousel-cell .inner .btn:hover{
        background: #fff;
        color: #000;
    }
    .hero-slider .flickity-prev-next-button{
        width: 60px;
        height: 60px;
        background: transparent;
    }
    .hero-slider .flickity-prev-next-button:hover{
        background: #333;
    }
    .hero-slider .flickity-prev-next-button .arrow{
        fill: white;
    }
    .hero-slider .flickity-page-dots{
        bottom: 30px;
    }
    .hero-slider .flickity-page-dots .dots{
        width: 30px;
        height: 4px;
        opacity: 1;
        background: rgba(224, 223, 223, 0.979);
        border: 0 solid white;
        border-radius: 0;
    }
    .hero-slider .flickity-page-dots .dots.is-selected{
        background: #f00;
        border: 0 solid #f00;
    } */
    .footer{
        display: flex;
        flex-direction: column;
        padding: 50px;
        background: #F7F5F1;
    }
    .container-footer{
        display: flex;
        margin-bottom: 20px;
    }
    .footer-email{
        flex-direction: column;
    }
    .footer-email .title-footer h1{
        width: 70%;
        font-family: 'Lyon Display Trial', sans-serif;
        font-size: 40px;
        letter-spacing: .1em;
        font-weight: 400;
    }
    .footer-email form{
        width: 63%;
        margin-top: 40px;
    }
    .footer-email form .input{
        gap: 5px;
    }
    .footer-email form .input .input-email{
        width: 100%;
    }
    .footer-email form label{
        font-family: 'Whitney Book', sans-serif;
        font-size: 25px;
        font-weight: 300;
        letter-spacing: .1em;
    }
    .footer-email form input{
        background: #EEE9E2;
        border: none;
    }
    .footer-email form input::placeholder{
        font-family: 'Whitney Book', sans-serif;
        color: black;
        letter-spacing: .1em;
    }
    .footer-email form textarea::placeholder{
        font-family: 'Whitney Book', sans-serif;
        color: black;
        letter-spacing: .1em;
    }
    .footer-email form textarea{
        background: #EEE9E2;
    }
    .input-type textarea {
        width: 100%;
        height: 190px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: none;
        background-color: #F7F5F1;
        font-size: 16px;
        resize: none;
    }
    .footer-email form .input-type{
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        gap: 5px;
    }
    .footer-email form .input-type .keterangan{
        border: 1px solid #ddd;
        height: 100%;
    }
    .footer-email form .button-input{
        text-align: start;
        margin-top: 10px;
    }
    .footer-email form .button-input input{
        cursor: pointer;
        position: relative;
        background: #F7F5F1;
        border: .1em solid#000000;
        padding: 7px;
        width: 120px;
        height: 40px;
        font-size: 14px;
        transition: all .6s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
    }
    .footer-email form .button-input input:hover{
        color: #F7F5F1;
        background: #0F0F17;
        transition: all .6s;
    }
    .footer .text-footer label{
        font-size: 15px;
    }
    .footer-location{
        position: relative;
        right: 100px;
    }
    .footer-location h3{
        font-family: 'Whitney Medium', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .footer-location p{
        font-family: 'Whitney Book', sans-serif;
        font-size: 14px;
        line-height: 10px;
        letter-spacing: .1em;
    }
    .social-media{
        gap: 20px;
    }
    .social-media .body-media{
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }
    .social-media .body-media a{
        text-decoration: none;
        color: #0F0F17;
        font-size: 25px;
    }
    /* Google Maps */
    .gmap_canvas {
        overflow: hidden;
        background: none!important;
        height: 200px;
        width: 600px;
    }
    .mapouter{
        position: relative;
        text-align: end;
        height: 200px;
        width: 600px;
    }
    .input-control{
        padding: 10px 16px;
        width: 100%;
        font-size: 15px;
        border: 1px solid #ddd;
    }
    .input-control:focus{
        outline: none;
    }
    .button{
        width: 100%;
        text-align: end;
        margin-top: 20px;
    }
    .button-footer button{
        padding: 10px;
        margin-top: 30px;
        border: .1em solid#000000;
        background: #EEE9E2;
        width: 265px;
        height: 55px;
        font-size: 15px;
        transition: all .7s;
        font-family: 'Whitney Book',sans-serif;
        margin-bottom: 40px;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .button-footer button:hover{
        color: #EEE9E2;
        background: #0F0F17;
        transition: all .7s;
    }
    .button-footer button a{
        text-decoration: none;
        color: #0F0F17;
    }
    .button-footer button:hover a{
        color: #EEE9E2;
        transition: all .7s;
    }
    .btn{
        width: 100px;
        height: 40px;
        scale: 1;
    }
    .footer hr {
        justify-content: center;
        width: 100%;
    }
    .copy p{
        font-size: 17px;
        color: #0F0F17;
        font-family: 'Lyon Display Trial', sans-serif;
        font-weight: 300;
        letter-spacing: .1em;
        text-align: end;
    }
    .copy hr{
        background-color: #0F0F17;
        height: 1px;
        border: none;
    }



    @media (max-width: 1600px){
        .isi h1{
            font-size: 100px;
            line-height: 100px;
        }
        .text h1{
            font-size: 100px;
            line-height: 100px;
        }
        .text p{
            font-size: 24px;
        }
        .button-footer{
            font-size: 15px;
        }
    }
    @media (max-width: 1400px){
        .nav-btn{
            left: 95%;
        }
        .nav-btn.size{
            top: 3px;
        }
        .sidebar .menu li a{
            font-size: 35px;
        }
        .content .container-content .logo{
            width: 12%;
        }
        .content .container-content .logo.nav{
            left: 89%;
        }
        .content .container-content a img{
            left: 15px;
        }
        .content .container-content ul{
            width: 15%;
        }
        .enquire{
            left: 85%;
        }
        /* .button{
            top: 650px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .isi h1{
            font-size: 90px;
            line-height: 90px;
            top: 40%;
        }
        .title h1{
            left: 73%;
            width: 28%;
        }
        .text h1{
            font-size: 90px;
            line-height: 90px;
        }
        .text p{
            margin-top: 30px;
            font-size: 23px;
        }
        .text button{
            width: 120px;
            height: 45px;
        }
        .project .img{
            width: 30%;
            margin-left: 35%;
        }
        .text-project p{
            width: 49%;
            font-size: 20px;
            margin-left: 26%;
        }
        .footer-email .title-footer h1{
            width: 80%;
            font-size: 25px;
        }
        .footer-email form label{
            font-size: 23px;
        }
        .footer-email form{
            width: 82%;
        }
        .footer-location{
            right: 65px;
        }
        .gmap_canvas{
            width: 400px;
        }
        .mapouter{
            width: 400px;
        }
        .button-footer button{
            font-size: 12px;
            width: 225px;
            height: 40px;
        }
    }
    @media (max-width: 1200px){
        .nav-btn{
            left: 95%;
        }
        .nav-btn.size{
            top: 3px;
        }
        .content .container-content .logo{
            width: 12%;
        }
        .content .container-content .logo.nav{
            left: 89%;
        }
        .content .container-content a img{
            left: 15px;
        }
        .content .container-content ul{
            width: 15%;
        }
        .enquire{
            left: 85%;
        }
        /* .button{
            top: 650px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .isi h1{
            font-size: 90px;
            line-height: 90px;
            top: 40%;
        }
        .title h1{
            left: 73%;
            width: 28%;
        }
        .text h1{
            font-size: 90px;
            line-height: 90px;
        }
        .text p{
            margin-top: 30px;
            font-size: 23px;
        }
        .text button{
            width: 120px;
            height: 45px;
        }
        .project .img{
            width: 30%;
            margin-left: 35%;
        }
        .text-project p{
            width: 49%;
            font-size: 20px;
        }
        .footer-email .title-footer h1{
            width: 80%;
            font-size: 25px;
        }
        .footer-email form label{
            font-size: 23px;
        }
        .footer-email form{
            width: 82%;
        }
        .footer-location{
            right: 65px;
        }
        .gmap_canvas{
            width: 400px;
        }
        .mapouter{
            width: 400px;
        }
        .button-footer button{
            font-size: 12px;
            width: 225px;
            height: 40px;
        }
    }
    @media (max-width: 1080px){
        .nav-btn{
            left: 93%;
        }
        .nav-btn.size{
            top: 4px;
        }
        .sidebar ul li a{
            font-size: 14px;
        }
        .sidebar .menu li a{
            font-size: 25px;
        }
        .sidebar .menu{
            margin-top: 50px;
        }
        .sidebar .contact{
            margin-top: 50px;
        }
        .sidebar .contact li a{
            font-size: 17px;
        }
        .menu-2 {
            margin-top: -10px;
        }
        .content .container-content .logo{
            width: 18%;
        }
        .content .container-content .logo.nav{
            left: 82%;
        }
        .content .container-content a img{
            left: 10px;
        }
        .content .container-content ul{
            width: 15%;
        }
        .enquire{
            left: 82%;
        }
        /* .button{
            top: 650px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .isi h1{
            font-size: 90px;
            line-height: 90px;
            top: 40%;
        }
        .title h1{
            left: 58%;
            width: 43%;
        }
        .text h1{
            font-size: 90px;
            line-height: 90px;
        }
        .text p{
            margin-top: 30px;
            font-size: 23px;
        }
        .text button{
            width: 120px;
            height: 45px;
        }
        .project .img{
            width: 30%;
            margin-left: 35%;
        }
        .text-project p{
            width: 49%;
            font-size: 20px;
        }
        .footer-email .title-footer h1{
            width: 80%;
            font-size: 25px;
        }
        .footer-email form label{
            font-size: 23px;
        }
        .footer-email form{
            width: 82%;
        }
        .footer-location{
            right: 65px;
        }
        .gmap_canvas{
            width: 400px;
        }
        .mapouter{
            width: 400px;
        }
        .button-footer button{
            font-size: 13px;
            width: 205px;
            height: 40px;
        }
    }
    @media (max-width: 900px){
        .checkbtn{
            display: block;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
        }
        .nav-btn{
            left: 92%;
            top: 25px;
        }
        .sidebar ul li a{
            font-size: 13px;
        }
        .sidebar .menu{
            display: flex;
            flex-direction: column;
            margin-top: 40px;
        }
        .sidebar .menu li{
            width: 100%;
        }
        .sidebar .menu li a{
            line-height: 40px;
        }
        .sidebar .contact{
            margin-top: 40px;
        }
        .content .container-content a img{
            top: 0;
            width: 65%;
            opacity: 1;
        }
        .content .container-content{
            padding: 0px 70px 0px 0px;
        }
        .content .container-content .logo{
            top: 0;
            width: 42%;
        }
        .content .container-content .logo.nav{
            left: 73%;
        }
        .content .container-content button{
            margin-left: -35px;
            margin-top: 0px;
        }
        .content .container-content ul{
            width: 30%;
            height: 110px;
        }
        .content .container-content{
            font-size: 9px;
            margin-left: 40px;
        }
        .content .container-content1 h1 a{
            display: none;
        }
        .body-content{
            padding: 0px;
        }
        .body-content .image{
            height: 700px;
        }
        .title h1{
            display: none;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
            top: 60%;
            margin-left: 20px;
        }
        .isi h1.down{
            top: 60%;
            color: white;
        }
        .enquire{
            left: 80%;
        }
        /* .button{
            top: 700px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .content-body{
            flex-direction: column-reverse;
            /* margin-top: 20px; */
            background: #F7F5F1;
        }
        .text{
            padding: 20px;
            left: 0px;
        }
        .text h1{
            width: 60%;
            top: 0;
            font-size: 70px;
            line-height: 70px;
            margin-top: 20px;
        }
        .text p{
            width: 100%;
            font-size: 25px;
            margin-top: 30px;
        }
        .project .img{
            margin-left: 90px;
            width: 75%;
            padding: 30px;
        }
        .text-project p{
            width: 85%;
            font-size: 25px;
            margin-left: 7%;
        }
        .text button{
            margin-left: 0px;
            width: 120px;
            height: 45px;
        }
        .footer{
            padding: 30px;
        }
        .container-footer{
            flex-direction: column;
        }
        .footer-email .title-footer h1{
            width: 80%;
            font-size: 35px;
        }
        .footer-email form{
            width: 100%;
        }
        .footer-email form .button-input{
            text-align: start;
        }
        .footer-email form label{
            font-size: 27px;
        }
        .footer-email form .button-input input{
            width: 110px;
            height: 35px;
            background: #EEE9E2;
        }
        .footer-email form input::placeholder{
            font-size: 18px;
        }
        .footer-email form textarea::placeholder{
            font-size: 18px
        }
        .footer-location{
            margin-top: 30px;
            right: 0px;
        }
        .gmap_canvas{
            width: 100%;
        }
        .mapouter{
            width: 100%;
        }
        .button-footer button{
            width: 200px;
            height: 35px;
            font-size: 12px;
            padding: 0px;
        }
        .copy p{
            font-size: 13px;
            text-align: start;
        }
        a.active,a:hover{
            background: none;
            color: black;
            transition: all .3s ease;
        }
        #check:checked ~ ul{
            left: 0;
        }
        .centerflipcards{
            text-align: center;
            width: 100%;
        }
        .footer-navbar h1{
            margin-top: 90%;
        }
        .footer .container .bg-footer{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }
    @media (max-width: 768px){
        .checkbtn{
            display: block;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
        }
        .nav-btn{
            left: 92%;
            top: 25px;
        }
        .sidebar ul li a{
            font-size: 13px;
        }
        .sidebar .menu{
            display: flex;
            flex-direction: column;
            margin-top: 40px;
        }
        .sidebar .menu li{
            width: 100%;
        }
        .sidebar .menu .menu-2 {
            margin-top: -10px;
        }
        .sidebar .menu li a{
            line-height: 40px;
        }
        .sidebar .contact{
            margin-top: 40px;
        }
        .content .container-content a img{
            top: 0;
            width: 65%;
            opacity: 1;
        }
        .content .container-content{
            padding: 0px 70px 0px 0px;
        }
        .content .container-content .logo{
            top: 0;
            width: 42%;
        }
        .content .container-content .logo.nav{
            left: 73%;
        }
        .content .container-content button{
            margin-left: -35px;
            margin-top: 0px;
        }
        .content .container-content ul{
            width: 30%;
            height: 110px;
        }
        .content .container-content{
            font-size: 9px;
            margin-left: 40px;
        }
        .content .container-content1 h1 a{
            display: none;
        }
        .body-content{
            padding: 0px;
        }
        .body-content .image{
            height: 700px;
        }
        .title h1{
            display: none;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
            top: 60%;
            margin-left: 20px;
        }
        .isi h1.down{
            top: 60%;
            color: white;
        }
        .enquire{
            left: 75%;
        }
        /* .button{
            top: 700px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .content-body{
            flex-direction: column-reverse;
            /* margin-top: 20px; */
            background: #F7F5F1;
        }
        .text{
            padding: 20px;
            left: 0px;
        }
        .text h1{
            width: 60%;
            top: 0;
            font-size: 70px;
            line-height: 70px;
            margin-top: 20px;
        }
        .text p{
            width: 100%;
            font-size: 25px;
            margin-top: 30px;
        }
        .project .img{
            margin-left: 90px;
            width: 75%;
            padding: 30px;
        }
        .text-project p{
            width: 85%;
            font-size: 25px;
            margin-left: 7%;
        }
        .text button{
            margin-left: 0px;
            width: 120px;
            height: 45px;
        }
        .footer{
            padding: 30px;
        }
        .container-footer{
            flex-direction: column;
        }
        .footer-email .title-footer h1{
            width: 80%;
            font-size: 35px;
        }
        .footer-email form{
            width: 100%;
        }
        .footer-email form .button-input{
            text-align: start;
        }
        .footer-email form label{
            font-size: 27px;
        }
        .footer-email form .button-input input{
            width: 110px;
            height: 35px;
            background: #EEE9E2;
        }
        .footer-email form input::placeholder{
            font-size: 18px;
        }
        .footer-email form textarea::placeholder{
            font-size: 18px
        }
        .footer-location{
            margin-top: 30px;
            right: 0px;
        }
        .gmap_canvas{
            width: 100%;
        }
        .mapouter{
            width: 100%;
        }
        .button-footer button{
            width: 200px;
            height: 35px;
            font-size: 12px;
            padding: 0px;
        }
        .copy p{
            font-size: 13px;
            text-align: start;
        }
        a.active,a:hover{
            background: none;
            color: black;
            transition: all .3s ease;
        }
        #check:checked ~ ul{
            left: 0;
        }
        .centerflipcards{
            text-align: center;
            width: 100%;
        }
        .footer-navbar h1{
            margin-top: 90%;
        }
        .footer .container .bg-footer{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }
    @media (max-width: 600px){
        .nav-btn{
            left: 90%;
            top: 18px;
        }
        .nav-btn.size{
            top: 0px;
        }
        .sidebar ul li a{
            font-size: 13px;
        }
        .sidebar .menu{
            display: flex;
            flex-direction: column;
        }
        .sidebar .menu .menu-1{
            margin-top: 40px;
        }
        .sidebar .menu li{
            width: 100%;
        }
        .sidebar .menu li a{
            line-height: 40px;
        }
        .sidebar .menu{
            margin-top: 40px;
            padding: 20px;
        }
        .sidebar .contact{
            padding: 20px;
            margin-top: 40px;
        }
        .sidebar .contact li a{
            font-size: 13px;
        }
        .sidebar .contact .li-1 a{
            margin-top: 20px;
        }
        .content .container-content a img{
            top: 0;
            width: 100%;
            opacity: 1;
        }
        .sidebar {
            width: 100%;
        }
        .sidebar .menu{
            padding: 0;
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .sidebar .contact{
            display: flex;
            flex-direction: column;
        }
        .sidebar .menu li a{
            font-size: 20px;
        }
        .content .container-content .logo{
            width: 30%;
        }
        .content .container-content .logo.nav{
            left: 70%;
        }
        .content .container-content button{
            margin-left: -35px;
            margin-top: 0px;
        }
        .content .container-content ul{
            width: 30%;
            height: 110px;
        }
        .content .container-content{
            font-size: 9px;
            margin-left: 40px;
        }
        .content .container-content1 h1 a{
            display: none;
        }
        .body-content{
            padding: 0px;
        }
        .body-content .image{
            height: 700px;
        }
        .title h1{
            display: none;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
            top: 60%;
            margin-left: 20px;
        }
        .isi h1.down{
            top: 60%;
            color: white;
        }
        .enquire{
            left: 70%;
        }
        /* .button{
            top: 700px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .content-body{
            flex-direction: column-reverse;
            /* margin-top: 20px; */
            background: #F7F5F1;
        }
        .text{
            padding: 20px;
            left: 0px;
        }
        .text h1{
            width: 60%;
            top: 0;
            font-size: 70px;
            line-height: 70px;
            margin-top: 20px;
        }
        .text p{
            width: 100%;
            font-size: 22px;
            margin-top: 30px;
        }
        .project .img{
            margin-left: 0px;
            width: 100%;
            padding: 30px;
        }
        .text-project p{
            width: 85%;
            font-size: 20px;
        }
        .text button{
            margin-left: 0px;
            width: 120px;
            height: 45px;
        }
        .footer{
            padding: 30px;
        }
        .container-footer{
            flex-direction: column;
        }
        .footer-email .title-footer h1{
            width: 100%;
            font-size: 30px;
        }
        .footer-email form{
            width: 100%;
        }
        .footer-email form .button-input{
            text-align: start;
        }
        .footer-email form .button-input input{
            width: 110px;
            height: 35px;
            background: #EEE9E2;
        }
        .footer-location{
            margin-top: 30px;
            right: 0px;
        }
        .gmap_canvas{
            width: 100%;
        }
        .mapouter{
            width: 100%;
        }
        .button-footer button{
            width: 200px;
            height: 35px;
            font-size: 12px;
            padding: 0px;
        }
        .copy p{
            font-size: 13px;
            text-align: start;
        }
    }
    @media (max-width: 500px){
        .nav-btn{
            left: 88%;
            top: 18px;
        }
        .nav-btn.size{
            top: 18px;
        }
        .sidebar ul li a{
            font-size: 13px;
        }
        .sidebar .menu{
            display: flex;
            flex-direction: column;
        }
        .sidebar .menu .menu-1{
            margin-top: 40px;
        }
        .sidebar .menu .menu-2{
            margin-top: -10px;
        }
        .sidebar .menu li{
            width: 100%;
        }
        .sidebar .menu li a{
            line-height: 40px;
        }
        .sidebar .menu{
            margin-top: 40px;
        }
        .sidebar .contact{
            margin-top: 40px;
        }
        .sidebar {
            width: 100%;
        }
        .sidebar .menu{
            padding: 0;
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 85%;
        }
        .sidebar .contact{
            display: flex;
            flex-direction: column;
        }
        .sidebar .contact{
            width: 80%;
            height: 85%;
        }
        .sidebar .contact li a{
            font-size: 12px;
        }
        .sidebar .contact .li-1{
            margin-top: 0px;
        }
        .sidebar .contact .li-4{
            width: 100%;
            height: 40px;
            margin-top: 10px;
        }
        .sidebar .menu li a{
            font-size: 17px;
        }
        .content.size {
            padding: 30px 10px;
        }
        .content .container-content a img{
            top: 0;
            left: 35px;
            width: 100%;
            opacity: 1;
        }
        .content .container-content .logo{
            width: 40%;
        }
        .content .container-content .logo.nav{
            left: 60%;
        }
        .content .container-content button{
            margin-left: -35px;
            margin-top: 0px;
            font-size: 13px;
        }
        .content .container-content ul{
            width: 30%;
            height: 110px;
        }
        .content .container-content{
            font-size: 9px;
            margin-left: 15px;
        }
        .content .container-content1 h1 a{
            display: none;
        }
        .body-content{
            margin-top: 80px;
            padding: 0px;
        }
        .body-content .image{
            height: 600px;
        }
        .title h1{
            display: none;
        }
        .isi h1{
            font-size: 70px;
            line-height: 70px;
            top: 60%;
            margin-left: 20px;
        }
        .isi h1.down{
            top: 60%;
            color: white;
        }
        .enquire{
            left: 60%;
        }
        /* .button{
            top: 650px;
        } */
        .button button{
            width: 150px;
            height: 40px;
        }
        .content-body{
            flex-direction: column-reverse;
            /* margin-top: 20px; */
            background: #F7F5F1;
        }
        .text{
            padding: 20px;
            left: 0px;
        }
        .text h1{
            width: 60%;
            top: 0;
            font-size: 70px;
            line-height: 70px;
            margin-top: 20px;
        }
        .text p{
            width: 100%;
            font-size: 18px;
            margin-top: 30px;
        }
        .project .img{
            margin-left: 0px;
            width: 100%;
            padding: 30px;
        }
        .text-project p{
            width: 85%;
            font-size: 20px;
        }
        .text button{
            margin-left: 0px;
            width: 120px;
            height: 45px;
        }
        .footer{
            padding: 30px;
        }
        .container-footer{
            flex-direction: column;
        }
        .footer-email .title-footer h1{
            width: 100%;
            font-size: 30px;
        }
        .footer-email form{
            width: 100%;
        }
        .footer-email form .button-input{
            text-align: start;
        }
        .footer-email form .button-input input{
            width: 110px;
            height: 35px;
            background: #EEE9E2;
        }
        .footer-location{
            margin-top: 30px;
            right: 0px;
        }
        .gmap_canvas{
            width: 100%;
        }
        .mapouter{
            width: 100%;
        }
        .footer-email form input::placeholder{
            font-size: 13px;    
        }
        .footer-email form textarea::placeholder{
            font-size: 13px;
        }
        .button-footer button{
            width: 200px;
            height: 35px;
            font-size: 12px;
            padding: 0px;
        }
        .copy p{
            font-size: 13px;
            text-align: start;
        }
    }
    @media (max-width: 400px){
        .nav-btn{
            left: 89%;
            top: 18px;
        }
        .nav-btn.size{
            top: 18px;
        }
        .sidebar .menu{
            margin-top: 20px;
        }
        .sidebar .contact{
            margin-top: 20px;
        }
        .content .container-content{
            padding: 0px 60px 0px 0px;
        }
        .content .container-content .logo{
            width: 40%;
        }
        .content .container-content .logo.nav{
            left: 60%;
        }
        .sidebar .contact .li-1 a{
            margin-top: 40px;
        }
        .sidebar .contact .li-2{
            margin-bottom: 10px;
        }
        .sidebar .contact .li-3{
            margin-bottom: 0px;
        }
        .sidebar .contact .li-4{
            width: 100%;
            height: 40px;
            margin-top: 10px;
        }
        .sidebar ul li{
            line-height: 0px;
        }
        .enquire{
            left: 55%;
        }
        /* .button{
            top: 590px;
            text-align: end;
        } */
        .button button{
            width: 130px;
            height: 40px;
        }
        .body-content{
            margin-top: 80px;
        }
        .isi h1{
            top: 50%;
        }
        .isi h1.down{
            top: 50%;
            color: white;
        }
        .text h1{
            top: 0;
            font-size: 70px;
        }
        .text p{
            font-size: 18px;
            margin-top: 30px;
        }
        .text button{
            padding: 5px 30px 7px 0px;
            width: 100px;
            height: 45px;
        }
        .text-project p{
            margin-top: 0px;
            margin-left: 30px;
        }
        .footer-email form input::placeholder{
            font-size: 13px;    
        }
        .footer-email form textarea::placeholder{
            font-size: 13px;
        }
        .footer-email .title-footer h1{
            width: 100%;
            font-size: 20px;
        }
        .footer-location p{
            font-size: 13px;
        }
        .content .container-content button{
            font-size: 14px;
        }
    }