/*


1. body, text
2. button
3. home 


*/


*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

a{
    text-decoration: none !important;
}
a:hover{
    color: #000;
}
ul{
    list-style-type: none;
}

body{
    font-family: 'Open Sans', sans-serif;
    

}

h1, h2, h3, h4, h5{
    font-family: 'Open Sans', sans-serif;

}

h1{
    font-size: 70px;

}

h5{
    font-size: 24px;
    
}

html{
    scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}
main {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw;
    position: fixed;
    height: 100%;
    background-color: #000;
    
  
 }

 section{
    scroll-snap-align: start;
 }
 p{
    font-family: 'Open Sans', sans-serif;
 }

 span{
    font-family: 'Open Sans', sans-serif;
 }

a.readmore{
    color: #FFCD00;
    transition: all cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
}

a.readmore:hover{
    color: #bc9706;
}

.line-ver{
    width: 100%;
    height: 1px;
    display: block;
    transition: all .8s ease-out;
    transform-origin: center ;
    margin-left: auto;
    margin-right: auto;
 
}

.line-hor{
    height: 100%;
    width: 1px;
    
 
    transition: all .8s ease-out;
    transform-origin: center ;
    
}

.cen-ver{
    margin-top: auto;
    margin-bottom: auto;
}

.line-ver.black, .line-hor.black{
    background-color: #000;
}
.line-ver.abu, .line-hor.abu{
    background-color: #979797;
}

.btn-yellow{
    background-color: #FFCD00 !important;
    display: block;
    color: #000 !important;
    border: 1px solid #FFCD00 !important;
    padding: 10px 25px !important;
    border-radius: 0 !important;
    
    font-size: 22px !important;
    font-weight: bold !important;
 
    transition: all cubic-bezier(0.86, 0, 0.07, 1) 0.8s !important;
}
.btn-yellow:hover{
    background-color: #000 !important;
    color: #FFCD00 !important;
}

.btn-yellow2{
    background-color: #FFCD00 !important;
    display: block;
    color: #000 !important;
    border: 1px solid #FFCD00 !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
    
    font-size: 20px !important;
    font-weight: bold !important;
 
    transition: all cubic-bezier(0.86, 0, 0.07, 1) 0.8s !important;
}
.btn-yellow2:hover{
    background-color: #000 !important;
    color: #FFCD00 !important;
}

@media screen and (max-width:1024px) {
    .btn-yellow{
        background-color: #FFCD00 !important;
        display: block;
        color: #000 !important;
        border: 1px solid #FFCD00 !important;
        padding: 5px 25px !important;
        border-radius: 0 !important;
        
        font-size: 16px !important;
        font-weight: bold !important;
     
        transition: all cubic-bezier(0.86, 0, 0.07, 1) 0.8s !important;
    }
    .btn-yellow2{
       
        padding: 5px 30px !important;
        
        
        font-size: 16px !important;
        
    }



}
.pt50{
    padding-top: 150px !important;
}

.pt100{
    padding-top: 180px !important;
}
.pt150{
    padding-top: 250px !important;
}

.header-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 150px;
    z-index: 10;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    background: #fff;

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  


}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 150px 0px;
    z-index: 10;
    -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.header3{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 150px;
    z-index: 10;
    -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}


/*start media screen section header*/
@media screen and (max-width: 1400px) {
    .header{
        
        padding: 20px 120px 0px;
    }

    .header-active{

        padding: 20px 120px;
    }
    
}
@media screen and (max-width: 1300px) {
    .header{
        
    
        padding: 15px 100px 0px;
      
    }

    .header-active{

        padding: 15px 100px;
    }

    
}
/*end media screen section header*/




.header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}


.header-active .header-row{
    padding: 0px 0;
}
.logo a{
    display: block;
    
}
.glitch{
    transition: all ease-out 0.8s !important;
}
.glitch2{
    transition: all ease-out 0.5s !important;
}
.logo4{
    -webkit-transition:all .5s ease-in-out;
        -moz-transition:all .5s ease-in-out;
        -ms-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out;
    
}
.logo img{
    width: 42.78px;
    display: block;
    
}

.nav ul{
    display: flex;
    align-items: center;
}
.nav li + li {
    margin-left: 80px;
   

}

.nav li a{
    font-size: 18px;
    font-weight: 400;
    color: #979797;   
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); 
    padding-bottom: 7px;
    position: relative;
}
.nav li a.active{

    font-weight: 600;
    color: #FFCD00;   
    /* mix-blend-mode: difference; */
    
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFCD00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


.nav li.bahasa {
    color: #979797;
    margin-left: 13vw;
    cursor: pointer;
}

.nav li.bahasa a{
    font-size: 14px;
    font-weight: 300;
    
}

.nav li.bahasa a.active{
  
    font-weight: 400;
    /* mix-blend-mode: difference; */
}

.header-mobile{
    display: none;
}

/* header mobile */
@media screen and (max-width: 1024px) {
    .header, .header-active, .header3{
        display: none !important;
    }
    
    .header-row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0;
    
    }
    .header-mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 50px 0px;
        z-index: 10;
        -webkit-transition: all ease-out .3s;
      -moz-transition: all ease-out .3s;
      -o-transition: all ease-out .3s;
      transition: all ease-out .3s;
      display: block;

      z-index: 999;
    }

    .menu-btn {
        display: block;
        height: 26px;
        width: 32px;
    
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
    .menu-btn__burger{
        display: block;
        width: 100%;
        height: 3px;
        background: #FFCD00;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        transition: all .5s ease-in-out;
        z-index: 99999;
      
      }
      .header-mobile .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
         border: none !important; 
        border-radius: 0;

       
    }
      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0rem !important;
    }

      .navbar{
        z-index: 9999999;
      }

      .yel{
        background: #FFCD00!important;
      }
      
      .menu-btn__burger1,
      .menu-btn__burger2{
 
        display: block;
        width: 100%;
        height: 3px;
        background: #FFCD00;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        transition: all .5s ease-in-out;
        z-index: 99999;
        
      }
      
      .menu-btn__burger1{
        transform-origin: 0% 0%;
      }
      .menu-btn__burger2{
        transform-origin: 0% 100%;
      }
      
      .menu-btn.open .menu-btn__burger{
        transform: translateX(-20px);
        background: transparent !important;
        box-shadow: none;
      }
      
      .menu-btn.open .menu-btn__burger1{
        transform: rotate(45deg);
  
      }
      
      .menu-btn.open .menu-btn__burger2{
        transform: rotate(-45deg);
      }
      .navbar-collapse.main-menu-item{
        width: 100%;
        
        height: 100%;
        
        position: fixed;
        z-index: 99;
        padding: 0;
        display: block !important;
        -webkit-transition:all .5s ease-in-out;
        -moz-transition:all .5s ease-in-out;
        -ms-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out;
        background-color: rgba(91, 91, 91, 0.1) 10%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
        
        right: -200% !important;
        top: 0;
    bottom:0;
    justify-content: end;

    overflow-y:scroll;
    overflow-x:hidden;
        
        

    }

    .blur2{
       opacity: 0 !important;
       

    }

    .collapse.main-menu-item{
     
        right: -200% !important;
    }
    .collapse.main-menu-item.show{
        right: 0 !important;
    }

    .menu-con{
        background: #000;
        width: 100%;
        max-width: 500px;
        height: 100%;
        position:absolute;
        right: 0;
        padding: 50px 50px;

    }
    .isi-menu{
        padding-top: 16vh;
    }

    .isi-menu .nav-item a {
        color: #fff;
        font-size: 18px;
        

    }

    .isi-menu .bhs a {
        color: #fff;
        font-size: 14px;
        

    }
    .isi-menu .nav-item a.active {
        color: #FFCD00;
        font-weight: 700;
        

    }
    .isi-menu .nav-item  {
        margin-bottom: 30px;
        

    }

}

@media screen and (max-width: 600px) {
    .header-mobile{
        
        padding: 10px 30px 0px;
    }
    .header-row{
        
        padding: 20px 0;
    
    }
    .logo svg{
        width: 30px;
    }
      


}





.hero-text{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}

.hero-content{
    min-height: 100vh;
    width: 100%;
    padding: 0 150px 100px;
   
    
}
.black{
    background: #000;
}
.block--img {
    background-image: url(../img/img-bg.jpg) center center cover no-repeat !important;
    
    color: white;
  }
  .block--img2 {
    background: url(../img/bg2.jpg) center center cover no-repeat !important;
   
    
    color: white;
  }

.block--black {
    background-color: #000;
    color: white;
  }
  .block--white {
    background-color: white;
    color: black;
  }

  .block--yellow {
    background-color: #FFCD00;
    color: black;
  }
.hero-text h1{
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    background-color: #FFCD00;
    /* background-image: linear-gradient(132deg, #FFCD00 0%, #aec322 100%); */
    -webkit-background-clip: text;
    color: transparent;
}
.hero-text h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
   
}

section.pertama{
    background-image: url(../img/img-bg.jpg) center center cover no-repeat !important;
}
 


.cursor {
    position: fixed;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    background: #FFCD00;
    
    transition: transform .3s ease-in;
    -webkit-transition: 600ms all cubic-bezier(.23,1,.32,1);
    transition: 600ms all cubic-bezier(.23,1,.32,1);
    /* transition: all .3s ease-in; */
    transform-origin: center center;
    pointer-events: none;
    z-index: 1000;
    
}

.grow, .grow-small, .grow-small2{
    transform: scale(8);
    background: #fff;
    border: none;

    mix-blend-mode: difference;
    
}

.grow-small{
    transform: scale(4);
    background: #000;
    border: #FFCD00 solid 0.00001em;
    
    

 
  
}


@media screen and (max-width:1024px) {
    .cursor {
        display: none;
    }

}


.cursor-img1 {

    width: 400px;
    height: 260px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 0 !important;
    background: url(../img/slider/item-img1.png) center center no-repeat !important;
    
    transition: transform .3s ease-in;
    -webkit-transition: 600ms all cubic-bezier(.23,1,.32,1);
    transition: 600ms all cubic-bezier(.23,1,.32,1);
    /* transition: all .3s ease-in; */
    transform-origin: center center !important;
    pointer-events: none;
    
}

.cursor-img2 {

    width: 400px;
    height: 260px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 0 !important;
    background: url(../img/slider/item-img2.jpg) center center no-repeat !important;
    
    transition: transform .3s ease-in;
    -webkit-transition: 600ms all cubic-bezier(.23,1,.32,1);
    transition: 600ms all cubic-bezier(.23,1,.32,1);
    /* transition: all .3s ease-in; */
    transform-origin: center center !important;
    pointer-events: none;
    
}

.cursor-img3 {

    width: 400px;
    height: 260px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 0 !important;
    background: url(../img/slider/item-img3.jpg) center center no-repeat !important;
    
    transition: transform .3s ease-in;
    -webkit-transition: 600ms all cubic-bezier(.23,1,.32,1);
    transition: 600ms all cubic-bezier(.23,1,.32,1);
    /* transition: all .3s ease-in; */
    transform-origin: center center !important;
    pointer-events: none;
    
}

.change-black{
   
    background: #000;
   
    
    

 
  
}

.grow-small2{
    transform: scale(4.5);
    background: #000;
    border: #FFCD00 solid 0.00001em;
   
  
}

.panah{
    position: fixed;
    top: 80vh;
    left: 165px;
    z-index: 10;
    mix-blend-mode: difference;
    animation: downarrow 0.7s infinite alternate ease-in-out;
    -webkit-animation: downarrow 0.7s infinite alternate ease-in-out;
}

.panah-mobile{
    display: none;
}
@keyframes downarrow {
    0% { -webkit-transform: translateY(0); opacity: 0.8 }
    100% { -webkit-transform: translateY(0.5em); opacity: 1 }
  }

@-webkit-keyframes downarrow {
    0% { -webkit-transform: translateY(0); opacity: 0.8 }
    100% { -webkit-transform: translateY(0.5em); opacity: 1 }
  }
  @media screen and (max-width:1024px) {
    .panah-mobile{
        display: block;
        position: absolute;
        top: 85vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        mix-blend-mode: difference;
        animation: downarrow 0.7s infinite alternate ease-in-out;
        -webkit-animation: downarrow 0.7s infinite alternate ease-in-out;
    }
    .panah{
        display: none;
    }


  }
.whatapp {
    position: fixed;
    right: 0;
    top: 80vh;
    z-index: 10;
    background: #FFCD00;
    color: #000;
    font-size: 40px;
    
}

.whatapp .icon{
    color: #000;
    z-index: 99;
    background: #FFCD00;
  
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all 1s ease-in-out;
  
   
}

.whatapp div.slider2{
    background: #000;
    border: 1px solid #FFCD00;
    color: #FFCD00;
    content: "";
    position: absolute;
    top: 0;
    width: 260px;
    height: 60px;
    right: -259px;
    font-size: 24px;
    transition: all 0.5s ease;
    z-index: -1;


  
    
  }

  .whatapp div.slider2 p{
    opacity: 0;
    padding-top: 7px;
    padding-left: 30px;
  
  }



  .whatapp:hover .slider2 {
    width: 260px;
    transition: all 0.5s ease;
    font-size: 24px;
    right: 59px;
    
  }

  .whatapp:hover .slider2 p{
   opacity: 1;
   text-align: center;
   padding-left: 0px;
   transition: all 0.5s 0.2s linear;
  }

.text-justify{
    text-align: justify;
}

  /* ------------------------- Page Transition -------------------------------------------------- */

.intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 900;
    background: #FFCD00;
    /* display: none; */
 }

 .slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(100%);
    border-radius:  0 0 50% 50%;
    background: #FFCD00;
 }
 
 
 .intro .img-logo{
     position: absolute;
     left: 50%;
     top: 40%;
     transform: translate(-50%, -50%);
 }

 .img-logo img{
     max-width: 120px;
 }


 .loading{
   
 display: block;
 
     position: absolute;
     left: 50%;
     top: 80%;
     transform: translate(-50%, -50%);
     
    
 }

 .v-slider-frame {
   
    height: 80px;
    overflow: hidden;
    text-align: center;
  }
  ul.v-slides {
    list-style-type: none;
    transform: translateY(50px);
    padding:0;
  }
  .v-slide {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 80px;
    color: #000;
    padding: 0 20px;
  }


  @media screen and (max-width:700px) {

    .v-slide {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        line-height: 80px;
        color: #000;
        padding: 0 20px;
      }
  }
  

  .load{
      display: block;
      height: 30px;
      position: relative;

  }
  .v-slider-frame::before{
      content: "";
    display: block;
      width: 100%;
      height: 50px;
      filter: blur(6px);
      -webkit-filter: blur(6px);
      background: #FFCD00;
      opacity: 1;
      position: absolute;
      z-index: 99;
      top: -30px;
      
  }

  .v-slider-frame::after{
    content: "";
  display: block;
    width: 100%;
    height: 50px;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    background: #FFCD00;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: 60px;
    
}

  .load .garis{
      position: absolute;
      top: 3px;
      width: 100%;
      height: 1px;
      background: #000;

  }
  .load .bar{
      width: 0%;
      height: 6px;
      background-color: #000;
  }


 
 .hide {
     background: #FFCD00;
     overflow: hidden;
 }
 .hide img{
     transform: translateY(100%);
     display: inline-block;
 }
 .hide span{
    transform: translateY(100%);
    display: inline-block;
}


.main-wrap{
    /* background: url(../img/img-bg.jpg) center center no-repeat; */
}
.ketiga{
    min-height: 150vh;
    width: 100%;
}
.ketiga .container-fluid{
    padding: 20px 150px ;
}

.bg-fix{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
   
  
    
}

.img-besar{
    
    width: 530px;
    position:fixed;
    top: 100px;
    right: 150px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 2);
   
}


.text-head{
    padding: 20px 20px 30px 0px;
    /* border-bottom: 1px solid #979797; */
    position: relative;
}
.text-head img{
    margin-left: 120px;
    transition: all 1s ease-out;
}
.garis3{
    position: relative;
    margin-top: 30px;
}
.garis1{
    width: 100%;
    height: 1px;
    background:  #979797;
    transition: all 1s ease-out;
    
}
.garis2{
    width: 60px;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    top: -2px;
    left: 120px;
    transition: all 1s ease-out;

}

/* .text-head::after{
    content: "";
    width: 60px;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -3px;
    

} */
.text-body{
    padding: 30px 40px 30px 120px; 
    font-size: 18px;
}

.text-body p{
    font-weight: 500;
    text-align: justify;
}

.bg {
    position: fixed;

}
.bg2 {
    position: fixed;
    display: block;
    top: 0;
    left: 0;

}

.bg-slider{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: -1;
}
.bg-slider img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.bg img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.bg2 img{
    position: fixed;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.isi-text2 .text-head2{
  
    padding: 50px 0;
}

.text-head2 span{
    font-size: 24px;
    font-weight: 500;
   
}

.text-head2 h1{
    font-size: 70px;
    font-weight: 600;
    line-height: 76px;
    padding-left: 10px;
   
}

.isi-text2 .text-body{
    padding: 0;
}

.ketiga-mobile{
    display: none;
}





/*start media screen section ketiga*/
@media screen and (max-width:1400px) {
    .ketiga{
        min-height: 120vh;
        width: 100%;
    }
    .ketiga .container-fluid{
        padding: 20px 70px ;
    }

    .pt150{
        padding-top: 150px !important;
    }

    .text-head img{
        margin-left: 50px;
        transition: all 1s ease-out;
    }

    .garis2{
        left: 50px;
    }

    .text-body{
        padding: 30px 80px 30px 50px; 
        font-size: 16px;
    }

    .img-besar{
        width: 330px;
        right: 120px;
    }

    
}

@media screen and (max-width:1300px) {
    .ketiga{
        min-height: 110vh;
        width: 100%;
    }
    .ketiga .container-fluid{
        padding: 20px 70px ;
    }

    .pt150{
        padding-top: 150px !important;
    }

    .text-head img{
        margin-left: 30px;
        transition: all 1s ease-out;
    }

    .garis2{
        left: 30px;
    }

    .text-body{
        padding: 30px 70px 30px 30px; 
        font-size: 16px;
    }

    .img-besar{
        width: 300px;
        right: 100px;
    }
    
}

/* mobile ketiga */
@media screen and (max-width:1024px) {
    .ketiga {
        display: none;
    }

    .ketiga-mobile{
        display: block;
        min-height: 100vh;
        background-color: #fff;
        padding-bottom: 400px;
        height: auto;
    }

    .con3{
        display: block;
       

    }

    .p-mobile {
        padding: 200px 50px 70px;
    }

    .ketiga-mobile p{
        font-size: 16px;
        font-weight: 500;
        text-align: justify;
    }
    .img-ketiga{
        width: 100%;
        height: 100%;
        max-height: 400px;
        object-fit: cover;
        position: absolute;
        bottom: 0;
    }
    .img-rana{
        max-width: 120px !important;
    }


}

@media screen and (max-width:600px) {
    .p-mobile {
        padding: 180px 30px 60px;
    }

    .text-maha{
        width: 100%;
        max-width: 100px;
    }

    .ketiga-mobile p{
        font-size: 11px;
    }

}



/* end mobile ketiga */
/*end media screen section ketiga*/

.keempat .img2{
    max-width: 400px;
    
    margin-top: -270px;
    margin-left: 108px;
}



/* project */
.project{
    margin-top: 20px;
}
.project .head-text h5{
    font-size: 24px;
    font-weight: 700;
   
}
.project .head-text h1{
    font-size: 70px;
    font-weight: 700;
    color: #FFCD00;
    margin-bottom: 40px;
}

.change1{
    font-size: 70px;
    font-weight: 700;
    color: #FFCD00;

}
.change2{
    font-size: 30px;
    font-weight: 700;
    color: #FFF;

}
@media screen and (max-width:1024px) {
    .change1{
        font-size: 44px;
      
    
    }
    .change2{
        font-size: 20px;
     
    
    }

}

@media screen and (max-width:600px) {
    .change1{
        font-size: 32px;
      
    
    }
    .change2{
        font-size: 18px;
     
    
    }

}

.demotxt {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .demotxt p {
    

    text-align: center;
    position: absolute;

  
  }

.project .project-des p{
    font-size: 16px;
    text-align: justify;
   max-width: 680px;
   
    margin-bottom: 20px;
}

.b-top{
    border-top: 1px solid #979797 !important;
   
}

.contruc {
    padding: 30px 0px 30px 0px;
    
    min-height: 650px;
}
.contruc2 {
    
  
    min-height: 650px;
}

.contruc span{
    color: #979797;
}


.contruc h1{
    color: #000;
    font-weight: 600;
font-size: 70px;
line-height: 96.18%;
/* or 67px */
}

.kotak {
    width: 100%;
    min-height: 270px;
    position: relative;
}

.kuning{
    background-color: #FFCD00;
    color: #000;
}

.fur1 img{
    height: 270px;
    object-fit: cover;
    width: 100%;
   
}

.abu{
    background-color: #C4C4C4;
    color: #000;
}

.bor-right{
    border-right: 1px solid #979797;
}
.bor-top{
    border-top: 1px solid #979797;
}
.bor-bottom{
    border-bottom: 1px solid #979797;
}
.p-30{
    padding: 30px 30px !important;

}

.p-302{
    padding: 30px 0px 30px 30px !important;

}

/*start media screen section keempat*/

@media screen and (max-width:1400px) {
    .keempat .img2{
    
        margin-left: -20px;
    }

    .text-head2 span{
        font-size: 18px;
        font-weight: 500;
       
    }

    .text-head2 h1{
        font-size: 55px;
        font-weight: 600;
    }
    
}

@media screen and (max-width:1300px) {
    
    .keempat .img2{
    
        margin-left: -20px;
    }

    .text-head2 span{
        font-size: 18px;
        font-weight: 500;
       
    }

    .text-head2 h1{
        font-size: 45px;
        font-weight: 600;
    }
}



/* mobile keempat */

.keempat-mobile{
    display: none;
}

@media screen and (max-width:1024px) {

    .keempat {
        display: none;
    }

    .keempat-mobile {
        display: block;
        min-height: 100vh;
    }

    .keempat-mobile .head4 h2{
        font-size: 32px;
        font-weight: 600;
       
    }
    .keempat-mobile .head4{
        padding-bottom: 40px;
        
    }

    .keempat-mobile .body4{
        padding: 40px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .keempat-mobile .foo4{
        padding: 60px 0;
     
        border-bottom: 1px solid #000;
    }




}
@media screen and (max-width:600px) {
    .keempat-mobile .head4 h2{
        font-size: 30px;
        
       
    }

    .body4 p{
        font-size: 12px;
    }
    .keempat-mobile .body4{
        padding: 20px 0;
        
    }
    .keempat-mobile .foo4{
        padding: 40px 0;
     
        
    }

    .foo4 p{
        font-size: 11px;
    }
    .foo4 img{
        width: 100%;
        max-width: 70px;
    }
    .img-rana{
        max-width: 80px !important;
    }

}


/* end mobile keempat */
/*end media screen section keempat*/





.kedelapan h1{
    font-weight: 700;
}
.footer{
    min-height: 100vh;
    width: 100%;
    padding: 0 150px;
}

.footer a{
    color: #fff;
    transition: all 1s ease-out;
}

.footer a:hover{
    color: #FFCD00;
}

p.text-foo{
    max-width: 540px;
}


.footer .nav li + li {
    margin-left: 40px;
}

hr.hr-foo{
    border: 1px solid #979797;
}

.footer .foo2 ul{
    list-style-type: none;
    padding-left: 0 !important;
}
.footer .foo2 li{
   
    padding-left: 0;
}


/*start media screen section footer*/

@media screen and (max-width:1400px) {
    .footer{
        padding: 0 120px;
    }
    .nav li a{
        font-size: 16px !important;
    }
}

@media screen and (max-width:1300px) {
    .footer{
        padding: 0 100px;
    }   
    .nav li a{
        font-size: 14px !important;
    }
}

.footer-mobile{
    display: none;
}

/* footer mobile */
@media screen and (max-width:1024px) {
    .footer{
        display: none;
    }

    .footer-mobile {
        display: block;
        min-height: 100vh;
    }

    .p-foo-mobile{
        padding: 200px 40px 10px;
    }
    .p-40{
        padding: 40px ;
    }
    .info img{
        width: 20px;
    }

    .img-foo4 {
        width: 100%;
        max-width: 140px;
    }
    .px-40{
        padding: 40px 40px 10px;
    }
    .footer-mobile span{
        color: #979797;
        font-size: 14px;
    }

}
@media screen and (max-width:600px) {
    .p-foo-mobile{
        padding: 180px 30px 10px;
    }
    .footer-mobile p{
        font-size: 11px;
    }
    .p-40{
        padding: 30px ;
    }
    .px-40{
        padding: 30px 30px 10px;
    }
    .info{
        padding: 0;
    }
    .info li{
        font-size: 12px;
    }
    .info a.contac-sosmed{
        font-size: 14px;
    }
    .footer-mobile span{
        color: #979797;
        font-size: 11px;
    }


}



.kedelapan-mobile {
    display: none;
}

/* kedelapan mobile */
@media screen and (max-width:1024px) {
    .kedelapan {
        display: none;
    }
    .kedelapan-mobile {
        display: block;
        min-height: 100vh;
    }


}

@media screen and (max-width:600px) {
    .kedelapan-mobile p{
        font-size: 12px;
    }

}


/*end media screen section footer*/


.kelima .owl-dots{
   position: absolute;
   top: 50%;
   right: -100px;
   max-width: 20px;
}

.kelima{
    min-height: 100vh;
}

.bg-img-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.kelima .owl-theme .owl-dots .owl-dot span {
    width: 3px;
    height: 23px;
    margin: 5px 7px;
    background: #C4C4C4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
   
}


.kelima .owl-theme .owl-dots .owl-dot.active span {
    background: #FFCD00;
}

.slide_item-img {
    pointer-events: none;
    position: absolute;
    max-width: 400px;
    opacity: 1;
   right: 0;
    top: 50%;
    transform: translate3d(calc(10% - 6vw), -30%, 0) translate3d(0, 20px, 0);
}

.slide_item-link:hover + .slide_item-img {
    opacity: 1;
    transform: translate3d(calc(-100% - 6vw), -30%, 0) translate3d(0, 0, 1, 4deg);
    transition: all .5s ease;
}

.gr-lurus {
    height: 200px;
    width:1px;
    background: #FFCD00;
  
    margin-left: 29px;
    margin-bottom: 20px;

}

.lingkaran{
   position: relative;
   width: 60px;
   height: 60px;
   display: block;
   
 
}

.ling1{
    width: 30px;
    height: 30px;
    background: #FFCD00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-top: 15px;
    

}

.ling2{
    position: absolute;
    height: 60px;
    width: 60px;
    border: 1px solid #FFCD00;
    border-radius: 50%;
    top: -15px; 
    left: 0;
    animation: size 1.5s infinite;
    transition: all 1s ease-in-out;
   

}

.lok span {
    font-size: 14px;
}

@keyframes size {
    0%   {height: 60px;
        width: 60px;}
   
    50%  {height: 30px;
        width: 30px; left: 15px; top: 0;}
  
  }

  .kelima .owl-item.active .head-text  {-webkit-animation: 1s .3s fadeInLeft both;animation: 1s .3s fadeInLeft both;}
  .kelima .owl-item.active .project-des  {-webkit-animation: 1s .6s fadeInLeft both;animation: 1s .6s fadeInLeft both;}
  .kelima .owl-item.active .btn-yellow  {-webkit-animation: 1s .8s fadeInUp both;animation: 1s .8s fadeInUp both;}
  .kelima .owl-item.active .lok  {-webkit-animation: 1s .6s fadeInRight both;animation: 1s .6s fadeInRight both;}

  .kelima .owl-item.active .lingkaran  {-webkit-animation: 1.2s 1s zoomIn both;animation: 1.2s 1s zoomIn both;}
  .kelima .owl-item.active .gr-lurus  {-webkit-animation: 1s 1.2s zoomIn both;animation: 1s 1.2s zoomIn both;}


a.show1, a.show2 {
    display: block;
}
.show11{
    visibility: hidden;
    opacity: 0;
   position: absolute;
   width: 400px;
   left: 58%;
    transition: all .5s ease-in-out;
}

.show22{
    
    visibility: hidden;
    opacity: 0;
    position: absolute;
   width: 500px;
   left: 58%;
    transition: all .5s ease-in-out;
}

.show1:hover + .show11{
    visibility: visible;
    opacity: 1;
} 

.show2:hover + .show22{
    visibility: visible;
    opacity: 1;
} 
.hover {
    overflow: hidden;
    position: relative;
   
  }


  .img-con{
   height: 100%;
   max-height: 590px;

  }
  .img-future{
    height: 100%;
    max-height: 260px;
 
   }


   .img-fur1{
    /* height: 100%; */
    height: 600px;
    width: 100%;
    object-fit: cover;
   }
.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }

  .hover img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }

  .hover-2:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.65);
    
  }

  .hover-2:hover img {
    transform: scale(1.1);
  }


  .hover-2-description {
    width: 100%;
    position: absolute;
    top: 30%;
    opacity: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 99;
    transition: all 0.3s;
    padding: 5px;
  }
  

  
  .hover-2:hover .hover-2-description {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }

/*start media screen section kelima*/
  @media screen and (max-width:1400px) {
    
        .hero-content.kelima{
            min-height: 100vh;
            width: 100%;
            padding: 0 110px;
        }

        .project .head-text h1{
            font-size: 55px;
        }

        .project .project-des p{
            font-size: 14px;
        }
    }

    @media screen and (max-width:1300px) {
        .hero-content.kelima{
            min-height: 100vh;
            width: 100%;
            padding: 0 90px 90px;
        }

        .pt100{
            padding-top: 100px !important;
        }

        .project .head-text h1{
            font-size: 35px !important;
        }
        
        .project .project-des p{
            font-size: 14px;
        }
    }



    /* kelima mobile */

    .kelima-mobile{
        display: none;
    }
    @media screen and (max-width:1024px) {

        .kelima{
            display: none;
        }

        .kelima-mobile{
            display: block;
            min-height: 100vh;
        }
        .p-mobile2 {
            padding: 200px 50px 30px;
        }
        .head5 h1{
            color: #FFCD00;
            font-weight: 600;

        }

        .des5 p{
            font-size: 14px;
        }

        .img-kelima{
            width: 100%;
            height: 100%;
            max-height: 450px;
            object-fit: cover;
        }

        .kelima-mobile .tanda{
            position: absolute;
            top: 640px;
            left: 46%;
        }
        .lok5 p{
            font-size: 14px;
        }

        .kelima-mobile .owl-dot span{
            width: 20px !important;
            height:4px !important;
            border-radius: 0 !important;
        }

        .kelima-mobile .owl-dot.active span{
            background-color: #FFCD00 !important;
        }
        .gr-lurus{
         
            margin-left: 0;
        }


    }

    @media screen and (max-width:600px) {
        .p-mobile2 {
            padding: 180px 30px 30px;
        }
        .des5 p{
            font-size: 12px;
        }
        .lok5 h5{
            font-size: 14px;
        }
        .lok5 p{
            font-size: 11px;
        }

        .kelima-mobile .tanda{
            position: absolute;
            top: 559px;
            left: 50%;
           
        }

        .gr-lurus{
            height: 100px;
            margin-left: 0;
        }

        .kelima-mobile{
            display: block;
            min-height: 800px;
        }


    }

    


    /* end kelima mobile */
/*end media screen section kelima*/


/*start media screen section keenam*/
  @media screen and (max-width:1400px) {
        .contruc h1{
            font-size: 55px;
        }
        .hero-content.keenam{
            min-height: 100vh;
            width: 100%;
            padding: 0 120px 100px;
        }

    }


    @media screen and (max-width:1300px) {
        .contruc h1{
            font-size: 45px;
        }
        .hero-content.keenam{
            min-height: 100vh;
            width: 100%;
            padding: 0 100px 120px;
        }

        .p-30{
            padding: 15px 15px !important;
        }
    }
    .keenam-mobile{
        display: none;
    }

    /* keenam mobile */
    @media screen and (max-width:1024px) {

        .keenam{
            display: none;
        }

        .keenam-mobile{
            display: block;
            min-height: 100vh;
        }

        .box-kuning{
            width: 100%;
            height: 100%;
            background-color: #FFCD00;
        }

        .img-fur6{
            width: 100%;
            height: 100%;
           
            object-fit: cover;
        }

        @media screen and (max-width:600px) {
            .box-kuning.p-5{
                padding: 10px !important;
            }

            .box-kuning h4{
                font-size: 16px;
            }
            .box-kuning h4.mb-4{
               margin-bottom: 10px !important;
            }
            .box-kuning h4.pt-4{
                padding-top: 15px !important;
             }
            .box-kuning p{
                font-size: 11px;
            }

        }


    }



/*end media screen section keenam*/

/*start media screen section kedelapan*/
  @media screen and (max-width:1400px) {
        
        .hero-content.kedelapan{
            min-height: 100vh;
            width: 100%;
            padding: 0 120px 100px;
        }
        .p-302{
            padding: 15px 0px 15px 15px !important;
        }
        .img-fur1{
            height: 570px;
        }

    }
        
    @media screen and (max-width:1300px) {
        
        .hero-content.kedelapan{
            min-height: 100vh;
            width: 100%;
            padding: 0 100px 60px;
        }
        .p-302{
            padding: 15px 0px 15px 15px !important;
        }
        .img-fur1{
            height: 570px;
        }
    }
/*end media screen section kedelapan*/

  .ketujuh .texthead2{
      font-size: 70px;
      font-weight: 700;

      color: #FFCD00;
  }

  @media screen and (max-width:1024px) {
    .ketujuh .texthead2{
        font-size: 44px;
        font-weight: 700;
  
        color: #FFCD00;
    }

    .ketujuh .panah-mobile{
        top:800px
    }


  }

  @media screen and (max-width:600px) {
    .ketujuh{
        min-height: 820px;
        padding: 30px;
    }

    .ketujuh .texthead2{
        font-size: 26px;
        font-weight: 700;
  
        color: #FFCD00;
    }
    .ketujuh p{
        font-size: 12px;
    }

    .ketujuh .panah-mobile{
        top:650px
    }

  }
  ul.transition{
      display: flex;
      position: absolute;
      z-index: 999;
      height: 100vh;
      width: 100%;
      top: 0;
      left: 0;
      margin: 0 !important;
      pointer-events: none;
      padding: 0;
  }

  ul.transition li{
      transform: scaleY(0);
      background: #FFCD00;
      width: 20%;
  }
  ul {
    margin: 0 ;
  }
 




  /* contact */


  section.contact {
      min-height: 100vh;
      width: 100%;
        padding: 0 50px 0 150px;
  }


  .sendmail .form-control{
      background: none;
      border-bottom: solid 1px #979797;
      border-radius: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      color: #fff;
      transition: all 1s ease-in-out;
      

  }

  .sendmail .form-control:focus{
    background: none;
 
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 0.5);
    box-shadow: none;
    
    

}

.sendmail .form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FFCD00;
    transition: 0.4s;
}

.sendmail .form-control:focus~.focus-border {
   
    width: 100%;
    height: 1px;
  
    transition: 0.4s;
}

.contac-info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
    background-color: #FFCD00;
}

.contac-info::after{
    content: "";
    position: absolute;
    width: 200px;
    min-height: 100%;
    right: -200px;
    z-index: -1;
    top: 0;
    background-color: #FFCD00;
}


.contac-info{
    color: #000;
    display: block;
    padding: 40px 0px 40px 40px;
    position: relative;
    
}

.contac-info h4{
    font-weight: 700;
    font-size: 30px;
}

.contac-info ul{
    padding-left: 0;
}

.contac-info li{
    font-size: 18px;
    font-weight: 500;
}

.contac-info li img{
    width: 26px;
}

a.contac-sosmed {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 1 ease-in-out;
}

a.contac-sosmed:hover {
    color: #FFCD00;
    transition: all 1 ease-in-out;
   
}


/* section project */
.sproject{
    min-height: 100vh;

    width: 100%;
    padding: 0 150px 200px;
}

.project-card{
    min-height: 100vh;
}
.pro-head h5{
    font-size: 24px;
    
}
.pro-head h3{
    font-size: 32px;
    font-weight: 700;
}


.btn-filter{
    background-color: #FFCD00 !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
   min-width: 250px;
   text-align: left !important;
   font-weight: 500 !important;
   font-size: 18px !important;
   position: relative;
   border: 1px solid #FFCD00 !important;
   transition: all 1s ease-in;
   z-index: 99;

}

.btn-filter:focus{
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5) !important;
    background-color: #edbe02 !important;
  
    border: 1px solid #FFCD00;


}



.sproject .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    position: absolute;
    right: 15px;
    top: 14px;
    border-radius: 1px;
 
    content: "";
    border-width: 0 2px 2px 0 !important;
    padding: 4px;
    border: solid black;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sproject ul.dropdown-menu{
    min-width: 250px;
    border-radius: 0 !important;
    box-shadow: 0 3px 3px rgba(37, 37, 37, 0.2);
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 99999 !important;
}

.sproject .dropdown-item{
    padding: 0.5rem 1rem;

}

.project-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-item span{
    color: #979797;
}

.project-item a{
    color: #000;
    background-color: #fff;
    display: block;
    transition: all .6s ease-in-out;

}

.project-item a:hover{
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: scale(1.05);

}

.trasi{
    transition: all 1s ease-out;
}

.pro-des{
    margin-top: 40px;
    width: 100%;
    padding-right: 50px;
    height: 270px;
    overflow-y: auto;
}

/* width */

.pro-des::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .pro-des::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.15);
    border-left: 1px solid white;
    border-right: 1px solid white;
  
  
   
  }
   
  /* Handle */
  .pro-des::-webkit-scrollbar-thumb {
    background: rgb(29, 29, 29); 
  }
  
  /* Handle on hover */
  .pro-des::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
.pro-des p{
    text-align: justify;
}

.pro-tag {
    color: #979797;
}

.sproject .owl-nav{
    text-align: left !important;
    display: inline-block;
}

.sproject .owl-nav{
    float: right;
}

.sproject .owl-nav .owl-next:hover, .sproject .owl-nav .owl-prev:hover{
    background: none !important;
}

.sproject .customPrevBtn, .sproject .customNextBtn{
    background-color: #fff !important;
    border: 1px solid #000;
    border-radius:0 !important; 
    padding: 3px 10px 7px !important;
    width: 100px !important;

    
}
.sproject .customNextBtn{


    
}
.sproject .customNextBtn img{
    width: 50px;
    transform: rotate(180deg);
 
     
 }

.sproject .customPrevBtn img{
    width: 50px;
}

.owl-des {
    color: #979797;
}

.galeri .img-besar2 {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.galeri .img-kecil {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.sproject-mobile{
    display: none;
}

.contact-mobile{
    display: none;
}

/*start media screen section sproject*/
@media screen and (max-width: 1400px) {
    .sproject{
        padding: 0 110px 150px;
    }
}

@media screen and (max-width: 1300px) {
    .sproject{
        padding: 0 90px 150px;
    }   
}

@media screen and (max-width: 1024px) {
    .sproject{
        display: none;
    }  
    .sproject-mobile{
        display: block;
        min-height: 100vh;
    }
    .project-card{
        min-height: auto;
    }
    .project-card-2{
        padding: 0px 50px !important;
    }
}
@media screen and (max-width: 600px) {
    .project-card{
        min-height: auto;
    }
    .project-card-2{
        padding: 0px 30px !important;
        z-index: 1;
    }

    .pro-head h5{
        font-size: 14px;
    }

    .pro-head h3{
        font-size: 28px;
        font-weight: 600;
    }
    .project-item img{
        width: 100%;
        height: 100%;
        max-height: 170px;
        object-fit: cover;
    }

    .project-item span{
        font-size: 12px;

    }
    .project-item h5{
        font-size: 15px;

    }
    .project-item p.mt-4{
        margin-top: 20px !important;

    }
    .project-item p.mt-5{
        margin-top: 20px !important;

    }

    
    
.btn-filter{
    background-color: #FFCD00 !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
   min-width: 150px;
   text-align: left !important;
   font-weight: 500 !important;
   font-size: 12px !important;
   position: relative;
   border: 1px solid #FFCD00 !important;
   transition: all 1s ease-in;
   z-index: 999999;

}
}
/*end media screen section sproject*/






/*start media screen section contact*/
@media screen and (max-width: 1400px) {
    section.contact {
          min-height: 100vh;
          width: 100%;
          padding: 0 100px 0 120px;
      }
}
@media screen and (max-width: 1300px) {
    section.contact {
          min-height: 100vh;
          width: 100%;
          padding: 0 80px 0 95px;
      }
     
}
@media screen and (max-width: 1024px) {
    .contact {
          display: none;
      }
    .contact-mobile{
        display: block;
        min-height: 100vh;
        /*padding: 150px 50px 0px !important;*/
    }
    .contact-info{
        color: #000;
        display: block;
        padding: 40px 0px 40px 40px;
        width: 100%;
        background-color: #FFCD00;
    }
     
}
/*end media screen section contact*/