/* General*/
main{
	overflow: hidden;
}

/** Services Index **/
.services-index-banner{
	position: relative;
}

/* Services taxonomy */
.servicesBanner{
	position: relative;
}

.servicesBanner-left{
	padding: 210px 15px 60px 15px;
	margin: 0 auto;
}

.carousel-serviceBanner .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 80px;
}
.carousel-serviceBanner.owl-theme .owl-dots .owl-dot span{
	width: 20px;
    height: 7px;
    border-radius: 0;
    transition: all ease-in 200ms;
}
.carousel-serviceBanner.owl-theme .owl-dots .owl-dot.active span,
.carousel-serviceBanner.owl-theme .owl-dots .owl-dot:hover span{
	background-color: var(--primary-color);
}

@media (min-width: 576px){
	.servicesBanner-left{
		max-width: 540px;
	}
}

@media (min-width: 768px){
	.servicesBanner-left{
		max-width: 720px;
	}
}

@media (min-width: 992px){
	.servicesBanner-left{
		max-width: 480px;
		margin: 0 0 0 auto;
	}
}

@media (min-width: 1200px){
	.servicesBanner-left{
		max-width: 570px;
	}
}

@media (min-width: 1400px){
	.servicesBanner-left{
		max-width: 660px;
	}
}



.servicesBanner-heading h1{
	font-size: 38px;
	margin: 40px 0 24px 0;
}
.servicesBanner-more-info .larger-text{
	color: var(--primary-color);
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}



.servicesBanner-more-info .larger-text span:not(.med-lg-text){
	font-size: 25px;
	line-height: 1;
	display:table-caption;
}

.servicesBanner-more-info-item{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
	position: relative;
}
.servicesBanner-more-info-item:before{
	background-color: var(--primary-color);
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	left: 0;
	animation: 2s ease-in .5s 1 hgrow; 
}

@keyframes hgrow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.servicesBanner-right-background{
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(3, 3, 3, 0.40) 0%, rgba(3, 3, 3, 0.40) 100%), var(--background-image), lightgray -0.318px 0px / 100.033% 189.67% no-repeat;
	background-size: cover;
	background-position-x: center;
}

.servicesProjects{
	padding: 60px 0;
	background: linear-gradient(to top, rgba(255, 255, 255, .7), var(--secondary-color) ), url('/wp-content/themes/spsne-child/assets/images/highlights-min.jpg');
	background-attachment: fixed;
}
.servicesProjects .see-all-container .col-md-6.col-xl-3:not(:nth-child(-n+4)){
	display: none;
}
.servicesProjects .see-all-container.display-all-project .col-md-6.col-xl-3{
	display:block;
}

@media screen and (min-width: 992px){
		.servicesBanner-heading h1{
			font-size: 50px;
			margin: 60px 0 24px 0;
		}
	
	.servicesBanner-more-info .larger-text{
		font-size: 80px;
	}
	.servicesBanner-more-info .larger-text span{
		font-size: 32px;
	}
	
	.servicesBanner-more-info-item .smaller-text{
		font-size: 18px;
		color: var(--text-color);
	}
	.servicesBanner-content{
		font-size: 18px;
	}
	
	.servicesBanner-more-info-item{
		padding: 0 0 0 20px;
	}
	
	.servicesBanner-more-info .larger-text:has(.med-lg-text){
		font-size: 0;
	}
}

@media screen and (min-width: 1200px){
	.servicesBanner-left{
		padding: 230px 32px 80px 15px;
	}

	.servicesProjects{
		padding: 80px 0;
	}
}

@media screen and (min-width: 1400px){
	.servicesBanner-left{
		min-height: 780px;
	}
	
}

/* Services Page */
.services-index-banner{
	position: relative;
}

.services-offered{
	padding: 60px 0;
	background: linear-gradient(0deg, #ffffff 70%, var(--secondary-color) 30%);
}
.services-offered .spnse-button-bordered-white{
	border: 4px solid #fff;
	color: #FFF;
	font-weight: 600;
	line-height: 24px; /* 144.444% */
}
.services-offered .spnse-button-bordered-white:hover{
	border: 4px solid var(--primary-color);
}
.services-offered-heading{
	color: #FFF;
	margin-bottom: 20px;
}
.services-offered-items{
	margin-top: 28px;
    padding-left: 24px;
    padding-right: 24px
}
.services-offered-items > .row{
	gap: 40px;
}

.services-offered-item{
	padding: 30px 18px;
	background-color: #FAFAFA;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.08), -4px -4px 20px 0px rgba(0, 0, 0, 0.08);
	gap: 30px;
}


.services-offered-item-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 320px;
}
.services-offered-buttons{
	background-color: var(--secondary-color);
}

.services-offered-button{
	padding-top: 10px;
	padding-bottom: 10px;
}
.services-offered-item-image{
	cursor: pointer;
	position: relative;
}
.services-offered-item-image:hover::before {
    opacity: .5;
}
.services-offered-item-image:hover .magnific-img-view {
    z-index: 3;
    opacity: 1;
    width: 100px;
    height: 100px;
}
.services-offered-item-image:before{
	content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity ease-in 300ms;
}



@media screen and (min-width: 992px){
	.services-offered{
		padding: 100px 0;
		background: linear-gradient(0deg, #ffffff 83%, var(--secondary-color) 20%);
	}

	.services-offered-item-heading{
		font-size: 40px;
		margin-bottom: 24px;
	}
	
	.services-offered-item{
		gap: 0;
	}
	.services-offered-items{
		margin-top: 68px;
	}
	
	.services-offered-item-image img {
		max-height: 390px;
	}
	
	.services-offered-items > .row{
		gap: 80px;
	}
	.services-offered-button{
		padding: 20px;
	}

	.services-offered-heading{
		font-size: 50px;
		line-height: 58px;
	}
	.services-offered .spnse-button-bordered-white{
		padding: 15px 30px;
		font-size: 18px;
	}
	.services-offered-item{
		padding: 40px 28px;
	}
	
	.services-offered-item-description{
		font-size: 18px;
	}
}

@media (min-width: 1400px){
	.services-index-banner .projectBanner-slideshow-item{
		height: calc(100vh - 97px);	
	}
}

/* End Services */

.projectBanner{
	background-color: var(--secondary-color);
	background: linear-gradient(0deg, rgba(3, 3, 3, 0.40) 0%, rgba(3, 3, 3, 0.40) 100%), var(--banner-background), lightgray -0.318px 0px / 100.033% 189.67% no-repeat fixed;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 60px 0 50px;
}
.projectBanner .container{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projectBanner-title{
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	margin: 0;
}
.projectBanner-title h1{
	margin-top: 160px;
	margin-bottom: 160px;
	color: #fff;
}
.projectBanner-slideshow-item-title{
	font-size: 40px;	
}

@media screen and (min-width: 992px){
	.admin-bar .projectBanner{
		max-height: 855px;
	}
	.projectBanner{
		height: 100vh;
		max-height: 887px;
		padding: 80px 0;
	}
}
@media screen and (min-width: 1600px){
	.projectBanner-title{
		max-width: 50%;
	}
}

.projectBanner-gallery-button,
.projectBanner-gallery-button:hover,
.projectBanner-gallery-button:focus{
	background-color: transparent;
	border: none;
	padding: 0;
}

.projectBanner-gallery-button svg circle#camera-icon-outside-bg1{
	fill-opacity: 0;
	animation: glow 3s infinite;
}

.projectBanner-gallery-button:hover svg circle#camera-icon-outside-bg2{
	fill-opacity: 1;
}

@keyframes glow  {
  0% {
   fill-opacity : 0   ;
  }  
  50%{
	fill-opacity: 0.3	
  }
  100% {
    opacity : 0   ;
  }  
}

/* proejct section wrapper */

.projectSection-wrapper-background-image{
	background-image: url('/wp-content/themes/spsne-child/assets/images/background-glass-unfiltered-min.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}


/* Project Info */

.projectInfo{
	background-color: #0b0b45ed;
	padding-top: 60px;
}
.projectInfo-boxes{
	padding: 20px 30px;
	background-color: var(--primary-color);
	display: grid;
	grid-template-columns: 1fr;
}
.projectInfo-box{
	display: flex;
	flex-direction: column;
	gap: 6;
	padding: 15px 20px;
}

.projectInfo-box:not(:last-child){
	border-bottom: 1px solid #fff;
}
.projectInfo-box-icon{
	margin-top: 12px;
}
@media screen and (min-width: 992px){
	.projectInfo{
		padding-top: 0;	
	}
	.projectInfo-boxes{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		transform: translatey(-60px);
		
	}
	.projectInfo-box:nth-child(3){
		border-bottom: 0;
	}
	.projectInfo-box:nth-child(1),
	.projectInfo-box:nth-child(2){
		border-bottom: 5px solid #fff;
	}
}
@media screen and (min-width: 1200px){
	.projectInfo-boxes{
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		padding: 20px 10px;
	}
	
	.projectInfo-box:not(:last-child){
		border-bottom: 0;
		border-right: 5px solid #fff;
	}
}

.projectInfo-box .text-value{
	transition: color ease-in 300ms;
	flex: 1;
	font-size: 18px;
	position: relative;
	width: 100%;
}

.projectInfo-box .text-value .services-wrap{
	padding-bottom: 40px;
}

.projectInfo-box .text-value .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.projectInfo-box .text-value .item.current {
  opacity: 1;
}

/* partnership */
.projectPartnership{
	background-color: #0b0b45ed;
}
.projectPartnership-container{
	padding-top: 40px;
	padding-bottom: 60px;
}

.projectPartnership-heading{
	color: #FFF;
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 40px;
}
.projectPartnership-text{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.projectPartnership-logo{
	width: 70px;
	margin: 0 auto 24px;
}

@media screen and (min-width: 992px){
	.projectPartnership-container{
		padding-bottom: 40px;
	}
}

/* project overview */

.projectOverview{
	padding: 60px 0;
	background-color: #ffffffd4;
}
.projectOverview-heading{
	margin-bottom: 40px;
}
.projectOverview-heading h2{
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 0;
}
.projectOverview-content{
	font-size: 18px;
	color: #646464;
}
.projectOverview-content ul{
	margin-left: 10px;
}

.projectOverview-content *:last-child{
	margin-bottom: 0;
}

@media screen and (min-width: 992px){
	.projectOverview{
		padding: 80px 0;
	}
	
	.projectOverview-heading h2{
		font-size: 50px;
		line-height: 58px;
	}
}

/** Project Gallery **/
.projectGallery{
	padding: 60px 0;
}
@media screen and (min-width: 992px){
	.projectGallery{
		padding: 100px 0;
	}
}


/** Projects **/
.projectsBanner{
	background-color: #000;
	position: relative;

}


.projectsBanner-breadcrumb{

}
.projectBanner-slideshow-item{
	position: relative;
	padding-top: 150px;
	padding-bottom: 240px;
}
.projectBanner-slideshow-item .container{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}
.projectsBanner .projectbanner-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 97px);
	object-fit: cover;
}



.projectBanner-detail{
	position: relative;
	flex: 1;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.projectBanner-detail-location,
.projectBanner-detail-owner{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (min-width: 1400px){
	.projectBanner-detail-location,
	.projectBanner-detail-owner{
		display: flex;
		gap: 20px;
		align-items: center;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 1.2px;
	}
}

.projectBanner-detail-button{
	margin-top: 14px;
}

.projectBanner-slideshow-item{
	transition: ease-in all 800ms;
	background: linear-gradient(0deg, rgba(3, 3, 3, 0.50) 0%, rgba(3, 3, 3, 0.50) 100%), var(--background-slideshow), lightgray 0px -255px / 100% 154.877% no-repeat;
	background-size: cover;
	background-position: center;
	 background-repeat: no-repeat;
	overflow: hidden;
}
.projectBanner-slideshow-item:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	background-size: cover;
	transform-origin: center;
	transition: transform 1.5s ease-in-out;
	transition-delay: 500ms;
}

.carousel-projectBanner .owl-item.active .projectBanner-slideshow-item::after{
	 transform: scale(1.05);
}

.carousel-projectBanner.owl-theme .owl-nav .owl-prev,
.carousel-projectBanner.owl-theme .owl-nav .owl-next{
	position: absolute;
    font-size: 70px;
	bottom: 50px;
}

@media screen and (min-width:1400px){
	.carousel-projectBanner.owl-theme .owl-nav .owl-prev,
	.carousel-projectBanner.owl-theme .owl-nav .owl-next{
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
	}
}


.carousel-projectBanner.owl-theme .owl-nav {
	margin-top: 0;
}
.carousel-projectBanner.owl-theme .owl-nav .owl-prev{
	left: 12px;
}
.carousel-projectBanner.owl-theme .owl-nav .owl-next{
	right: 12px;
}
.carousel-projectBanner.owl-theme .owl-nav svg{
	fill: #fff;
}
.carousel-projectBanner.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent;
}

@media screen and (min-width: 1600px){
	.carousel-projectBanner.owl-theme .owl-nav .owl-prev{
		left: 50px;
	}
	
	.carousel-projectBanner.owl-theme .owl-nav .owl-next{
		right: 50px;
	}
	
	.carousel-projectBanner.owl-theme .owl-nav .owl-prev,
	.carousel-projectBanner.owl-theme .owl-nav .owl-next{
		font-size: 80px;
	}
	
}


@media screen and (min-width: 1600px){
	.projectFilter-container{
		right: -13%;
		top: -77px;
		width: 100%;
	}
	.project-left-col{
		width: 100%;
		max-width: 625px;
	}
	
	.projectFilter-searchField{
		max-width: 518px;
		margin: 0;
	}
}

@media screen and (min-width: 1400px){
	.projectBanner-slideshow-item-title{
		font-size: 60px;
		line-height: 68px;
	}
	
	.projectBanner-detail{
		max-width: 80%;
	}
}


/*** Project Listing ***/
.projectListing {
	background-color: #0b0b45ed;
	padding: 80px 0;
}
.projectListing .see-all-container .col-md-6.col-xl-3:not(:nth-child(-n+4)){
	display: block;
}
.projectListing-pagenumber{
	margin-bottom: 20px;	
}
.projectListing-pagenumber-viewing{
	color: #FFF;
	font-size: 18px;
	line-height: 26px; /* 144.444% */
	text-transform: uppercase;
}
.projectListing-pagenumber-viewing span:first-child{
	font-weight: 700;
}
.projectListing-pagenumber-viewing .viewing-type:before,
.projectListing-pagenumber-viewing .viewing-type:after,
.projectListing-pagenumber-viewing .viewing-sort:before,
.projectListing-pagenumber-viewing .viewing-sort:after{
	content: '"';
}


.viewing_btn_clear{
	background-color: #fff;
	color: #000;
	border-radius: 0;
	border: none;
	padding: 10px 20px;
    margin-left: 10px;
}
.viewing_btn_clear:before{
	content: "+";
	font-style: normal;
    font-size: 22px;
    line-height: 0;
    font-weight: 100;
    font-family: system-ui;
    transform: rotate(45deg) translate(0, 3px);
    display: inline-block;
    color: var(--primary-color);
}

@media screen and (min-width: 992px){
	.projectListing {
		padding: 140px 0 80px;
	}
}


/** Work with Us **/
.work-with-us{
	padding: 80px 0 20px;
	background-color: #fffffff7;
}

@media screen and (min-width: 992px){
	.work-with-us{
		padding: 80px 0;
		background-color: #fffffff7;
	}
}
.why-work-with-us-content h2,
.why-work-with-us-content h3,
.why-work-with-us-content h4{
	color: #030303;
	font-size: 40px;
	line-height: 48px; /* 120% */
}

.why-work-with-us-content{
	color: #646464;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */	
}

/* background */
.projects-wrapper-background-image{
	background-image: url(/wp-content/themes/spsne-child/assets/images/background-full-min.webp);
    background-repeat: no-repeat;
    background-position: top right;
}
.search-filter{
	padding-bottom: 40px;	
}
/** Search Filter Form **/
@media screen and (min-width: 992px){
	.search-filter{
		position: relative;
		margin-top: -78px;
		margin-bottom: -80px;
		background: linear-gradient(90deg, #ffffff00 70%, var(--primary-color) 40%);
		z-index: 1;
		padding-bottom: 0;
	}
}

.project-loadmore-container.hide{
	display: none;
}
.project-loadmore-container.show{
	display: block;
}