

/* #Cursor
================================================== */


/* #Slider
================================================== */

.section{
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	height: 697px;
	display: block;
	overflow: hidden;
	background:url(../images/vslider/1.jpg) no-repeat center center;
	background-size: cover;}
.vslider-title{
	font-size: 130px;
	line-height: 84px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	color: transparent;
	position: absolute;
	top:10%;
	width: 100%;
	text-align: center;
}
.section ul{
	list-style:none;
}

/*=========================== Case Study Showcase=======================*/

.vslider {
	position: absolute;
	z-index: 3;
	text-align:center;
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	/*top: 50%;
	left: 50%;
	width: auto;	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

.vslider>li{
	width: 20%;
	/*height:100vh;*/
	/*height: attr(width);*/
	aspect-ratio:1 / 1;
	display: flex;
	border-left:1px solid rgba(255, 255 ,255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center 90%;
	/*	background-size:60px;*/
	position:relative;
}
.vslider>li:nth-child(2), .vslider>li:nth-child(3), .vslider>li:nth-child(4){
	padding-top: 106px;
	}
	.vslider>li:nth-child(6), .vslider>li:nth-child(7){
	padding-bottom: 106px;
	}
.vslider>li:nth-child(2) a, .vslider>li:nth-child(3) a, .vslider>li:nth-child(4) a{
border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.vslider>li:nth-child(6) a, .vslider>li:nth-child(7) a{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
.vslider>li img{position: absolute;top: 43%;}


.vslider>li:first-child{
	border-left:0;
	}
.bb-0{
	border-bottom:0 !important;
}
.vslider .vslider-name a {
	position: relative;
	/* top: 50%; */
	text-align: left;
	list-style: none;
	/*display:table-cell;
    vertical-align:middle;*/
	/* justify-content: center; */
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	height:100%;
	padding: 24px 34px 44px 34px;
	color: #fff;
	/*opacity: 0.5;	*/
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	overflow: hidden;
	/* writing-mode: tb-rl; */
	/* transform: rotate(-180deg); */
	/*	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;*/
	/*background-position: center -40px;*/
	/*background-size:20px; */
}
.vslider .vslider-name a h3 {
	display: block;
	min-height: 40px;
	/* margin-top: 150px; */
	align-self: flex-end;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 9px;
	}
	.hidden-list{
		position: absolute;
		bottom: -100%;
		left:0;
		width: 100%;
		height: 100%;
		opacity: 0;
		padding: 34px;
		z-index: 5;
		
		 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
		
	}
	.vslider .vslider-name a:hover  .hidden-list{
		bottom: 0;
		opacity: 1;
	}
	.show-head{
	opacity: 1;
	 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: scale(1);
}
.vslider .vslider-name a:hover .show-head{
	opacity: 0.0;
	 transform: scale(0);
}
		.hidden-list ul{
			padding: 0;
			margin: 0;
			}	
			.hidden-list ul li{
		padding: 5px 0 5px 22px;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    aspect-ratio: inherit;
    border: 0;
    position: relative;
			}	
/*	.hidden-list ul li:before{
     content: "\f111"; 
    position: absolute;
    top:5px;
    left:0;
     font-family: "FontAwesome";
     font-size: 5px;
    }	*/

 .hidden-list ul li:before {
      content: "\f192"; 
    position: absolute;
    top:6px;
    left:0;
     font-family: "FontAwesome";
     font-size: 11px;
}
	.vslider .vslider-name a p{
	margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
	}
.vslider>li a span.more{position: absolute;
    bottom: 10px;right: 10px;font-size: 17px !important;
    z-index: 2;color: var(--white);-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width: 40px;
    height: 40px;background: transparent;display: flex;align-items: center;justify-content: center;
    border-radius: 100%;
    transform: rotate(-45deg);
}
.vslider li:hover a span.more{
transform: rotate(0deg) scale(1.1);
background: var(--black);


}

.vslider .vslider-name.active a {
	/*opacity: 1;*/
	color: #fff;
	background-color:rgba(var(--peach-color-rgb) , 1.0);
	background-position: center 50px;
  
	
}
.vslider .vslider-name:nth-child(3).active a {
	background-color:rgba(var(--lightblue-color-rgb) , 1.0);	
}
.vslider .vslider-name:nth-child(4).active a {
	background-color:rgba(var(--purple-color-rgb) , 1.0);	
}
.vslider .vslider-name:nth-child(5).active a {
	background-color:rgba(var(--brown-color-rgb) , 1.0);	
}
.vslider .vslider-name:nth-child(6).active a {
	background-color:rgba(var(--brightgreen-rgb) , 1.0);	
}
.vslider .vslider-name:nth-child(7).active a {
	background-color:rgba(var(--brightyellow-rgb) , 1.0);	
}


.vslider-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
	opacity: 1
}	
.vslider-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	
}	
.vslider-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 900ms linear;
	transition: all 500ms linear; 
}
.vslider-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 

/*.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color: #050505;
	opacity: 0.2;
}*/

 

 
.vslider  li:nth-child(1){
	background-image:url(../images/icons/group/1.png); 
}
.vslider  li:nth-child(2){
	background-image:url(../images/icons/group/2.png); 
}
.vslider  li:nth-child(3){
	background-image:url(../images/icons/group/3.png); 
	
}
.vslider  li:nth-child(4){
	background-image:url(../images/icons/group/4.png); 
}

.vslider  li:nth-child(5){
	background-image:url(../images/icons/group/5.png); 
}
.vslider  li:nth-child(6){
	background-image:url(../images/icons/group/6.png); 
}
.vslider  li:nth-child(7){
	background-image:url(../images/icons/group/7.png); 
}



/*****************************************/

.vslider-images li:nth-child(1) .img-hero-background{
	background-image:url(../images/vslider/1.jpg); 
}
.vslider-images li:nth-child(2) .img-hero-background{
	background-image:url(../images/vslider/2.jpg); 
}
.vslider-images li:nth-child(3) .img-hero-background{
	background-image:url(../images/vslider/3.jpg); 
}
.vslider-images li:nth-child(4) .img-hero-background{
	background-image:url(../images/vslider/4.jpg); 
}
.vslider-images li:nth-child(5) .img-hero-background{
	background-image:url(../images/vslider/5.jpg); 
}

.vslider-images li:nth-child(6) .img-hero-background{
	background-image:url(../images/vslider/6.jpg); 
}

.vslider-images li:nth-child(7) .img-hero-background{
	background-image:url(../images/vslider/7.jpg); 
}


/* #Media
================================================== */
@media only screen and (max-width: 1024px) {
.vslider {
	/*position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;*/
	

	
}
.vslider-title{
	font-size: 80px;
	line-height: 74px;
}
}


@media (max-width: 991px) { 
	.vslider-images li .hero-number-back{
		font-size: 26vw;
	} 
	.vslider-title{
	font-size: 50px;
	line-height: 44px;
}
}

@media (max-width: 810px) {	
	.vslider {
    position: relative;
}
	.vslider li{
	background-size:80%;
 width:50%;
	
}
 .vslider>li:nth-child(2), .vslider>li:nth-child(3), .vslider>li:nth-child(4) {
    padding-top: 0;
}
 .vslider .vslider-name a {
	font-size:12px;
	line-height: 12px;
	background-size:14px;

}
	
 .vslider .vslider-name a {
    top: 0%;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
}
.section {
    height: auto;
    }
    .vslider li img {
    position: absolute;
    top: 25%;
}
 
 .vslider li:nth-child(2), .vslider li:nth-child(3) {
    padding-top: 0;
}
.vslider li:nth-child(6), .vslider li:nth-child(7) {
    padding-bottom: 0;
}
    .vslider li:nth-child(8) ,  .vslider li:nth-child(9), .vslider li:nth-child(5) {
       display: none;
    }
    .vslider .vslider-name:nth-child(3) a {
	background-color:rgba(var(--lightblue-color-rgb) , 0.5);	
}
.vslider .vslider-name:nth-child(4) a {
	background-color:rgba(var(--purple-color-rgb) , 0.5);	
}
.vslider .vslider-name:nth-child(5) a {
	background-color:rgba(var(--brown-color-rgb) , 0.5);	
}
.vslider .vslider-name:nth-child(6) a {
	background-color:rgba(var(--yukongold-color-rgb) , 0.5);	
}
.vslider .vslider-name a h3 {
    font-size: 20px;
    line-height: 23px;
}

}
@media (max-width: 640px) {	
	.vslider .vslider-name a p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}
}
/* #Link to page
================================================== */

