/* ini semua <a> */
a:active, a:focus, a:hover	{
    color: #5C2276 !important;
}
/* ini semua <a> */

/* media */
/* 20220727 */
/* tab johan portrait */
/*
Portrait 
gsm arena spec sm-p205 1200px x 1920px 
baca ini browser cekwidth 686px x 1098px
try device 800px x 1280px 
*/
@media only screen and (max-device-width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) { 
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 44vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* tab johan landscape */
@media only screen and (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 100vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp johan portrait */
@media only screen and (max-width: 412px) and (max-height: 846px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 44vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp johan landscape */
@media only screen and (max-width: 846px) and (max-height: 412px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 100vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp g samsung j portrait */
@media only screen and (max-width: 360px) and (max-height: 640px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 44vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp g samsung j landscape */
@media only screen and (max-width: 640px) and (max-height: 360px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 100vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp g samsung a8 portrait */
@media only screen and (max-width: 360px) and (max-height: 740px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 44vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}

/* 20220727 */
/* hp g samsung a8 landscape */
@media only screen and (max-width: 740px) and (max-height: 360px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100vw ;
	}
	.intro .intro-title {
		font-size: 2rem ;
	}
	.bg-image {
		width: 100vw !important;
		height: 100vh !important;
		background-size: contain ;
		background-position: center bottom ;
	}	
}



/* ini nav */
/*
	background-color: #5C2276 !important;
*/
.navbar-default.navbar-trans .nav-link::before {
	background-color: #5C2276 !important;
}        

.navbar-default.navbar-trans .show > .nav-link, 
.navbar-default.navbar-trans .active > .nav-link, 
.navbar-default.navbar-trans .nav-link.show, 
.navbar-default.navbar-trans .nav-link.active {
	color: black;
}
/* ini nav */

/*------/ Owl carousel /------*/

/*------/ Bg Image /------*/


.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}


/*   background: #000000; */
.intro .owl-theme .owl-dots .owl-dot span {
	width: 30px !important; /*16*/
	height: 10px  !important; /*9*/
	margin: 5px 5px;
	background: #adadad !important;
	border: 0px solid #adadad !important;
	display: block;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	border-radius: 0px;
}

/* 
20220716 
	padding: 9rem 0 3rem !important; 
*/
.intro-single {
	padding: 9rem 0 3rem !important; 
}

/*
#febf02 -> #5C2276
*/

.intro .owl-theme .owl-dots .owl-dot.active span {
	background-color: #5C2276 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5C2276 !important;
}

/*
#febf02 -> #5C2276
*/
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #5C2276 !important;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

/*  color: #000000; */
.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #adadad !important;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px !important; /**/
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

/* 
  color: #ffffff;
  background-color: #febf02;
 */

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #adadad !important;
  background-color: #5C2276 !important;
  opacity: .2;
}

/*   color: #ffffff; */
/*  color: #5C2276 !important; */
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad !important;
}

/*   background-color: #26a356; */
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  color: #adadad !important;
  background-color: #adadad !important;
}

/* #5C2276 */
.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5C2276 !important;
}

/* #5C2276 */
.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #5C2276 !important;
}

/* main section */
@media (max-width: 360px) or (max-width: 412px) or (max-width: 686px) {
	.section-t8 {
		padding-top: 1rem;
	}
	.title-wrap {
		padding-bottom: 1rem !important;
	}
	.intro .intro-title {
		font-size: 2rem !important;
	}
}



/* main section */

/*------/ Owl carousel /------*/

/* hero section */

/* posisi owl dot yg gerak2x tuh */
/*  	bottom: 15% !important; */
@media only screen {
  .intro .owl-theme .owl-dots {
  	bottom: 15% !important;
  }
}

/* hero section */



/* tentang.php */
/*
  background-color: #febf02;
*/  
.title-box-d .title-d::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background-color: #5C2276 !important;
	bottom: 20px;
	left: 0;
}
/* tentang.php */

/* kontak.php hasilkarya.php */
/*
	background-color: #000000;
	color: #ffffff;
*/
.btn.btn-z:hover {
	background-color: #5C2276 !important;
	color: white !important;
	font-size: 20px !important;
}

.btn.btn-z {
	background-color: black !important;
	color: white !important;
	font-size: 20px !important;
}

/* kontak.php hasilkarya.php */


