/*
Created by Mahesa Kama [www.setudio.com]
Sunday, January 03, 2021
*/
@import url('webfont.css');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
/*========================================================
BASIC
========================================================*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-moz-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	
}
*:hover,
*:focus,
*:visited,
*:active {
	outline: none !important;
}
body {
	background: #fff;
	color: #384151;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}
a,
a:hover,
a:focus {
	color: #CEC9CB;
}
h1, h2, h3, h4, h5, h6, b, strong {
	color: #000;
	word-break: break-word;
}
label {
	font-weight: 500;
	color: #37505E;
}
*.focus {
	border: 1px solid #CEC9CB;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-small {
	max-width: 148px;
	height: auto;
}
.bg-white {
	background: #fff;
}
.bg-light {
	background: #F9FAFB;
}
.bg-gray {
	background: #8E8185;
	color: #fff;
}
.bg-dark {
	background-color: #8E8185 !important;
}
.bg-border {
	border-top: 1px solid #DEE1E3;
	border-bottom: 1px solid #DEE1E3;
}
.hr {
	width: 100%;
	height: 2px;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
	opacity: .60;
}
.title-xl,
.title-lg,
.title-md,
.title-sm,
.title-hero {
	font-family: 'Kawai Craft', sans-serif;
	color: #DEDBDC;
	font-weight: 400;
}
/*.title-lg {
	color: #E7E4E5;
}*/
.title-md {
	font-family: 'Mrs Eaves Small Caps', serif;
}
.title-fam {
    line-height: 20px;
    opacity: .60;
    display: block;
    color: #fff;
}
.bg-light .title-lg,
#info .title-lg,
#jadwal .title-lg {
	color: #384151;
}
.bg-light .title-md,
#info .title-md {
	color: #1F2937;
}
/*#info .title-lg,
#info .title-md,
#jadwal .title-lg {
	color: #8E8185;
}*/
.title-xl {
	font-size: 60px;
	margin-bottom: 12px;
}
.title-lg {
	font-size: 48px;
	margin-bottom: 60px;
}
.title-md {
	font-size: 24px;
	margin-bottom: 30px;
}
.title-sm {
	font-size: 14px;
}
.title-hero {
	font-size: 64px;
}
.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
}
@media (max-width: 992px) {
	body {
		font-size: 14px;
		line-height: 24px;
	}
	label {
		font-size: 16px;
		line-height: 20px;
	}
	.py-120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pt-120 {
		padding-top: 60px;
	}
	.pb-120 {
		padding-bottom: 60px;
	}
	.py-60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pb-60 {
		padding-bottom: 30px;
	}
	.title-xl {
		font-size: 42px;
	}
	.title-lg {
		font-size: 36px;
		margin-bottom: 30px;
	}	
	.title-md {
		font-size: 20px;
		margin-bottom: 18px;
	}
	.title-sm {
		font-size: 12px;
	}
	.title-hero {
		font-size: 36px;
	}
}
@media (max-width: 768px) {
	
}

#carousel-fcb #typed,
#carousel-fcb .typed-cursor {
	font-size: inherit;
    color: #fff;
}








.hero {
	/*width: 100%;*/
	/*min-height: 100%;*/
	display: block;
    position: relative;
}
.hero-content {
    bottom: -1px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 210px 0 30px;
	background-image: linear-gradient(-180deg, rgba(142,129,133,0.00) 0%, #8E8185 100%)
}
.hero-content img {
	margin-bottom: 30px;
}
.hero-content p {
	color: #fff;
	margin-bottom: 16px;
	line-height: 18px;
}
.hero-content small {
	display: block;
	color: #fff;
	line-height: 14px;
	margin-bottom: 18px;
}
.hero-content .hero-visitor {
	font-family: 'Mrs Eaves Small Caps', serif;
	font-size: 24px;
	margin-bottom: 12px;
	color: #CEC9CB;
}
.and-sign {
	font-family: 'Kawai Craft', sans-serif;
	font-size: 18px;
	margin: -30px 0 30px 0;
	color: #CEC9CB;
}
.table th, .table td {
    border-top: 1px solid #F9FAFB;
}
.table tr:last-child th, .table tr:last-child td {
    border-bottom: 1px solid #F9FAFB;
}
#btn-audio {
	width: 48px;
	height: 48px;
    padding: 12px;
    font-size: 24px;
	background: #CEC9CB;
	position: fixed;
	bottom: 0;
	right: 6px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	cursor: pointer;
}
@media (max-width: 992px) {
	.and-sign {
		margin-top: 30px;
	}
	.hero-content {
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media (max-height: 600px) {
	.hero-content {
		padding-bottom: 0;
	}
	.hero-content .hero-visitor {
		margin-bottom: 0;
	}
	.hero-content img {
		width: 180px;
	}
}
@media (max-height: 480px) {
	.hero-content img {
		width: 120px;
		margin-bottom: 0;
	}
}








/*========================================================
EMBED
========================================================*/
.embed-responsive {
	/*margin-bottom: 60px;*/
	border-radius: 3px;
}
.embed-responsive-item {
	/*margin-top: -60px;*/
}
@media (max-width: 768px) {
	.embed-responsive {
		margin-bottom: 30px;
	}
}


/*========================================================
FORM
========================================================*/
.form-control {
	width: 100%;
	height: 46px;
	border: 1px solid #DEE1E3;
	padding: 12.5px;
	color: #000;
	margin-bottom: 12px;
}
textarea.form-control {
	height: 120px;
}
.form-control:focus {
	outline: none;
	border-color: #000;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::-moz-placeholder{color:#A7B1B7;opacity:1}
.form-control:-ms-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::-ms-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::placeholder{color:#A7B1B7;opacity:1}
@media (max-width: 768px) {
	.form-control {
		/*margin-bottom: 12px;*/
	}
}



/*========================================================
BUTTON
========================================================*/
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	padding: 10px 30px;
	margin: 15px 0;
	font-weight: 700;
	border-radius: 24px;
}
.btn:hover {
	opacity: .90;
	text-decoration: none;
}
.btn-lg {
	font-size: 18px;
    padding: 15.5px 36px;
    
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #CEC9CB;
    border-color: #CEC9CB;
    border-style: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #CEC9CB;
    border-color: transparent;
    outline: 0;
}
.btn-secondary {
	background-color: transparent;
    border: 2px solid #DEE1E3;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	border-color: #CEC9CB;
}
button.carousel-control-prev,
button.carousel-control-next {
    background: transparent;
    border: none;
    outline: none;
}
.link {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 2px solid #e2e1ef;
	margin-right: 15px;
}
.link:hover, .link:focus {
	text-decoration: none;
	border-color: transparent;
	padding-bottom: 5px;
}
.link-primary {
}
.link-default, .link-default:hover, .link-default:focus {
	color: #000;
}
.call-to-action-link {
	color: #5aa500;
	font-weight: 700;
}
.call-to-action-link i {
	font-size: 14px;
}
.call-to-action-link i:nth-child(1) {
	opacity: .50;
	margin-left: 10px;
}
.call-to-action-link i:nth-child(2) {
	margin: 0 5px 0 -1px;
}
@media screen and (max-width:1024px) {
	.btn-lg {
		font-size: 14px;
	}
	.call-to-action-link i:nth-child(1) {
		margin-left: 3px;
	}
}


/*========================================================
GALLERY
========================================================*/
.demo-content {
	background: #000;
}
.gallery-section {
  width: 100%;
  height: auto;
}
.gallery-more {
    font-size: 60px;
    font-weight: 700;
}
.gallery-section .card {
  max-height: 420px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 0;
}
.gallery-section .card .img-responsive {
  /*height: 300px;*/
  /*width: auto;*/
}
.gallery-section .card a {
  border: none;
  background: #000;
  overflow: hidden;
  position: relative;
}
.gallery-section .card a:hover {
  border: none;
}
.gallery-section .card a img {
  opacity: .8;
  transition: all .3s ease-in-out;
}
.gallery-section .card a:hover img {
  opacity: 1;
}
.gallery-section .col-6:nth-child(8).card a img {
  opacity: .35;
}
.gallery-section .card a > div {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  margin-top: 200px;
  opacity: .6;
  transition: all .3s ease-in-out;
}
.gallery-section .card a:hover > div {
	opacity: 1;
}
@media screen and (max-width: 1600px) {
	.gallery-section .card a > div  {
		/*margin-top: 120px;*/
	}
}
@media screen and (max-width: 1400px) {
	.gallery-section .card a > div  {
		/*margin-top: 100px;*/
	}
}
@media screen and (max-width: 1120px) {
	.gallery-section .card a > div  {
		/*margin-top: 80px;*/
	}
}
@media screen and (max-width: 920px) {
	.gallery-section .card a > div  {
		margin-top: 150px;
	}
}
@media screen and (max-width: 992px) {
  .gallery-section .card .img-responsive {
    height: auto;
    width: 100%;
  }
}



/*========================================================
CAROUEL
========================================================*/
.carousel {
  background: #fff;
  margin-bottom: 0;
}
.carousel-inner {
  height: 600px;
  width: 100%;
}
.carousel-item {
  height: 600px;
}
.carousel-item div {
  height: 600px;
}
.carousel-bigcap {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 160px 0;
    color: #fff;
    text-align: left;
}
.carousel-bigcap h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 77px;
}
.carousel-bigcap p {
	opacity: .50;
	font-size: 24px;
	line-height: 36px;
	margin-top: 30px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}
.carousel-indicators {
	bottom: -48px;
}
.carousel-indicators li {
   
    background-color: #DEE1E3;    
    opacity: 1;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
	background-color: #8E8185;    
}
.carousel-scrolldown {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin-top: -60px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.carousel-scrolldown a {
  color: #fff;
  z-index: 2;
}
.carousel-scrolldown a:hover,
.carousel-scrolldown a:focus {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.carousel-arrow {
  font-size: 24px;
}
.carousel-arrow i {
  padding: 0;
  margin: 0;
    line-height: 14px;
    display: block;
}
.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s linear;
    -o-animation: bounce 1s linear;
    -webkit-animation: bounce 1s linear;
    animation: bounce 1s linear;
    colr: 000;
}
.bounce:hover {
  opacity: .50;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
.carousel-scrolldown svg {
  width: 24px;
  height: 24px;
  stroke: #DEE1E3;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
@media screen and (max-width: 768px) {
  .carousel-item {
  }
  .carousel-inner,
  .carousel-item,
  .carousel-item div {
    height: auto;
  }
  .carousel-bigcap {
    text-align: center;
  }
  .carousel-bigcap h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .carousel-bigcap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .carousel-scrolldown {
  	margin-top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-item {
  }
}