*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
body{
    height: 100%;
}
.arrow-down {
	width: 0;
	height: 40px;
	border: 1px solid #fff;
	position: absolute;
    left: 50%;
    bottom: 0;
	animation: scroll 3.5s infinite;
}
.arrow-down::after {
	content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
}
@keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}
/* back icon*/
.back{
    position:fixed;
    top:25px;
    left: 20px;
    text-align: left;
    z-index: 2;
    mix-blend-mode: difference;
}
.back svg{
    height:20px;
    opacity: .1;
    animation: backAnime 1s ease-in forwards;
    transition: all .2s ease-in;
}
@keyframes backAnime {
    to {
        height:28px;
        opacity: .9;
    }
}
.back:hover{
    animation: neonAnime .5s ease-in forwards;
}
@keyframes neonAnime {
    0%, 20%, 40%, 60%, 80%, 100% {
        opacity:1;
    }
    10%, 30%, 50%, 70%, 90%{
        opacity:.2;
    }
}
.bottom-menu{
    height: 55px;
}
.bottom-menu .back{
    text-align: center;
    top: 18px;
}
/* end back icon*/

.page__title{
    animation: delayInContent .6s ease-in-out forwards;
}
@keyframes delayInContent {
    to {
        transform: scale(1);
        opacity: 1;
        filter: blur(0);
    }
}
/* Arrows */
.nav-cont{
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.arrow{
    top: 50%;
    height:27px;
    width:32px;
    border-radius:25px;
    color:#fff;
    z-index:9999;
    border:1px solid #fff;
    display: flex;
    opacity: 0;
    animation: delayInArrows 1.6s ease-in-out forwards;
    animation-delay: 1.5s;
    mix-blend-mode: difference;
}
.arrow:hover{
    background:rgba(255,255,255,.1);
}
.arrow-prev{
    transform: rotate(180deg);
    margin-left: 5px;
}
.arrow-next{
    margin-right: 5px;
}
.arrow img{
    height: 20px;
    width: 20px;
}
.arrow-next img, .arrow-prev img{
    margin:3px 5px 3px;
}
.arrow-next:hover img, .arrow-prev:hover img{
    animation: arrowNextAnime .5s ease-in-out forwards;
}
@keyframes delayInArrows {
    to {
        opacity: 1;
    }
}
@keyframes arrowNextAnime {
    0% {
        margin-left:3px;
    }
    50%{
        margin-left:7px;
    }
    100% {
        margin-left:3px;
    }
}
/* end Arrows*/
body.project-page{
    background: #eae9ea;
}
section{
    position: relative;
    height: auto;
    width: 100vw;
    height: auto;
    text-align: center;
}
.prj-hero{
    height:100vh;
    background:url(../img/meetico-prj-intro.jpg) center;
    background-size:cover;
    display: flex;
    align-items: center;
    justify-content:center;
    position: relative;
}
.prj-hero h1{
    display: inline-block;
    font-family: 'Work Sans', sans-serif ;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
    margin: 7vh auto 5vh;
	background-image: -webkit-linear-gradient(85deg, #fff, #f1f5f9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.project-page-subtitle{
    font-size:1.6rem;
    margin:-20px 0 30px;
    color:#fff;
  }
@media only screen and (min-width:768px){
    .project-page h1{
        font-size: 7rem;
    }
    .project-page-subtitle{
        font-size:3rem;
        margin:-30px 0 30px;
    }
}
.project-page h1:after {
    content: attr(data-shadow);
    position: absolute;
    top: .05em; left: .05em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        rgb(99, 109, 142) 45%,
        rgb(64, 112, 244) 63%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
}
.prj-intro{
    width: 100%;
}
.inner-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.max-w{
    max-width: 1400px;
    margin: 0 auto;
}
.prj-intro .slider-cont{
    width: 100vw;
}
.prj-intro img{
    margin: 6vh auto;
    width: 60%;
    padding: 3px;
}
.prj-intro img{
    box-shadow: -6px 5px 10px rgba(0,0,0,0.2);
} 
.prj-specs{
    width: 76%;
    margin: 50px 0;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.prj-specs div{
    margin:2vh 0;
}
.prj-specs-item{
    text-align:left;   
}
.prj-specs h5{
    font-size:2rem;
    margin-bottom: 10px;
}
.prj-specs p, .prj-text p{
    font-size:1.6rem;
    color: #555;
}
.desktop-collection{
    width: 100%;
    padding-bottom: 50px;
}
.desktop-collection img{
    width: 90%;
    margin: 5% 5% 0 5%; 
}
.prj-text{
    padding: 100px 50px;
    display: flex;
    justify-content: flex-start;
}
.prj-text-left{
    width: 45%;
    border: 1px soliod red;
}
.prj-text-right{
    width: 45%;
    position: relative;
    border: 1px soliod greenyellow;
}
.prj-text-right img{
    width: 300px;
    position: absolute;
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1){
    .prj-intro img{
        width: 45%;
    }
}
@media only screen and (min-width:768.1px){
    .inner-cont{
        display: flex;
        flex-direction:row;
        justify-content:space-evenly;
    }
    .prj-specs {
        width: 36%;
    }
    .prj-intro img{
        margin: 6vh 80px;
        width: 60%;
        box-shadow: -6px 5px 10px rgba(0,0,0,0.2);
        padding: 3px;
    }
    .prj-intro .slider-cont {
        width: 44%;
    }
    .desktop-collection{
        overflow: auto;
        padding: 6vh 0;
    }
    .desktop-collection img{
        width: 48%;
        margin: 1%; 
        border: 1px solid #fff;
        float: left;
    }
}
@media only screen and (min-width:1024.1px){
    .prj-intro img {
        margin: 6vh 20px;
        width: 80%;
        max-width: 380px;
    }
    .prj-intro .slider-cont {
        width: 33vw;
        max-width: 480px;
    }
}
@media only screen and (min-width:1400px){
   .prj-intro img {
        margin: 9vh 20px;
   }
}
