/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}

@font-face {
    font-family: forTitle;
    src: url(font/Inter-VariableFont_opsz,wght.ttf);
}

@font-face {
    font-family: forTheRest;
    src: url(font/SourceSans3-VariableFont_wght.ttf);
}

* {
   font-family: forTheRest;
   font-size: 14pt;	
}

 .link-menu {
  padding-left: 40px;
  padding-right: 30px;
}

.link-menu.top_menu {
  color: #f7f4f4;
  font-family: "Arial";
  font-size: 18px;
  text-decoration: none;
}

/* === MENU BUTTON == */
.button-menu-close {
  color: white;  
  background-color: transparent;
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  position: absolute;  	
  inset: 0% 0% auto auto;
  border: thick; 
}

.button-menu {
  color: white;  
  background-color: transparent;
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  position: absolute;
  	
  inset: 0% 0% auto auto;
  border: thick; 
}

.button-book-mobile {
  color: #fff;
  background-color: transparent;
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 120px;
  padding: 7px 30px 7px 30px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
  border: thick; 	
}

.button-book {
  color: #fff;
  background-color: transparent;
  border-radius: 5px;
  margin-top: 50px;
  margin-right: 50px;
  padding: 7px 30px 7px 30px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
  border: thick; 	
}

.button-book:hover {
  background-color: #02462B;
  color: white;
}



/* === CONTENT BUTTON == */
.button-view {
  color: black;  
  background-color: white;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
  border: thick; 
}

.button-view:hover {
  background-color: #02462B;
  color: white;
  /*filter: invert(100%);	*/
}


.button-learn-more {
  color: black;  
  background-color: white;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  inset: 0% 0% auto auto;
  border: thick; 
}

.button-learn-more:hover {
  color: #004c42;
  background-color: #c6e59a;
}


.button-book-now {
  background-color: #004c42;
  color: white;	
  border-radius: 5px;
  margin-top: 50px;
  margin-right: 50px;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  inset: 0% 0% auto auto;
  border: thick; 	
}
.button-book-now:hover {
  color: #004c42;
  background-color: #c6e59a;
}




.button-timeline {
  background-color: #004c42;
  color: white;	
  border-radius: 10px;
  margin-top: 50px;
  margin-right: 10px;
  padding: 15px 15px 13px 15px;
  text-decoration: none;
  inset: 0% 0% auto auto;
  border: thick; 	
}

.button-timeline:hover {
  color: #004c42;
  background-color: #c6e59a;
}

/* ========== FONT ======== */

.title-head{
	color: #004c42; 
	font-weight: 600;
	font-family: "forTitle";
}


.title-second{
	color: #004c42; 
	font-weight: 600;	
}


.iklan {
	background-color: #0E0E0E;
}

.bg-nav-white {
	background-color: #FFFFFF
}



/* ====== MODAL IMAGE POP UP ========= */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 100%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* ====== END ---- MODAL IMAGE POP UP ========= */









/* =============== PARALAX ============== */

.parallax {
  /* The image used */
  background-image: url("../img/carousel/gading_course.jpg");

  /* Set a specific height */
  min-height: 4px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
/* ###### FACILITIES HOVER ZOOM IMAGE ########## */

.inner {
	overflow: hidden;
}

.inner img {
	transition: all 1.1s ease;
}

.inner:hover img {
	transform : scale(1.2);
}


/* ======= GOOGLE MAP ======= */

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


/*============= TOP BAR HEADER =============*/

.top-bar {
	background: #093901;
	height: 2.8rem;
	padding: .5rem 0;	
}

.top-bar a {	
	color : white;
	text-decoration: none;
	font-sized: 1.3rem;
}

/*============= NAVIGATION =============*/

.navbar {
	font-size: 0.8rem;
	font-weight:  600;
	letter-spacing: .1rem;
}


.navbar-inner {
    background:transparent;
}

.nav-item {
	padding: 20px 20px;	
}

.nav-link {
	color: #1E1E1E!important;
}

.nav-link.active,
.nav-link:hover
{
	color: #0352A7!important;
}

	    #mainNavigation {
	      
		position:absolute;
	      top:0;

	      left:0;
		  right:0;
	      width:100%;
	      z-index:123; 
	      padding-bottom:120px;
	      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient- editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
			
	    background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	    } 
	    #navbarNavDropdown.collapsing .navbar-nav,
	    #navbarNavDropdown.show .navbar-nav{
	      background:#E2E2E2;
	      padding:12px;
		}



	    #mainNavigation2 {

	      top:0;
	      left:0;
		  right:0;
	      width:100%;
	      z-index:123;
	      
	      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	    background: -moz-linear-gradient(top,  rgba(249,249,249,0.00) 100%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(top,  rgba(238,222,188,0) 100%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to bottom,  rgba(238,222,188,0) 100%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	    }
	    #navbarNavDropdown.collapsing .navbar-nav,
	    #navbarNavDropdown.show .navbar-nav{
	      background:#E2E2E2;
	      padding:12px;
		}


/*============= NAVIGATION MOBILE =============*/

.navbar2 {
	font-size: .8rem;
	font-weight:  600;
	letter-spacing: .5rem;
	box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .5);
	z-index: 1;
}

.nav-item2 {
	padding: 10px 10px;	
}

/*============= CAROUSEL =============*/

#carousel {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);	 
}

.carousel-inner {
	max-height: 50rem!important;
}

/*---Change Carousel Transition Speed --*/

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	transition: transform 2.3s ease;
}

/*-- Carousel Content --*/

.carousel-caption {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
/*	text-transform: uppercase; */
	
}

.redup { 
	filter: brightness(90%) ; /* -- meredupkan image carousel -- */
}

.bg-custom {
	
	background-color: rgba(0, 0, 0, .4);
	color: white;
	border-radius: 1rem;
}

.carousel-caption h1 {
	font-size: 3.8rem;
	text-shadow: 0.1rem .1rem .3rem rgba(0, 0, 0, 1);
}

.border-primary {
	border-top: .2rem solid#4981b3!important;
}

.carousel-caption h3 {
	font-size: 2.2rem;
	text-shadow: 0.1rem .1rem .2rem rgba(0, 0, 0, 1);
}

.btn-lg {
	
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1rem;
	border-width: medium;
}

.btn-danger {
	background-color: #AC2615;
	border: .05rem solid #AC2615;	
	border-width: medium;
}

.btn-primary {
	background-color: #4981b3;
	border: .05rem solid #4981b3;	
}

.btn-primary:hover {
	background-color: #68a0d2;
	border: .05rem solid #68a0d2;	
}
/*===== FIXED BACKGROUND IMG =====*/

.fixed {
/*	background-image: url('../img/matrix.jpg'); */
	background-image: url('../img/bg_network.jpg');
	opacity: 0.5;
}

.fixed-background {
  	overflow: hidden; 
	padding:  10rem 0;/*-- Correction for iOS --*/
}

/*-- Emoji Navbar --*/

.emoji {
	background-image:  linear-gradient(to right, #4981b3, #AC2615);
	min-height: 0!important;
	padding: ..4rem 0!important;
}

.emoji .svg-inline--fa {
	margin: 0 auto;
	color: white;
	font-size: 2rem;
}


.text-destination {
	position: absolute; 	
	top: 85%; 	
	width: 92.1%; 
	/*background-color: #000000;
	background: rgba(0, 0, 0, 0.6); */
	font-family: Arial;
	font-size: 30px;
}

.text-facilities {
	position: absolute; 	
	top: 81%; 	
	width: 100%;
	background-color: #000000;
	background: rgba(0, 0, 0, 0.6);
	font-family: Arial;
	font-size: 25px;
}

.links-1 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}


.links-1 .blocks-1 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    text-align: center;
    cursor: pointer;
    background: #000000;
}

.links-1 .blocks-1 a .title-1 {
    top: 50%;
    
    transform: translateY(-50%) translateZ(0);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}


/*============= FOOTER =============*/

footer {
	background-color: #383838;
	padding: 1rem 2rem 3rem;
}

footer img {
	height: 5.5rem;
	margin: 1.5rem auto;
}

footer p, footer a, .socket a {
	color: white;
	text-decoration: none;	
}

ul.social {
	list-style-type: none;
	display: flex;
	max-width : 16rem;
	margin: 0 auto;
	padding: 0;
}

ul.social li {
	margin: 0 auto;	
}

footer .svg-inline--fa {
	font-size: 2.3rem;
}

footer svg-inline--fa:hover {
	color: #68a0d2;
}
/*============= SOCKET =============*/

.socket {
	background-color: #222222;
	border-top: .1rem solid #4981b3;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
	
	.carousel-caption h1 {
	font-size: 2.8rem;
}

.carousel-caption h3 {
	font-size: 1.8rem;
}
	

}
/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

	
	.carousel-caption h1 {
	font-size: 2.8rem;
	}

	.carousel-caption h3 {
	font-size: 1.8rem;
	}
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important; 
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* ------ TEST ----- */
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

@media only screen and (min-width: 992px) {
  .navbar {
    flex-direction: column;
  }
}






