.grid-item img{
    width: 100%;
}
.projects-desc{
    padding: 0 70px;
}
.projects-desc img{
    width: 80px;
}
.clip{
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.5s cubic-bezier(.59,.08,.385,1);
}
/* h1.website-title{
    font-size: 3.5rem;
    margin-top: 150px;
} */
.no-clip{
    clip-path: inset(0)!important;
}
.projects-desc img.last-quote{
    transform: rotateX(180deg);
    display: block;
    margin-left: auto;
}
.left-image,.right-text{
    width: 50%;
    height: 100%;
}
.left-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.right-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
/* section.projects-nav{
    padding: 0px 0 120px 0;
} */
.projects-header{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    justify-content: center;
    height: 100vh;
}
.projects-desc p.website-p{
    margin: 30px 0;
    text-align: justify;
    font-family: 'bold';
    font-size: 28px;
}
.nav-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border:none;
    position: relative;
}
.nav-tabs::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 1s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: block;
}
.nav-tabs.no-lines::after,.nav-tabs.no-lines::before{
    width: 0;
}
.nav-tabs::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 1.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: block;
}
.nav-item{
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'light';
}
.nav-item a{
    color: #fff;
    overflow: hidden;
    height: 40px;
}
.nav-item a b{
    transition: .4s all;
    display: block;
}
.nav-item a:hover span{
    transform: translateY(-36px);
}
.nav-item a:hover b{
    transform: translateY(-36px);
}
.nav-item a span{
    transform: translateY(0px);
    transition: .4s all;
    display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #385A60;
    background-color: transparent;
    border: none;
    font-family: 'bold';
}
.nav-tabs .nav-link{
    border: none;
    padding: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
    color: #385A60;
}
.nav-tabs .nav-link{
    --animate-delay: 3s;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 4em 0;
	list-style: none;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(50% - 20px);
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    height: 450px;
    margin-left: 20px;
    margin-bottom: 30px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.5s cubic-bezier(.59,.08,.385,1), transform .4s;
    /* transition: transform .4s; */
    border-radius: 15px;
}
.grid figure:first-child,.grid figure:nth-child(n){
    margin-left: 0;
    margin-right: 0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    font-family: 'bold';
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-honey {
	background: #385A60;
    transform: translateY(0);
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}
figure.effect-honey:hover{
    transform: translateY(-10px);
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	/* opacity: 0; */
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
    margin-left: 10px;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-honey img.project-logo-absolute{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 100px;
    border-radius: 15px;
    opacity: 1;
    z-index: 2;
    min-height: auto;

}
@media (min-width:320px) and (max-width:768px){
    .nav-tabs{
        display: block;
    }
    .nav-item{
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .grid figure{
        float: none;
        width: 100%;
        height: auto;
    }
}