/* style.css */

/* root */
:root {
    --peach : #ffdab9;
    --dark : #2f4f4f;
    --cyan : #e0ffff;
    --brown :#3e2723;
    --green : #25d366;
    
}
/* end root */

/* box */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* end box */
/* img */
img {
max-width: 100%;
}
/* end img */
/* html and body */
html,body {
    padding: 0;
    margin: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* end html and body */

/* 01. Navigasi Menu Header */
.nav-brand {
    margin-top: 15px;
}
#nav-container {
    background-color:#414141;
    position: sticky;
    top: 0px;
    

}
/*===========================================================*/
/*--01.01. Isi Content dari Navigasi Menu Header--*/
    .nav-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 80px;
    }

    .nav-flex label,#humberger {
        display: none;
    }
/*--01.01. End Isi Content dari Navigasi Menu Header--*/
/*===========================================================*/
/*--01.01. 04. Navigasi Menu KMS --*/
nav ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

nav ul li a {
    display: block;
    color: var(--cyan);
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 80px;

}

nav ul li a:hover {
    color: var(--dark);
    background-color: var(--peach);
    transition: all 0.3s;
}
/*--01.01. 04. End Navigasi Menu KMS --*/
/*===========================================================*/
/*--01.01. 03. Logo KMS --*/
.nav-brand h2 {
    margin: 14px 0 0 10px;
    color: var(--dark);
}
/*--01.01. 03. End Logo KMS --*/

/* 01. End Navigasi Menu Header */
/*===========================================================*/
/* 01.02. polygon orange */
    #orange-container {
        background-color: orangered;
    }
    .header2 {
        block-size: 3vh;
    }
/* 01.02. End polygon orange */
/*============================================================*/
/* 02. Hero Images */
    #hero-container {
        background-image: url("../img/hero_image.jpg");
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-attachment: fixed;
    }

    .text{
        text-align: center;
 
    }
    .text h6 {
        text-align: center;
        color: yellow;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 40px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .text h4 {
        text-align: center;
        color: rgb(255, 255, 255);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .text p {
        text-align: center;
        line-height: 0.lvh;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--cyan);
        font-size: 24px;
        font-variant: small-caps;
        margin-top: 5px;
    }

    .button {
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
        background-color: var(--green);
        padding: 10px;
        color: var(--cyan);
        font-size: 16px;
        border-radius: 10px;

    }
    .button:hover {
        background-color:darkgreen;
        color: white;
    }
/* 02. End Hero Images */
/*===========================================================*/
/* 03. home */
    #tentang-container {
        padding: 0px;
        background-image: url(../img/services-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;

        height: 150vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    
    }
     #tentang-container h6 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
        color: #04f739;
        text-transform: uppercase;
        text-align: center;
    }

    #tentang-container p {
        margin-bottom: 0px;
        color: #fff;
    }

    
    .tentang-text {
        padding:10px;
        text-align:justify;
        line-height: 0.lvh;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--cyan);
        font-size: 16px;
    
        margin-top: 5px;
       display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tentang-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}
 .tentang-container-heading h6 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
        color: #210279;
        text-transform: uppercase;
        text-align: center;
    }

 .tentang-container-heading p {
        text-align: center;
        line-height: 0.lvh;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        
        font-size: 24px;
        font-variant: small-caps;
        margin-top: 5px;
 }

.tentang-galery img {
    width: 400%;
    height: 400px;
    display: flex;
    object-fit:cover;
    align-content: center;
    
}

    .tentang-galery img:hover {
        transform: scale(1.2);
    }
/* 03. End home */
/*===========================================================*/


/* 06. KMS MAIN    */
main {
    width: 100%;
}
/* 06. End KMS MAIN    */
/*===========================================================*/
/* 05. Section Fokus */
    .fokus-class-div-row {
        display: flex;
        
    }
    .fk img{
        width: 150%;
        height: 150%;
        display: flex;
        object-fit:contain;
    }
    .fk img:hover {
        transform: scale(1.2);
    }
    #fokus-id {
        padding: 0px;
        background-image: url(../img/services-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #fokus-id .fk a {
        text-decoration: none;
    }
    #fokus-id .fk a:hover{
        transform: scale(1.1);
    }
    #fokus-id .fk {
        text-align: center;
        margin: 0px 0px;
        padding: 90px 45px;
        width: 100%;
    }

    #fokus-id .fk h4 {
        margin-top: 45px;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
        color: #04f739;
        text-transform: uppercase;
    }

    #fokus-id .fk p {
        margin-bottom: 0px;
        color: #fff;
    }

    #fokus-id .fokus-item1 {
        background-color: rgba(242, 116, 95, 0.75);
        
    }
    #fokus-id .fokus-item1 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #fokus-id .fokus-item1 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }
    
    #fokus-id .fokus-item2 {
        background-color: rgba(54, 62, 80, 0.75);
    }
    #fokus-id .fokus-item2 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #fokus-id .fokus-item2 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }


    #fokus-id .fokus-item3 {
        background-color: rgba(161, 161, 161, 0.75);
    }
    #fokus-id .fokus-item3 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #fokus-id .fokus-item3 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }


    #fokus-id .fokus-item4 {
        background-color: rgba(61, 1, 1, 0.75);
    }
    #fokus-id .fokus-item4 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #fokus-id .fokus-item4 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }

    #fokus-id .fk .icon {
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        background-color: transparent;
    }
/* 05. End Section Fokus */
/*===========================================================*/
/*===========================================================*/
/* 06. Divisi Khusus */
    .dk-class-div-row {
        display: flex;
        
    }
    .dk img{
        width: 150%;
        height: 150%;
        display: flex;
        object-fit:contain;
    }
    .dk img:hover {
        transform: scale(1.2);
    }
    #dk-id {
        padding: 0px;
        background-image: url(../img/services-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    #dk-id .dk a {
        text-decoration: none;
    }
    #dk-id .dk a:hover{
        transform: scale(1.1);
    }
    #dk-id .dk {
        text-align: center;
        margin: 0px 0px;
        padding: 70px 70px;
        width: 100%;
    }

    #dk-id .dk h4 {
        margin-top: 45px;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 700;
        color: #04f739;
        text-transform: uppercase;
    }

    #dk-id .dk p {
        margin-bottom: 0px;
        color: #fff;
    }

    #dk-id .dk-item1 {
        background-color: rgba(42, 43, 1, 0.75)
        
    }
    #dk-id .dk-item1 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #dk-id .dk-item1 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }
    
    #dk-id .dk-item2 {
        background-color: rgba(0, 41, 136, 0.75);
    }
    #dk-id .dk-item2 ul {
        text-align: left;
        color: #3dff02;
        font-size:medium;
        font-style: bold;
    }
    #dk-id .dk-item2 li {
        text-align: left;
        color: #fff;
        font-size: small;
    }


   

    #dk-id .dk .icon {
        width: 150px;
        height: 150px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        background-color: transparent;
    }

    
/* 06. End Divisi Khusus */
/*===========================================================*/

/*03. Intro-Container*/
    #intro-container {
        background-color: #124874;
        height: 300px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
 
    }

    .intro-text{
        text-align: center;
    
    }
    .intro-text h6 {
        text-align: center;
        color: rgb(252, 252, 252);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 40px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .intro-text h4 {
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .intro-text p {
        text-align: center;
        line-height: 0.lvh;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--cyan);
        font-size: 24px;
        font-variant: small-caps;
        margin-top: 5px;
    }
/*end intro-container*/
/*===========================================================*/
/*---06. 01. KMS General Supply---*/
.gs-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.gs-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.gs-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}

.gs-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.gs-galery img {
    width: 200%;
    height: 200px;
    display: flex;
    object-fit:cover;
    align-content: center;
    
}
.gs-galery a:hover{
    transform: scale(1.1);
}
/*---06. 01. End KMS General Supply---*/
/*===========================================================*/
/*---06. 02. KMS General Kontraktor---*/
.gk-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.gk-container p{
   padding: 30px 30px;
    text-align: center;

}

.gk-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.gk-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}

.gk-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.gk-galery img {
    width: 200%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.gk-galery a:hover{
    transform: scale(1.1);
}

/*---06. 02. End KMS General Kontraktor---*/
/*===========================================================*/
/*---06. 03. KMS Safety Compliance Project---*/
.sf-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.sf-container p{
   padding: 30px 30px;
    text-align: center;

}

.sf-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.sf-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}

.sf-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.sf-galery img {
    width: 200%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.sf-galery a:hover{
    transform: scale(1.1);
}

/*---06. 03. END of KMS Safety Compliance Project---*/
/*===========================================================*/
/*---06. 04. KMS Special Project---*/
.sp-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.sp-container p{
   padding: 30px 30px;
    text-align: center;

}
.sp-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.sp-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}

.sp-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.sp-galery img {
    width: 200%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.sp-galery a:hover{
    transform: scale(1.1);
}

/*---06. 04. END of KMS Special Project---*/
/*===========================================================*/
/*===========================================================*/
/*---06. 05. KMS Carbon Neutral Project---*/
.cbn-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.cbn-container p{
   padding: 30px 30px;
    text-align: center;

}
.cbn-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}
.cbn-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}

.cbn-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.cbn-galery img {
    width: 200%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.cbn-galery a:hover{
    transform: scale(1.1);
}

/*---06. 05. END of KMS Carbon Neutral Project---*/
/*===========================================================*/
/*===========================================================*/
/*---06. 06. Divisi Khusus Incinerator---*/
.dki-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.dki-container p{
   padding: 30px 30px;
    text-align: center;

}

.dki-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}
.dki-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.dki-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.dki-galery img {
    width: 200%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.dki-galery a:hover{
    transform: scale(1.1);
}

/*---06. 06. END of Divisi Khusus Incinerator ---*/
/*===========================================================*/
/*===========================================================*/
/*---06. 07. Divisi Khusus HVAC---*/
.dkh-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.dkh-container p{
   padding: 30px 30px;
    text-align: center;

}

.dkh-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}
.dkh-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.dkh-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.dkh-galery img {
    width: 200%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.dkh-galery a:hover{
    transform: scale(1.1);
}

/*---06. 07. END of Divisi Khusus HVAC ---*/
/*===========================================================*/
/*===========================================================*/
/*---06. 08. About Us---*/
.about-container {
    padding: 30px 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.about-container p{
   padding: 30px 30px;
    text-align: center;

}

.about-container-heading {
    padding: 30px 30px;
    text-align: center;
    
}
.about-container h4{
        text-align: center;
        color: rgb(14, 13, 13);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        font-variant: small-caps;
        margin-top: 5px;
        margin-bottom: 5px;
}

.about-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    
}

.about-galery img {
    width: 200%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
    
}

.about-galery a:hover{
    transform: scale(1.1);
}

.about-galery iframe {
    width: 700px;
    height: 500px;
    display:flex;
    flex-wrap: wrap;
    object-fit:cover;
    align-content: center;
}
/*---06. 08. END of About Us ---*/
/*===========================================================*/


/* versi hp dan tablet */
@media screen and (max-width:768px) {
    /* tampilkan icon humberger */
    #nav-container .nav-flex label {
        display: inline-block;
        color: var(--cyan);
        font-style: normal;
        font-size: 32px;
        padding: 8px;
    }

       .nav-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 80px;
    }

    /* susun ulang menu menjadi vertical dibawah icon humberger*/
    #nav-container .nav-flex {
        width: 100%;
        
    }
    nav ul {
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
    }

    nav ul li a {
        display: block;
        color: var(--dark);
        background-color: var(--cyan);
        padding: 0 30px;
        height: auto;
    }
    nav ul li a:hover {
        background-color: var(--peach);
        transition: all 0.3s;
    }


    /* pindahkan posisi brand ke kanan dan perkecil font sizenya*/
    .nav-brand {
        position :absolute;
        right: 10px;
    }
    
    .nav-brand h2 {
        position: absolute;
        right: 20px;
    }

    /*utk menampilkan atau sembunyikan menu */
    #nav-container nav {
        display: none;

    }
    /* menampilkan menu ketika icon humberger di klik*/
    #nav-container .nav-flex input:checked ~ nav {
        display: flex;
    
    }

    .text {
        display:block;
    }
    .intro-text {
        display:block;
        padding: 10px;
        
    }
    #fokus-id .fk {
        text-align: center;
        margin: 0px 0px;
        padding: 50px 45px;
        width: 100%;
    }
    .fokus-class-div-row {
    display:contents;
    object-fit:cover;
    }

    #dk-id .dk {
        text-align: center;
        margin: 0px 0px;
        padding: 50px 45px;
        width: 100%;
    }
    .dk-class-div-row {
    display:contents;
    object-fit:cover;
    }

    .gk-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .gk-galery a:hover{
        transform: scale(1.1);
    }

    .sf-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .sf-galery a:hover{
        transform: scale(1.1);
    }


    .sp-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .sp-galery a:hover{
        transform: scale(1.1);
    }

    .cbn-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .cbn-galery a:hover{
        transform: scale(1.1);
    }
   
    .dki-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .dki-galery a:hover{
        transform: scale(1.1);
    }
   
    .dkh-galery img {
        width: 200%;
        height: 400px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }

    .dkh-galery a:hover{
        transform: scale(1.1);
    }

    .about-galery img {
        width: 100%;
        height: 200px;
        display:flex;
        flex-wrap: wrap;
        object-fit:contain;
        align-content: center;
    }

    .about-galery iframe {
        width: 500px;
        height: 300px;
        display:flex;
        flex-wrap: wrap;
        object-fit:cover;
        align-content: center;
    }


    .about-galery a:hover{
        transform: scale(1.1);
    }

}
