@import url("https://fonts.googleapis.com/css?family=Manrope:400,700,800");

@font-face {
  font-family: ITC Charter;
  src: url('/Fonts/CHR55.otf');
}
@font-face {
  font-family: ITC Charter Bold;
  src: url('/Fonts/CHR75.otf');
}
body{
  /*background-image: url('../img/APP_BG-01a.png') ;*/
  background-image: url('../../backend/uploads/BG/background.jpg') ;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Manrope';
  color: #786745 !important;
  margin-top: 0px;
}

a{
  color: #786745 !important;
}

p{
  color: #202020 !important;
}

h5{
  color: #202020 !important;
}

label{
  color: #786745 !important;
}

@media only screen and (max-width: 414px)
{
  h2{
    color: #202020;
    font-family: 'Manrope';
    font-size: 20px;
  }  
}

h2{
  color: #202020;
  /*color: #ffffff;*/
  font-family: 'Manrope';
}



.homenav{
  width:100% !important; /*dibuat important agar style ini tetap dijalankan*/
  z-index: 1000;
  /*background-color: transparent !important;*/
  background-color: #2A2B3B !important;
  border-radius: 0 !important;
  transition: .5s;
  color: #ffffff !important;
}
 
.homenav li a{
  color: #FFFFFF !important;
  font-weight: bold;
} 
.navbar-toggler{
  color: #786745;
}
.navbar-scrolled {
      background-color:  #2A2B3B !important;
      transition: background-color 200ms linear;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      
  }

.navbar-scrolled li a{
  color:#FFFFFF !important;
  font-weight: bold;
} 
 
.homenav .navbar-toggler{
  background:black !important;
  z-index: 999;
}

#navbarSupportedContent {
   margin-left: -15%;

}
#navbarSupportedContent li{
  margin-left: -45px;
  float:left;
  /*width:180px;*/
  width:190px;
  text-align:center;
}   
#navbarSupportedContent li a{
  font-size:14px;
  line-height: 50px;
} 

#navbarSupportedContent li a:hover{
  color:#FFFF99;
} 
/*.homenav .collapse li a:hover{
  color:#3498DB !important;  
}
.
.nav-link {
  color: #000;
}
*/
.homenav .navbar-nav li.active > a {
    -webkit-text-decoration-line: overline; /* Safari */
   text-decoration-line: overline; 
   text-decoration: underline;
}
.d-block{
  height: 100vh !important;
}
.content {
  margin-top:80px;
}

.content h3 i{
  background: #3498db;
  padding:10px;
  color: white;
}

.content img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  
}
.mr-auto{
  margin-left: 200px;
}

.btn {
  border: none;
  outline: none;
  background-color: transparent;
}

.backgroundunit{
  background-image: url('../../backend/uploads/BGM/background_unit.jpg')
}

.btns {
  border: none;
  outline: none;
  background-color: #083F88;
  padding: 14px 40px;
  color: white;
  border-radius: 8px;
}

.btnwa {
  border: none;
  outline: none;
  background-color: #5b4a42;
  padding: 14px 40px;
  color: white;
  border-radius: 8px;
}

.btn-ob{
  border: none !important;
  outline: none !important;
  background-color: #786745 !important;
  padding: 5px 15px !important;
  color: white !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  margin-top: 5% !important;
}

.btn-download{
  border: none !important;
  outline: none !important;
  /*background-color: #083F88 !important;*/
  padding: 5px 15px !important;
  color: black !important;
  border-radius: 8px !important;
  font-size: 24px !important;
  margin-bottom: 5%;
  cursor: pointer !important; 
  background-color: #786745!important;
}

.btn-vr{
  border: none !important;
  outline: none !important;
  /*background-color: #083F88 !important;*/
  padding: 5px 15px !important;
  color: black !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  margin-bottom: 5%;
  cursor: pointer !important; 
  background-color: #786745!important;
}

/* Style the active class, and buttons on mouse-over */
.bhs .active, .btn:hover { 
  background-color: #786745;
  color: #000000 !important;
  border: none;
  outline: none;
  text-decoration: none;
}

.page-link a{
   color: #254c24;
}


/*.bhs{
  float: right;
  margin-right: -10px;
  border-radius: 50%;
}

.bhs a:active {
  color: #000000;
}*/

 
 .img-hover-zoom {
  height: 200px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}


.h-100{
  /* Full height */
  height: 100% !important; 
  width: auto;
   
}
footer{
   margin-top: 100px;
}
.mfooter{
  /*background: #254c24 !important;*/
  /*height: 260px ;*/
  height: 310px ;
  margin-top: -16px;
}
.jumbotron{
  margin-bottom: 0px;
}
.footm{
   margin-top: -50px;
}

.mfooter p{
  /*font-size: 0.7em;*/
  font-size: 1em;
}

.footerwa img{
  position :fixed;
  width: 50px;
  margin-top: -55px;
  margin-right: 35px;
  float: right;
}

.floating-wpp-head .close{
   top :0px !important;
  right: 5px !important;
}
 
.socialm img{
  width: 30px;
  margin-top: -25px;
}
.logopt img{
  margin-top: -25px;
  width: 100%;
  max-width: 300px;
}


#btnSubmit{
  background-color: #254c24; 
  border: none;
  color: white;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.konten {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.konten .konten-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.konten:hover .konten-overlay{
  opacity: 1;
}

.konten-image{
  width: 100%;
}

.konten-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.konten:hover .konten-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.konten-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.konten-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
@media(max-width: 768px) 
 {
  .image-margin{
    margin-top: 10% !important;
  }
 
  .homebar{
    position: fixed;
    top: 0;
   }
  .homenav li a{
  color: #786745 !important;
  } 
  .d-block{
    height: auto !important;
  }
   .isifoot{
    padding-top: 20px;
  }
  #navbarSupportedContent{
    text-align: center;
  /*  background-color: #fff !important;*/
    margin-top: -60px;
    padding: 70px 0;
  }

  #navbarSupportedContent li{
    float: none;
    margin: auto;
    width: 50%;
    color: #254c24;
  }
  
  .mr-auto{
    margin-left: 0px;
    background-color: #000000 !important;
  }
  .bhs{
    float: none;
    margin-right: 0px;
  }
/*
  .floating-wpp .floating-wpp-popup{
   position: fixed !important;
   z-index: 999 !important;
  bottom:250px !important;
  }
*/
}


.awards{
  padding: 5px;
}

.project{
  padding-left: 10px;
  padding-top: 10px;
}

.facilities{
  padding-left: 10px;
  padding-top: 10px;
}






/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100s;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  margin-top: -8%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagetext {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2%;
  text-align: center;
  }

.rowx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.xxxpage{
  margin-left: 15px;
  margin-right: 15px
}

#ourprojectimg img:hover {
  opacity: 0.5;
  cursor:pointer;
}

#internalfacilitiesimage img:hover {
  opacity: 0.5;
  cursor:pointer;
}

#externalfacilitiesimage img:hover {
  opacity: 0.5;
  cursor:pointer;
}

#unittype img:hover{
  /*opacity: 0.5;
  cursor:pointer;*/
}

  .devimg{
  width: 50% !important;
  }

figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.chover {
  overflow: hidden;
}
.chover::after {
  content: '';
  clear: both;
  display: block;
}

.chover figure {
  position: relative;
}
.chover figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.chover figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 75%;
  }
}
@keyframes shine {
  100% {
    left: 75%;
  }
}

#masterplan {
  overflow: hidden;
}
#masterplan::after {
  content: '';
  clear: both;
  display: block;
}

#masterplan figure {
  position: relative;
}

#masterplan figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#masterplan figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

#vidx{
  width: 100%;
  height: 600px;
}


@media(min-width: 769px) and (max-width: 968px){
 

    #navbarSupportedContent {
      /*margin-left: 0 !important;*/
      margin-left: 200px;
      margin-top: 10px
  }
    #bahasa{
    margin-top: 3%;
      margin-left: 200px;
  }

}


@media(min-width: 200px) and (max-width: 768px){
  #bahasa{
    margin-top: 3%;
  }

  #gmbrlogo{
    height: 50px;
  }
  
/*  #gmbrdev{
    margin-top: 22px;  
  } */

    #navbarSupportedContent {
   margin-left: 0 !important;

  }
}

@media(min-width: 600px) and (max-width: 768px){
 
  #vidx{
    width: 100%;
    height: 300px;
  }
}

@media(min-width: 200px) and (max-width: 599px){
 
  #vidx{
    width: 100%;
    height: 300px;
  }



  .devimg{
  width: 100% !important;
  }

 

}

.judul-berita{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  /* or 144% */
  color: #202020;
}

.isi-berita {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #202020 !important;
  opacity: 0.7;
}