@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');
 
.hover-slider-close {
    position: absolute;
    right: 2em;
    top: 2em;
    z-index: 99;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.hero-link {
    position: relative;
}
.hero-link a:before{
    position: absolute;
    content: '\25bc';
    top: -100%;
    right: 0;
    left: 0;
}

 /* #Cursor
 ================================================== */
 .cursor,
 .cursor2,
 .cursor3{
     position: fixed;
     border-radius: 50%;	
     transform: translateX(-50%) translateY(-50%);
     pointer-events: none;
     left: -100px;
     top: 50%;
     mix-blend-mode: difference;
 }
 .cursor{
     background-color: #fff;
     height: 0;
     width: 0;
     z-index: 99999;
 }
 .cursor2,.cursor3{
     height: 36px;
     width: 36px;
     z-index:99998;
     -webkit-transition:all 0.3s ease-out;
     transition:all 0.3s ease-out
 }
 .cursor2.hover,
 .cursor3.hover{
     -webkit-transform:scale(2) translateX(-25%) translateY(-25%);
     transform:scale(2) translateX(-25%) translateY(-25%);
     border:none
 }
 .cursor2{
     border: 2px solid #fff;
     box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
 }
 .cursor2.hover{
     background: rgba(255,255,255,1);
     box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
 }
 
 /* #Slider
 ================================================== */
 
 #hover-slider-section{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 100;
     overflow: hidden;
     height: 100vh;
 }
 
 /* Case Study Showcase
 ================================================== */
 
 .case-study-wrapper {
     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;
 }
 .case-study-wrapper .case-study-name {
     margin: 0 auto;
     text-align: center;
 }
 .case-study-wrapper .case-study-name a {
     position: relative;
     list-style: none;
     margin: 0 auto;
     display: inline-block;
     text-align: center;
     padding: 0;
     margin-top: 10px;
     margin-bottom: 10px;
     font-family: 'Poppins', sans-serif;
     font-size: 8vh;
     font-weight: 800;
     line-height: 1.15;
     letter-spacing: 3px;
     color: #4a4a52;
     text-decoration: none;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
     text-decoration: none;
 }	
 .case-study-wrapper .case-study-name a:hover {
     text-decoration: none;
 }	
 .case-study-wrapper .case-study-name.active a {
     color: #fff;
 }
 .case-study-wrapper .case-study-name a:before {
     position: absolute;
     content: '';
     left: 50%;
     bottom: 0;
     height: 6px;
     width: 0;
     transform: translateX(-50%);
     background: linear-gradient(45deg, black, #e20001);
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear; 
 }	

 .case-study-wrapper .case-study-name:nth-child(2) a:before {
     background: linear-gradient(45deg, #ee2d29, #f8ae2c);
 }
 .case-study-wrapper .case-study-name:nth-child(3) a:before {
     background: linear-gradient(45deg, #686767, #ed1c24);
 }
 .case-study-wrapper .case-study-name:nth-child(4) a:before {
    background: linear-gradient(45deg, #990f8f, #991029);
 }
 .case-study-wrapper .case-study-name.active a:before {
     width: 100%;
 }
 .case-study-images {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     margin:0;
     z-index:2;
 }	
 .case-study-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; 
 }	
 .case-study-images li .img-hero-background{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     overflow: hidden;
     list-style:none;
     opacity: 0;
     -webkit-transform: translateY(60px);
     transform: translateY(60px);
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
 }
 .case-study-images li.show .img-hero-background {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 } 
 .case-study-images li .img-hero-background span img{
     width: 100%;
     height: auto;
     display: block;
     transform: scale(0.6, 1.7);
     transform-origin: center top;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease; 
 }
 .case-study-images li.show .img-hero-background span img{
     transform: scale(1);
 }

 .case-study-images li:nth-child(1) .img-hero-background span{
    position: absolute;
    width: 25%;
    top: 17%;
    left: 12.5%;
    display: block;
}
.case-study-images li:nth-child(1) .img-hero-background span:nth-child(2){
    width: 21%;
    top: 55%;
    left: 17.5%;
}
.case-study-images li:nth-child(1) .img-hero-background span:nth-child(3){
    width: 25%;
    top: 25%;
    left: 64%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.case-study-images li:nth-child(1) .img-hero-background span:nth-child(4){
    width: 20%;
    top: 60%;
    left: 69%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
 .case-study-images li:nth-child(2) .img-hero-background span{
     position: absolute;
     width: 18%;
     top: 9%;
     left: 18%;
     display: block;
 }
 .case-study-images li:nth-child(2) .img-hero-background span:nth-child(2){
     width: 12%;
     top: 50%;
     left: 20%;
 }
 .case-study-images li:nth-child(2) .img-hero-background span:nth-child(3){
     width: 18%;
     top: 11%;
     left: 62%;
 }
 .case-study-images li:nth-child(2) .img-hero-background span:nth-child(4){
     width: 18%;
     top: 54%;
     left: 75%;
 }
 .case-study-images li:nth-child(3) .img-hero-background span{
     position: absolute;
     width: 21%;
     top: 16%;
     left: 20%;
     display: block;
 }
 .case-study-images li:nth-child(3) .img-hero-background span:nth-child(2){
     width: 16%;
     top: 22%;
     left: 65%;
 }
 .case-study-images li:nth-child(3) .img-hero-background span:nth-child(3){
     width: 21%;
     top: 58%;
     left: 70%;
 }
 .case-study-images li:nth-child(3) .img-hero-background span:nth-child(4){
     width: 16%;
     top: 59%;
     left: 16%;
 }
 .case-study-images li:nth-child(4) .img-hero-background span{
    position: absolute;
    width: 16%;
    top: 12%;
    left: 25%;
    display: block;
}
.case-study-images li:nth-child(4) .img-hero-background span:nth-child(2){
    width: 22%;
    top: 22%;
    left: 60%;
}
.case-study-images li:nth-child(4) .img-hero-background span:nth-child(3){
    width: 16%;
    top: 55%;
    left: 75%;
}
.case-study-images li:nth-child(4) .img-hero-background span:nth-child(4){
    width: 14%;
    top: 50%;
    left: 15%;
}


.case-study-images li.show .hero-link {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 

.case-study-images li .hero-link{
	position: absolute;
	bottom: 6vh;
	left: 25%;
	width: 50%;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 110;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 

.case-study-images li .hero-link {
    visibility: hidden;
}
.no-href {
    cursor: default;
}

#linkedinLogo {
    position: absolute;
    top: 9%;
    right: 5%;
}

#linkedinLogo img {
    height: 50px;
    animation: shake 10s cubic-bezier(.36,.07,.19,.97) 5s infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  
@keyframes shake {
    1%, 9% {
      transform: translate3d(-1px, 0, 0);
    }
    
    2%, 8% {
      transform: translate3d(2px, 0, 0);
    }
  
    3%, 5%, 7% {
      transform: translate3d(-4px, 0, 0);
    }
  
    4%, 6% {
      transform: translate3d(4px, 0, 0);
    }
  }
    

 /* #Media
 ================================================== */
 
 @media (max-width: 767px) {	
     .case-study-wrapper .case-study-name a {
         font-size: 26px;
         letter-spacing: 1px;
     }
 }
 
 @media (orientation: portrait) {	
     .case-study-images li:nth-child(1) .img-hero-background span,
     .case-study-images li:nth-child(2) .img-hero-background span,
     .case-study-images li:nth-child(3) .img-hero-background span,
     .case-study-images li:nth-child(4) .img-hero-background span{
         width: calc(100% - 40px);
         top: 50%;
         left: 20px;
         transform: translateY(-50%);
     }
     .case-study-images li:nth-child(1) .img-hero-background span:nth-child(2),
     .case-study-images li:nth-child(1) .img-hero-background span:nth-child(3),
     .case-study-images li:nth-child(1) .img-hero-background span:nth-child(4),
     .case-study-images li:nth-child(2) .img-hero-background span:nth-child(2),
     .case-study-images li:nth-child(2) .img-hero-background span:nth-child(3),
     .case-study-images li:nth-child(2) .img-hero-background span:nth-child(4),
     .case-study-images li:nth-child(3) .img-hero-background span:nth-child(2),
     .case-study-images li:nth-child(3) .img-hero-background span:nth-child(3),
     .case-study-images li:nth-child(3) .img-hero-background span:nth-child(4),
     .case-study-images li:nth-child(4) .img-hero-background span:nth-child(2),
     .case-study-images li:nth-child(4) .img-hero-background span:nth-child(3),
     .case-study-images li:nth-child(4) .img-hero-background span:nth-child(4){
         display: none;
     }

     .case-study-wrapper {
        /* background-image: radial-gradient(circle, rgba(75,75,75,0.6), rgba(75,75,75,0.6), rgba(75,75,75,0.2), rgba(75,75,75,0), rgba(75,75,75,0)); */
     }
     .cursor, .cursor2, .cursor3 {
         visibility: hidden;
     }
     .hover-slider-close {
         font-size: 5vh;
     }
     .case-study-name.active a {
        text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
     }
    .case-study-images li .hero-link {
        visibility: visible;
        font-size: 3vh;
    }
    .case-study-wrapper .case-study-name a {
        pointer-events: none;
    }
 }
 .switch-wrap {
     position: fixed;
     bottom: 30px;
     right: 30px;
     z-index: 1000;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
 }
 #switch,
 #circle {
     cursor: pointer;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
 } 
 #switch {
     width: 70px;
     height: 8px;
     margin: 0 auto;
     text-align: center;
     border: 2px solid #000;
     border-radius: 27px;
     background: #8167a9;
     position: relative;
     display: inline-block;
 }
 #circle {
     position: absolute;
     top: -11px;
     left: 0;
     width: 26px;
     height: 26px;
     border-radius: 50%;
     box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
     background: #fff;
 }
 
 