/* --Body */
a{
    color: #DD0050 !important;
}

/* --Navigasi */
.top-navigation{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 100;

    padding-top: 30px;
}

.bottom-navigation{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 100;

    bottom: 20px;
}

.work-filter-navigation{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 100;

    top: 112px;
}

.navigation-1{
    width: 100%;
}

/* --Button */


/* --Button Color */


/* --Background Color */


/* --Font Color */
.t-white{
    color: #fff !important;
}

.t-black{
    color: #002D57 !important;
}

.t-red{
    color: #DD0050 !important;
}

.t-grey{
    color: #CCD5DD !important;
}


/* --Font */
@font-face {
    font-family: "pro-reg";
    src: url('../garnis/font/formular-webfont.woff2');
}

@font-face {
    font-family: "pro-med";
    src: url('../garnis/font/formular-medium-webfont.woff2');
}

@font-face {
    font-family: "pro-bold";
    src: url('../garnis/font/formular-bold-webfont.woff2');
}

.pro-reg{
    font-family: "pro-reg" !important;
}

.pro-med {
    font-family: "pro-med" !important;
}

.pro-bold {
    font-family: "pro-bold" !important;
}

h1, h2, h3, h4, h5, p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h1{
    font-size: 54px;
    line-height: 110%;
}

h2{
    font-size: 36px;
    line-height: 120%;
}

h3{
    font-size: 32px;
    line-height: 120%;
}

h4{
    font-size: 20px;
    line-height: 150%;
}

h5{
    font-size: 14px;
    line-height: 100%;
}

h6{
    font-size: 14px;
    line-height: 100%;
}

p{
    font-size: 16px;
    line-height: 160%;
}

.intro{
    font-size: 36px;
    line-height: 130%;
}

.label{
    font-size: 12px;
    line-height: 100%;
}

.label-form{
    font-size: 14px;
    line-height: 100%;
}

.navigasi-menu{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    display: block;
    float: left;
    font-family: 'pro-med';
    color: #DD0050;
}

.navigasi-menu.active{
    font-family: 'pro-bold';
    color: #002D57;
}


/* --Media Minimum */
@media (min-width: 320px) {
    .img-gallery-satu-inspirasi{
        background-position-x: -190% !important;
    }

    .mt_60-dekstop{
        margin-top: 34px !important;
    }
}

@media (min-width: 576px) {
    .hide-dekstop{
        display: none;
    }

    .navigasi-box-mobile{
        display: none;
    }

    .img-gallery-satu-inspirasi{
        background-position-x: 280% !important;
    }

    .m0auto-dekstop{
        margin: 0 auto !important;
    }
}

@media (min-width: 768px) {
    .img-gallery-satu-inspirasi{
        background-position-x: 140% !important;
    }

    .mt_60-dekstop{
        margin-top: 60px !important;
    }   
}

@media (min-width: 992px) {
    .img-gallery-satu-inspirasi{
        background-position-x: 90% !important;
    }
}

@media (min-width: 1200px) {
    
}

/* --Media Maximum */
@media (max-width: 575px) {
    .navigasi-box-dekstop{
        display: none;
    }

    .textcenter-dekstop{
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 1199px) {
    
}

/* --Icon */


/* --Image */
.img-gallery-satu-inspirasi{
    width: 100%;
    height: 100vh;
    position: absolute;

    background-image: url(../garnis/svg/img-banner-hand.svg);
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}

/* --Form */


/* --Section */
.section-100vh{
    height: 100vh;;
}

.section-satu-inspirasi-60-0{
    padding-top: 60px;
    padding-bottom: 0px;
}

.section-satu-inspirasi-0-60{
    padding-top: 0px;
    padding-bottom: 60px;
}

.section-satu-inspirasi-0-120{
    padding-top: 0px;
    padding-bottom: 120px;
}

.section-satu-inspirasi-30-60{
    padding-top: 30px;
    padding-bottom: 60px;
}

.section-satu-inspirasi-60-60{
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-satu-inspirasi-60-120{
    padding-top: 60px;
    padding-bottom: 120px;
}

.section-satu-inspirasi-150-60{
    padding-top: 150px;
    padding-bottom: 60px;
}

.section-satu-inspirasi-150-0{
    padding-top: 150px;
    padding-bottom: 0px;
}

.section-satu-inspirasi-120-120{
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-satu-inspirasi-120-60{
    padding-top: 120px;
    padding-bottom: 60px;
}

/* --Contact */
.textcenter-dekstop{
    text-align: center;
}