.project__col .project__title h2 {
font-size: 18px;
margin-bottom: 5px;
}
.project__col .project__title.inline {
position: absolute;
bottom: 0;
padding: 20px;
width: 100%;
}
.project__col .project__content {
position: relative;
}
.project__col .project__meta {
font-size: 14px;
font-style: italic;
}
.project__col.overlay .project__title {
position: absolute;
display: flex;
align-items: start;
justify-content: start;
flex-direction: column;
top: 100%;
right: 0; 
bottom: 0; 
left: 0;
background-color: rgba(0, 0, 0, 1);
color: #fff;
overflow: hidden;
text-align: left;
width: 100%; 
-moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.project__col.overlay .project__content:hover .project__title {
top: 0;
}
.project__col.overlay .project__title > div {
padding: 50px;
width: 100%;
}
.project__col.overlay .project__content a {
color: #fff;
}
@media only screen and (min-width: 992px) { } .project__filter .filter__wrapper .filter__content ul {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.project__filter .filter__wrapper .filter__content li {
font-size: 18px;
}
.project__filter .filter__wrapper .filter__content li a {
font-weight: 600;
}
.project__filter .filter__wrapper .filter__content li.active a {
border: 2px solid var(--theme-color);
border-radius: 20px;
padding: 3px 15px;
}
@media only screen and (max-width: 991px) {
.project__filter .filter__wrapper {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: -100%;
background: #fff;
transition: all 0.5s;
z-index: 99;
}
.project__filter .filter__wrapper.active {
left: 0;
overflow: auto;
}
.project__filter .filter__wrapper .filter__header {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 65px;
padding: 0 20px;
border-bottom: 1px solid #ebebeb;
justify-content: flex-end;
}
.project__filter .filter__wrapper .filter__content {
overflow: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: calc(100% - 65px);
text-align: center;
}
.project__filter .filter__wrapper .filter__content ul {
display: flex;
flex-wrap: wrap;
gap: 20px;
flex-direction: column;
}
.project__filter .filter__wrapper .filter__content li {
font-size: 18px;
margin-bottom: 5px;
}
} .project__meta .project__meta__services .project__service a {
font-size: 12px;
padding: 5px 20px;
margin-top: 5px;
}
.project__meta .project__meta__services .project__category,
.project__meta .project__meta__designer p {
font-size: 20px;
font-weight: 600;
}
.section__link .prev-link a,
.section__link .next-link a {
display: flex;
align-items: center;
}
.section__link .prev-link a:before,
.section__link .next-link a:after {
content: "";
display: inline-block;
width: 40px;
height: 15px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.section__link .prev-link a:before {
background-image: url(//www.jasdesigner.com/wp-content/themes/jasdesigner/assets/svgs/arrow-left.svg);
}
.section__link .next-link a:after {
background-image: url(//www.jasdesigner.com/wp-content/themes/jasdesigner/assets/svgs/arrow-right.svg);
}