
ul.filters {
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
}

ul.filters > li {
	list-style: none;
	display: inline-block;
}

ul.filters > li > a {
	display: block;
	color: #434e5e;
	text-decoration: none;
	padding: 5px 20px;
}

ul.filters > li > a:hover {
	background-color: #e6e9ed;
}

ul.filters > li.active > a {
	color: #fff;
	background-color: #0983CE;
}

.filters.filters-tag {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	line-height: 1;
	text-align: center;
}

ul.filters.filters-tag > li > a {
	display: block;
	color: #434e5e;
	border-radius: 0.25rem;
	padding: 0.3rem 0.6rem;
}

ul.filters.filters-tag > li.active > a {
	color: #fff;
	background-color:#0983CE;
}

.filters-tag {
	font-size: 0.9rem;
}
.card-img {
	max-width: 68%;
	width: 220px;
	height: auto;
	margin: 0 auto;
	
}
.card-img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
	
}

.project {
	position: relative;
	margin-bottom: 50px;
	color: #212121;
	border-radius: 0;
	background-color: #fff;
	
}

.project-head {
	position: relative;
	overflow: hidden;
	background: rgb(226,246,255);
background: radial-gradient(circle, rgba(226,246,255,1) 0%, rgba(241,230,255,1) 100%);
	padding: 20px;
}

.project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(67, 78, 94, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.project-hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#0983CE;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-direction: column;
	box-sizing: border-box;
	padding: 30px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.project-body {
	padding: 16px;
}
.project-body span {
	display: block;
}

.project-title {
	color: #212121;
	font-size: 18px;
	margin-bottom:10px;
}
.project-rate {
	font-size: 20px;
	color: #0983CE;
	font-weight: 600;
}

.project-btn {
	margin-bottom: -40px;
	font-size:18px;
	padding: 12px;
	background-color: #fff;
	color: #212121;
	border: 1px solid #d6efff;
	border-radius: 0;
	width: auto;
	box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.075);
}
a.add-cart:hover{
	background-color:#0983CE;
	color: #fff;	
}
a.view-more:hover{
	background-color:#ffe100;
	color: #fff;	
}
a.wishlist:hover{
	background-color:#fc0372;
	color: #fff;	
}

.project-tag {
	font-size: 14px;
	color: #434e5e;
}

.air{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave.png);
    background-size: 600px 100px
  }
  .air.air1{
    animation: wave 30s linear infinite;
    z-index: 99;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  .air.air2{
    animation: wave2 15s linear infinite;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
  }
  .air.air3{
    animation: wave 30s linear infinite;
    z-index: 1;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
  }
  .air.air4{
    animation: wave2 5s linear infinite;
    z-index: 0;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
  }
  @keyframes wave{
    0%{
      background-position-x: 0px; 
    }
    100%{
      background-position-x: 1000px; 
    }
  }
  @keyframes wave2{
    0%{
      background-position-x: 0px; 
    }
    100%{
      background-position-x: -1000px; 
    }
  }

  .smart-lube-logo {
	height: 120px;
	width: auto;
  }
  .smart-lube-logo img {
	height: 100%;
	width: auto;
  }
  .smart-lube-content {
    margin-top: 24px;
  }
  .smart-lube-content p {
	text-align: center;
	margin-top: 24px;
  }
  
  .step-arrow {
    position: absolute;
    top:25%;
    right:0;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.step-arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid #0983CE;
    border-right: 5px solid #0983CE;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.step-arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.step-arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
  