.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none; 
}
.p-three {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 10;
}
.p-three > .row {
	position: relative;
	width: 100%;
	height: 100%; 
	z-index: 3;	
}
.p-three .owl-stage-outer {
  overflow: visible !important;	
}
.p-three .owl-stage {
	position: relative;	
}
.p-three .owl-item {
	position: relative;
	float: left;
	text-align: center;	
}
.p-three .p-item {
	position: relative;
	display: inline-block;
	width: 65.7vw;
	height: 100%; 
}
.p-three .p-image {
	position: absolute;
	top: calc(50% - 6px);
	left: 50%;
	width: 35vw;
	height: 81vh; 
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	transform-origin: 0% 0%;
	border-radius: 2px 0px 0px 2px;	
	overflow: hidden;
	z-index: 999;	
}
.p-three .p-image-inner {
	position: relative;
	width: 100%;
	height: 100%; 
}
.p-three .p-image-content {
	position: relative;
	width: 100%;
	height: 100%; 	
	background-color: #141414;	
}
.p-three .p-image-content img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	object-fit: cover;
}
.p-three .p-image-animation {
	position: absolute;
	top: 0;
	width: 101%;
	height: 100%;
	z-index: 9999;
	background-color: #171717;
}
.p-three .p-left.p-image-animation {
	left: 0;
}
.p-three .p-right.p-image-animation {
	right: 0;
}
.p-three .p-title {
	display: none;
}
.p-three.title-one .p-title {
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: rotate(-3deg) translateX(-50%) translateY(-50%);
	display: inline-block;	
	margin-top: -6px;
	width: 86%;
	display: none;
	overflow: hidden;
	z-index: 9999;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;	
	transition: all 600ms ease;
	transition-delay: 0ms;
}
.p-three.title-one .hide.p-title {
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0;
 	transition: all 900ms ease; 
	transition-delay: 0ms; 	
}
.p-three.title-one .hide.p-title .p-title-content a::after{
  pointer-events: none !important;	
}
.p-three.title-one .active.owl-item .p-title {
	display: inline-block;
}
.p-three.title-one .p-title-inner {
	position: relative;		
	height: 100%;
	display: inline-block;	
	cursor: pointer;	
	background-color: #1f1f1f;
}
.p-three.title-one .p-title-inner::before {
	content: "";
	position: absolute;	
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #ffffff;
	z-index: 9999; 
	transition: all 500ms ease;	
}
.p-three.title-one .p-title-inner:hover::before {
	width: 25px;
}
.p-three.title-one .p-title-inner::after {
	content: "";
	position: absolute;	
	top: 0;
	left: 0;
	width: 2px;
	height: 40px;
	display: block;
	background-color: #ffffff;
	z-index: 9999; 
	transition: all 500ms ease;
}
.p-three.title-one .p-title-inner:hover::after {
	height: 50px;
}
.p-three.title-one .p-title-content {
	position: relative;			
	height: 100%;
	overflow: hidden;
}
.p-three.title-one .p-title-content span {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	line-height: 62px;	
	letter-spacing: 1px;
	max-width: 100%;	
  word-break: break-word;
  text-align: center;
	display: inline-block;		
	text-transform: uppercase;
	color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;
	padding: 15px 34px 15px 34px;
}
.p-three.title-two .p-title {
	position: absolute;
	top: calc(50% - 0px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;	
	width: 86%;
	margin-top: -4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;	
	transition: all 600ms ease;
	transition-delay: 0ms;
}
.p-three.title-two .hide.p-title {
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0;
 	transition: all 900ms ease; 
	transition-delay: 0ms; 	
}
.p-three.title-two .hide.p-title .p-title-content a::after{
  pointer-events: none !important;	
}
.p-three.title-two .active.owl-item .p-title {
	display: inline-block;
}
.p-three.title-two .p-title-inner {
	position: relative;		
	height: 100%;
	display: inline-block;	
	cursor: pointer;	
	background-color: #631227;
}
.p-three.title-two .p-title-content {
	position: relative;			
	height: 100%;
	overflow: hidden;
}
.p-three.title-two .p-title-content span {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 62px;	
	letter-spacing: 1px;
	max-width: 100%;	
  word-break: break-word;
  text-align: center;
	display: inline-block;		
	text-transform: uppercase;
	color: #CDCDCD;	
	padding: 15px 34px 15px 34px;
}
@media  (min-width: 1025px) { 
.p-three .owl-stage {
  transition: all 0ms ease-in-out !important;      
  transition-delay: 0ms !important;   
}
}
.p-end {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 5px;
	height: 5px;
	pointer-events: none;
	background: transparent;
}
body.footer-inview .p-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
	transform: translateX(-50%);	  
  width: 100vw; 
  height: 100%;
  z-index: 9999;
  cursor: pointer;
}

/* Navigation Arrow */
.p-arrow {
	position: absolute;
	bottom: 5vh;
	right: 2.85vw;
	z-index: 20;
	cursor: pointer;
}
.p-arrow rect {
	fill: #FBFBFB;
	transition: all 800ms ease;
}
/* Navigation Couts */
.counts {
	position: absolute;
	bottom: 4vh;
	left: 0;	
	cursor: default;
	pointer-events: none;
	display: inline-block;
	padding: 3px 5px 0px 7px;	
	width: 68px;
	height: 50px;
	z-index: 20;
}
.item {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 44px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #631227;
	float: right;
	margin-right: 25px;
}
.items {
	position: absolute;
	top: 10px;
	right: 6px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	color: #FBFBFB;	
	float: right;
}
.items span {
	display: block;
}
.items::after {
	content: "";
	position: absolute; 
	top: 3px;
	left: -14px;	
	width: 2px;
	height: 10px;
	background-color: #FBFBFB;
	display: block;		
	transform: rotate(30deg) translateY(0px) translateX(0px);	
	transition: all 300ms ease;
}
.counts.hide .items::after {
	height: 0px;
}
.counts--center {
	left: 50%;
	transform: translateX(-50%);
}
.counts--left {
	left: 28.1%;
	transform: translateX(-50%);
}
.counts--right {
	left: 72.1%;
	transform: translateX(-50%);
}
.counts--left-center {
	bottom: 50%;
	left: calc(15.65% - 70px);
	transform: translateY(50%);	
}
.counts span {
	display: block;
}
/* Scroll Entry */
.scroll-entry {
	position: absolute;
	bottom: calc(50% + 4px);
	right: calc(16.2% - 40px);
	transform: rotate(-180deg) translateY(-50%) translateX(0);
	pointer-events: none;	
	transition: all 300ms ease-out;
	transition-delay: 300ms;		
}
.scroll-entry > span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	color: #FBFBFB;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.scroll-entry > span span {
	color: #631227;	
}
.scroll-entry.hide {
	right: calc(16.2% - 65px);	
	opacity: 0;
	transition: all 300ms ease-out;
	transition-delay: 300ms;
}

/* Medium devices (tablets) */
@media  (max-width: 1024px) { 
/* Portofolio Three */
.p-three .p-item{
	transition: all 600ms ease;	
}
.p-three .p-item {
	width: 65.7vw;
	height: 100%; 
}
.p-three .p-image {
	top: calc(50% - 7px);
	left: 50%;
	width: 100%;
	height: 67vh;	
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	border-radius: 2px;	
}
.p-three .p-image-content img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.p-three.title-one .p-title {
	top: calc(50% - 7px);
	left: 50%;
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	display: inline-block;	
	margin-top: 0px;
	width: 85%;
}
.p-three.title-one .p-title-content span {
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	line-height: 62px;
	letter-spacing: 1px;		
	text-transform: uppercase;
	color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #631227;
	padding: 17px 30px 17px 30px;
}
.p-three.title-two .p-title {
	top: calc(50% - 7px);
	left: 50%;
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	display: inline-block;	
	margin-top: 0px;
	width: 85%;
}
.p-three.title-two .p-title-content span {
	font-size: 60px;
	font-weight: 900;
	line-height: 62px;
	letter-spacing: 1px;		
	text-transform: uppercase;
	padding: 17px 30px 17px 30px;
}
.p-three .owl-stage {
  transition: all 800ms ease-in-out !important;      
  transition-delay: 0ms !important;   
}
.footer-inview .p-three .p-item {
	transform: scale(0.8) translateY(7vh);
	opacity: 0.8;
}
/* Navigation Arrow */
.p-arrow {
	bottom: 5.1vh;
	right: 6vw;
}
.p-arrow rect:nth-of-type(1) {
	display: none;
}
@-moz-document url-prefix() {
	.hide.p-arrow rect {
		opacity: 0;
	}
}
/* Navigation Couts */
.counts {
	display: none;
}
/* Scroll Entry */
.scroll-entry {
	display: none;	
}

}

/* Small devices (Smartphone) */
@media  (max-width: 767px) { 
/* Portofolio Three */	
.p-three .p-item {
	width: 75vw;
	height: 100%; 
}
.p-three .p-image {
	top: calc(50% - 7px);
	left: 50%;
	width: 100%;
	height: 56vh;	
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	border-radius: 2px;	
}
.p-three .p-image-content img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.p-three.title-one .p-title {
	top: calc(50% - 7px);
	left: 50%;
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	display: inline-block;	
	margin-top: 0px;
	width: 90%;
}
.p-three.title-one .p-title-content span {
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	line-height: 42px;
	letter-spacing: 1px;		
	text-transform: uppercase;
	color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #631227;
	padding: 12px 30px 12px 30px;
}
.p-three.title-two .p-title {
	top: calc(50% - 7px);
	left: 50%;
	transform: rotate(0deg) translateX(-50%) translateY(-50%);
	display: inline-block;	
	margin-top: 0px;
	width: 90%;
}
.p-three.title-two .p-title-content span {
	font-size: 40px;
	font-weight: 900;
	line-height: 42px;
	letter-spacing: 1px;		
	text-transform: uppercase;
	padding: 12px 30px 12px 30px;
}
.footer-inview .p-three .p-item {
	transform: scale(0.9) translateY(6.5vh);
	opacity: 0.8;
}

}



