/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/


/* = SECTION
-------------------------------------------------------------*/
section {
	position: relative;
	height: 100%;
	align-items: center;
	padding: 40px 0 40px;
	z-index: 1;
}

.bg-section-img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.bg-section-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(183 183 183 / 50%);
	z-index: -1;
}
.t-padding-0 {
	padding: 0px 0 0px;
}
.t-padding-20 {
	padding: 20px 0 0px;
}
.t-padding-60 {
	padding: 60px 0 0px;
}
.t-padding-150 {
	padding: 150px 0 0px;
}

/* = TITLE
-------------------------------------------------------------*/
.title-primary {
	position: relative;
}

/* = BUTTON
-------------------------------------------------------------*/
.btn-contact {
	font-weight: 400;
	font-size: 14px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10px 0;
	padding: 10px 20px;
}

/*Title Additional/Title Custom*/
.lines {
	position: relative;
	display: block;
	margin: 15px auto 15px 0;
	width: 50px;
	z-index: 1;
}

.text-center .lines {
	margin: 15px auto;
}

.text-right .lines {
	margin: 15px 0 15px auto;
}

/* = CARD
-------------------------------------------------------------*/
.card-box {
	position: relative;
}
.card-package {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-item {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0 30px;
}
.card-img {
	position: relative;
}
.card-img img {
	margin: 0 auto;
	width: 100%;
}
.card-meta {
	margin: 10px 0;
}

/*card-title*/
.card-title h3 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}
.card-title h3 a:hover {
	opacity: 0.8;
}
.card-title h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}


/*card-desc*/
.card-desc p {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

/*card-label*/
.card-label {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 10px;
	width: auto;
	min-width: 90px;
	padding: 5px 15px;
	text-align: center;
	z-index: 2;
}

.card-label h5 {
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 600;
	padding: 5px 20px;
}

/*card-avatar*/
.card-avatar-img img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.card-avatar {
	margin: 15px 0 0;
}
.card-avatar-name h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 3px;
}
.card-avatar-name p {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
.card-avatar-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-avatar-img {
	padding-right: 10px;
}

/*rating*/
.icn-star {
	position: relative;
	font-size: 14px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	margin: 10px 0;
}
.icn-star:before {
	content: "\f005"; /* full */
	color: var(--pastel-yellow);
}
.full:before {
	color: var(--yellow);
}


/*card-meta*/
.card-time {
	margin-bottom: 5px;
}
.card-time p {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
	font-family: var(--font-family-2);
}

/*card-tags*/
.card-tags {
	width: 100%;
	padding: 15px 0px 0px;
	position: relative;
}
.card-tags ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.card-tags ul li i {
	font-size: 13px;
}
.card-tags li {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 1;
	margin: 0 10px 10px 0;
	padding: 3px 8px 3px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.card-tags li:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

/*card-price*/
.card-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
}
.card-price .strikethrough {
	font-size: 14px;
	margin-right: 10px;
}
.card-price h4 {
	font-size: 16px;
	font-weight: 600;
}

/*card-list*/
.card-list ul {
	padding-left: 15px;
}
.card-list ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

/*list with icon custom style*/
.list-style-icon {
	list-style: none;
	padding: 0;
}

.list-style-icon li {
	position: relative;
	padding-left: 25px;
}

.list-style-icon li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin-top: 1px;
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	min-width: 25px;
}

/*image absolute*/
.image-abslt .card-mjk-desc {
	position: absolute;
	bottom: 15px;
	padding: 30px;
}

/*card gallery*/
.card-gallery-box {
	position: relative;
}

/*card-title*/
.card-gallery-title h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}

.card-gallery-title h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}

.fancy-images,
.fancy-video {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-bottom: 15px;
}

.fancy-icon {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 2;
}

.fancy-icon i {
	font-size: 16px;
}

.fancy-images:hover img,
.fancy-video:hover img {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
}

/*card-desc*/
.card-gallery-desc p {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

/*card icon*/
.card-icon-box {
	display: flex;
	flex-direction: row;
}

.card-icon {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: 15px;
}

.card-icon-img img {
	width: 100px;
	margin: 15px auto;
}

.card-icon-desc h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}

.card-icon-desc h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}

/*card-button*/
.card-action {
	margin: 15px 0;
}

[data-background-image="show"] .bg-section-box {
	display: block;
}
[data-background-image="hide"] .bg-section-box {
	display: none;
}

/*font-family*/
.card-title h3 {
	font-family: var(--font-family-1);
}
.card-title h5 {
	font-family: var(--font-family-1);
}
.card-desc p {
	font-family: var(--font-family-2);
}
.card-label h5 {
	font-family: var(--font-family-2);
}
.btn-default {
	font-family: var(--font-family-2);
}
.accordion-link h4 {
	font-family: var(--font-family-1);
}
.accordion-body p {
	font-family: var(--font-family-2);
}
.tab-mjk-nav .nav-link {
	font-family: var(--font-family-1);
}
.card-info-list p {
	font-family: var(--font-family-2);
}
.card-avatar-name h4 {
	font-family: var(--font-family-1);
}
.card-avatar-name p {
	font-family: var(--font-family-2);
}

/* = STYLING FOOTER
-------------------------------------------------------------*/
/*footer 1*/
[data-variant="footer-1"] .foo-menu-static-box {
	display: flex;
	flex-direction: column;
}
[data-variant="footer-1"] .foo-social-network ul {
	justify-content: center;
}
[data-variant="footer-1"] .footer-top {
	display: none;
}

/*footer 2*/
[data-variant="footer-2"] .foo-logo img {
	margin: 0px auto;
}
[data-variant="footer-2"] .footer-middle .foo-logo img {
	display: none;
}
[data-variant="footer-2"] .foo-menu-static-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
[data-variant="footer-2"] .foo-subscribe h3 {
	display: none;
}
[data-variant="footer-2"] .footer-top .foo-logo {
	text-align: center;
}
[data-variant="footer-2"] .footer-top .foo-logo p {
	display: none;
}

/* = BANNER
-------------------------------------------------------------*/
.banner-desc-box .title-primary p {
	margin-bottom: 10px;
}

.title-primary .lines {
	display: none;
}

.slick-prev, .slick-next {
	display: none !important;
}

/* = CURSOR
-------------------------------------------------------------*/
.no-url {
	cursor: default;
}

/* = MAP
-------------------------------------------------------------*/
.map-embed iframe {
	width: 100%;
}

/* = SHARE BUTTON
-------------------------------------------------------------*/
.share-button{
	width: 30px;
	height: 170px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
	position: absolute;
	right: 15px;
	top: 15px;
	flex-direction: column;
}
.share-button:hover{
	transform: scale(1.1);
}
.share-button h4 {
	font-size: 16px;
	border: 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 4px;
}
.share-button span{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 80px;
	z-index: 999;
	transition: .6s linear;
	border-radius: 40px;
}
.share-button:hover span{
	transform: translate(-100%);
	transition-delay: .3s;
}
.share-button a{
	flex: 1;
	font-size: 14px;
	text-align: center;
	transform: translateX(-100%);
	opacity: 0;
	transition: .3s linear;
}
.share-button:hover a{
	opacity: 1;
	transform: translateX(0);
}
.share-button a:nth-of-type(1){
	transition-delay: .1s;
}
.share-button a:nth-of-type(2){
	transition-delay: .2s;
}
.share-button a:nth-of-type(3){
	transition-delay: .3s;
}
.share-button a:nth-of-type(4){
	transition-delay: .4s;
}
.share-button a:hover {
	opacity: 0.8;
	transform: scale(1.1);
	transition: .2s linear;
}

/* = FULLPAGE
-------------------------------------------------------------*/
.docSlider {
	z-index: 2;
}
.docSlider .footer {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.docSlider .card-img img {
	height: 100vh;
}
.docSlider .hero-img img {
	height: 100vh;
	object-fit: cover;
}
.docSlider .footer-top {
	flex: 1;
	display: flex;
	align-items: flex-end;
}
.docSlider .footer-middle {
	flex: 1;
}