.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme1 {
position: relative;
}
.tm-sc-projects .projects-current-theme1:hover .info-box {
bottom: 0;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
transition-delay: 300ms;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1:hover .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1:hover .inner-box::before {
height: 100%;
}
.tm-sc-projects .projects-current-theme1:hover .inner-box .image {
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme1:hover .inner-box .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1:hover .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme1 .inner-box::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background: linear-gradient(180deg, rgba(14, 30, 42, 0) 0%, rgba(14, 30, 42, 0) 30.98%, #0e1e2a 100%);
border-radius: 10px;
z-index: 2;
pointer-events: none;
transition: all 0.3s ease;
content: "";
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .inner-box::before {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .inner-box .image {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0px;
}
.tm-sc-projects .projects-current-theme1 .inner-box .image img {
position: relative;
width: 100%;
min-height: 320px;
object-fit: cover;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .info-box {
position: absolute;
left: 0px;
bottom: -30px;
padding: 30px;
border-radius: 20px;
width: 100%;
z-index: 3;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .info-box .title {
color: #fff;
margin-bottom: 10px;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme1 .info-box .title a:hover {
color: var(--theme-color3);
}
.tm-sc-projects .projects-current-theme1 .info-box .excerpt {
position: relative;
display: block;
color: #fff;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
} .tm-sc-projects .projects-current-theme2 {
position: relative;
margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme2 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .image {
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme2 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme2 .inner-box:hover .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme2 .inner-box .image {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0px;
}
.tm-sc-projects .projects-current-theme2 .inner-box .image img {
position: relative;
width: 100%;
min-height: 320px;
object-fit: cover;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme2 .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box {
position: absolute;
overflow: hidden;
left: 0;
bottom: 30px;
right: 30px;
background-color: #fff;
border-radius: 0 10px 10px 0;
padding: 17px 80px 17px 30px;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .title {
margin-bottom: 0;
color: var(--theme-color2);
margin-top: 0;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon {
position: absolute;
top: 0;
right: 0;
width: 75px;
height: 75px;
line-height: 75px;
text-align: center;
background: rgba(34, 211, 107, 0.1);
border-radius: 0px 10px 10px 0px;
display: inline-block;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon {
transition: none;
}
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon:hover {
background-color: var(--theme-color1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon:hover {
transition: none;
}
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon:hover i {
color: #fff;
}
.tm-sc-projects .projects-current-theme2 .inner-box .info-box .icon i {
color: var(--theme-color1);
font-size: 32px;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme3 {
position: relative;
margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme3 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme3 .inner-box:hover .image {
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme3 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme3 .inner-box:hover .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme3 .inner-box .image {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0px;
}
.tm-sc-projects .projects-current-theme3 .inner-box .image img {
position: relative;
object-fit: cover;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme3 .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme3 .inner-box .icon {
position: absolute;
bottom: 20px;
right: 20px;
width: 67px;
height: 67px;
line-height: 67px;
text-align: center;
background: var(--theme-color1);
color: #fff;
border-radius: 50%;
transition: all 300ms ease;
font-size: 36px;
display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme3 .inner-box .icon {
transition: none;
}
}
@media (max-width: 767.98px) {
.tm-sc-projects .projects-current-theme3 .inner-box .icon {
height: 54px;
width: 54px;
line-height: 54px;
font-size: 24px;
}
}
.tm-sc-projects .projects-current-theme3 .inner-box .icon:hover {
background-color: #fff;
color: var(--theme-color1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme4 {
position: relative;
margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme4 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme4 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme4 .inner-box:hover .info-box::before {
width: 100%;
}
.tm-sc-projects .projects-current-theme4 .inner-box:hover .info-box .title {
left: 0;
opacity: 1;
visibility: visible;
transition-delay: 200ms;
}
.tm-sc-projects .projects-current-theme4 .image {
overflow: hidden;
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme4 .image img {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme4 .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme4 .info-box {
position: absolute;
bottom: 0;
left: 0;
display: flex;
align-items: center;
padding: 20px 30px;
width: 100%;
}
.tm-sc-projects .projects-current-theme4 .info-box:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: var(--theme-color2);
opacity: 0.8;
border-radius: 0px 0px 10px 10px;
width: 0;
transition: all 300ms ease;
content: "";
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme4 .info-box:before {
transition: none;
}
}
.tm-sc-projects .projects-current-theme4 .info-box .icon {
position: relative;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 5px;
background-color: #ffffff;
color: var(--theme-color1);
margin-right: 20px;
}
.tm-sc-projects .projects-current-theme4 .info-box .title {
position: relative;
left: 30px;
margin-top: 0;
color: #ffffff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme4 .info-box .title {
transition: none;
}
}
.tm-sc-projects .projects-current-theme4 .info-box .title:hover {
color: var(--theme-color3);
}
.tm-sc-projects .projects-current-theme4 .info-box .title a {
color: #fff;
}
.tm-sc-projects .projects-current-theme4 .info-box .title a:hover {
color: var(--theme-color3);
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.projects-current-theme5 {
position: relative;
margin-bottom: 30px;
}
.projects-current-theme5 .inner-box {
position: relative;
}
.projects-current-theme5 .inner-box:hover .image {
border-radius: 10px;
}
.projects-current-theme5 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.projects-current-theme5 .inner-box:hover .info-box {
border-bottom: 2px solid var(--theme-color1);
}
.projects-current-theme5 .inner-box .image {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0px;
}
.projects-current-theme5 .inner-box .image img {
position: relative;
width: 100%;
object-fit: cover;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme5 .inner-box .image img {
transition: none;
}
}
.projects-current-theme5 .inner-box .info-box {
position: relative;
background-color: #ffffff;
padding: 30px 30px;
background: #ffffff;
border-bottom: 2px solid transparent;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
border-radius: 10px;
text-align: center;
max-width: 350px;
margin: -50px auto 0;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme5 .inner-box .info-box {
transition: none;
}
}
.projects-current-theme5 .inner-box .info-box .title {
margin-bottom: 0;
color: var(--theme-color2);
margin-top: 0;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.projects-current-theme6 {
position: relative;
margin-bottom: 30px;
}
.projects-current-theme6 .inner-box {
position: relative;
}
.projects-current-theme6 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.projects-current-theme6 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.projects-current-theme6 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 10px;
z-index: 1;
}
.projects-current-theme6 .image img {
width: 100%;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme6 .image img {
transition: none;
}
}
.projects-current-theme6 .info-box {
position: relative;
padding: 30px;
background: #f2f3f5;
border-right: 3px solid var(--theme-color1);
border-radius: 0px 10px 10px 0px;
margin-top: -90px;
z-index: 2;
margin-right: 50px;
}
.projects-current-theme6 .info-box .title {
margin-top: 0;
}
.projects-current-theme6 .info-box .read-more {
color: var(--theme-color1);
font-size: 15px;
position: absolute;
bottom: 30px;
right: 25px;
line-height: 15px;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.projects-current-theme7 {
position: relative;
margin-bottom: 40px;
}
.projects-current-theme7 .inner-box {
position: relative;
}
.projects-current-theme7 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.projects-current-theme7 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.projects-current-theme7 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 10px;
z-index: 1;
}
.projects-current-theme7 .image img {
width: 100%;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme7 .image img {
transition: none;
}
}
.projects-current-theme7 .info-box {
position: relative;
display: block;
padding: 30px;
background: #fff;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
border-right: 5px solid var(--theme-color1);
border-radius: 0px 10px 10px 0px;
margin-top: -60px;
margin-right: 60px;
z-index: 2;
}
.projects-current-theme7 .info-box .title {
color: var(--theme-color2);
margin-top: 0;
}
.projects-current-theme7 .info-box .title a:hover {
color: var(--theme-color1);
}
.projects-current-theme7 .info-box .read-more {
position: absolute;
right: 25px;
top: 50%;
font-size: 18px;
line-height: 20px;
margin-top: -15px;
color: var(--theme-color2);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme7 .info-box .read-more {
transition: none;
}
}
.projects-current-theme7 .info-box .read-more:hover {
color: var(--theme-color1);
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme8 {
position: relative;
}
.tm-sc-projects .projects-current-theme8 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme8 .inner-box:hover .info-box .read-more {
background-color: var(--theme-color1);
color: #ffffff;
}
.tm-sc-projects .projects-current-theme8 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme8 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.tm-sc-projects .projects-current-theme8 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 10px 10px 0 0;
z-index: 1;
}
.tm-sc-projects .projects-current-theme8 .image img {
width: 100%;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme8 .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme8 .info-box {
position: relative;
padding: 30px;
background: #f2f3f5;
border-radius: 0px 0px 10px 10px;
width: 100%;
z-index: 2;
display: flex;
align-items: baseline;
justify-content: space-between;
}
.tm-sc-projects .projects-current-theme8 .info-box .title {
color: var(--theme-color2);
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme8 .info-box .read-more {
position: relative;
display: block;
text-align: center;
color: var(--theme-color2);
font-size: 15px;
line-height: 40px;
width: 40px;
height: 40px;
border-radius: 10px;
background-color: #ffffff;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme8 .info-box .read-more {
transition: none;
}
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme9 {
position: relative;
margin-bottom: 40px;
}
.tm-sc-projects .projects-current-theme9 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme9 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme9 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.tm-sc-projects .projects-current-theme9 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 10px;
z-index: 1;
}
.tm-sc-projects .projects-current-theme9 .image img {
width: 100%;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme9 .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme9 .info-box {
position: relative;
padding: 20px;
padding-right: 70px;
background: #ffffff;
box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
border-radius: 10px;
margin: 0 auto;
margin: 0px 35px;
margin-top: -80px;
z-index: 2;
}
.tm-sc-projects .projects-current-theme9 .info-box .title {
margin-bottom: 5px;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme9 .info-box .title a:hover {
color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme9 .info-box .cat-list a {
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme9 .info-box .icon {
position: absolute;
bottom: 30px;
right: 20px;
background-color: var(--theme-color1);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 10px;
color: #ffffff;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme10 {
position: relative;
margin-bottom: 40px;
}
.tm-sc-projects .projects-current-theme10 .inner-box {
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme10 .inner-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme10 .inner-box:hover {
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme10 .inner-box:hover .info-box {
background: #ffffff;
}
.tm-sc-projects .projects-current-theme10 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme10 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.tm-sc-projects .projects-current-theme10 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 5px 5px 0 0;
z-index: 1;
}
.tm-sc-projects .projects-current-theme10 .image img {
width: 100%;
transition: all 400ms ease;
object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme10 .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme10 .info-box {
border-radius: 0 0 10px 10px;
position: relative;
padding: 20px 30px 30px;
padding-right: 60px;
background: #f2f3f5;
z-index: 2;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme10 .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme10 .info-box .title {
margin-bottom: 10px;
}
.tm-sc-projects .projects-current-theme10 .info-box .cat-list a {
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme10 .info-box .icon {
position: absolute;
bottom: 58px;
right: 25px;
line-height: 20px;
}
.tm-sc-projects .projects-current-theme10 .info-box .icon i {
color: var(--theme-color1);
font-size: 20px;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme11 {
margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme11 .inner-box {
position: relative;
text-align: center;
}
.tm-sc-projects .projects-current-theme11 .inner-box:hover .info-box {
background-color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme11 .inner-box:hover .info-box .title {
color: #ffffff;
}
.tm-sc-projects .projects-current-theme11 .inner-box:hover .image {
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme11 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme11 .inner-box .image {
overflow: hidden;
border-radius: 10px;
margin-bottom: 0;
margin-bottom: -38px;
}
.tm-sc-projects .projects-current-theme11 .inner-box .image img {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme11 .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme11 .inner-box .info-box {
position: relative;
display: inline-flex;
z-index: 99;
background-color: #f2f3f5;
padding: 20px 30px;
border-radius: 10px;
text-align: center;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme11 .inner-box .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme11 .inner-box .info-box .title {
color: var(--theme-color2);
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme11 .inner-box .info-box .title a:hover {
color: #ffffff;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme12 {
position: relative;
margin-bottom: 40px;
}
.tm-sc-projects .projects-current-theme12 .inner-box {
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme12 .inner-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme12 .inner-box:hover {
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme12 .inner-box:hover .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme12 .inner-box:hover .social-links {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.tm-sc-projects .projects-current-theme12 .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 10px;
z-index: 1;
}
.tm-sc-projects .projects-current-theme12 .image img {
width: 100%;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme12 .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme12 .info-box {
position: absolute;
bottom: 30px;
border-radius: 10px;
padding: 15px 15px 15px 85px;
padding-right: 20px;
background: #f2f3f5;
z-index: 2;
transition: all 0.3s ease;
overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme12 .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme12 .info-box:hover {
background: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme12 .info-box:hover .title {
color: #ffffff;
}
.tm-sc-projects .projects-current-theme12 .info-box:hover .read-more {
background-color: #ffffff;
color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme12 .info-box .title {
color: var(--theme-color2);
background: unset;
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme12 .info-box .title a:hover {
color: #ffffff;
}
.tm-sc-projects .projects-current-theme12 .info-box .read-more {
position: absolute;
bottom: 0;
left: 0;
width: 67px;
height: 64px;
text-align: center;
line-height: 67px;
background-color: var(--theme-color1);
color: #ffffff;
font-size: 21px;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme1 {
position: relative;
margin-bottom: 30px;
}
.tm-sc-projects .projects-current-theme1:hover .info-box {
bottom: 0;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
transition-delay: 300ms;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1:hover .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1:hover .inner-box::before {
height: 100%;
}
.tm-sc-projects .projects-current-theme1:hover .inner-box .image {
border-radius: 10px;
}
.tm-sc-projects .projects-current-theme1:hover .inner-box .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1:hover .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .inner-box {
position: relative;
}
.tm-sc-projects .projects-current-theme1 .inner-box::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background: linear-gradient(180deg, rgba(14, 30, 42, 0) 0%, rgba(14, 30, 42, 0) 30.98%, #0e1e2a 100%);
border-radius: 10px;
z-index: 2;
pointer-events: none;
transition: all 0.3s ease;
content: "";
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .inner-box::before {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .inner-box .image {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0px;
}
.tm-sc-projects .projects-current-theme1 .inner-box .image img {
position: relative;
width: 100%;
min-height: 320px;
object-fit: cover;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .inner-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .info-box {
position: absolute;
left: 0px;
bottom: -30px;
padding: 30px;
border-radius: 20px;
width: 100%;
z-index: 3;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .info-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .info-box .title {
color: #fff;
margin-bottom: 10px;
margin-top: 0;
}
.tm-sc-projects .projects-current-theme1 .info-box .title a:hover {
color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme1 .info-box .excerpt {
position: relative;
display: block;
color: #fff;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.project-skin-style1 {
padding-top: 98px;
text-align: center;
}
.project-skin-style1 .project-block {
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #eee;
padding: 0 50px;
position: relative;
z-index: 1;
}
@media (max-width: 1199.98px) {
.project-skin-style1 .project-block {
padding: 0 30px;
}
}
.project-skin-style1 .project-block .thumb {
max-width: 220px;
margin: 0 auto 24px;
}
.project-skin-style1 .project-block .thumb img {
border: 12px solid #fff;
border-radius: 50%;
margin-top: -98px;
position: relative;
z-index: 1;
}
.project-skin-style1 .project-block .content {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style1 .project-block .content {
transition: none;
}
}
.project-skin-style1 .project-block .content .cat-list li a {
text-transform: capitalize;
}
.project-skin-style1 .project-block .content .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style1 .project-block .content .title {
margin-bottom: 20px;
margin-top: 0;
}
.project-skin-style1 .project-block .content .title a {
color: #202426;
}
.project-skin-style1 .project-block .content .excerpt {
margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
.project-skin-style1 .project-block .content p {
margin-bottom: 50px;
}
}
.project-skin-style1 .project-block .content .btn-link {
background-color: #f5f5f4;
border-radius: 35px 35px 0 0;
color: #303035;
display: inline-block;
font-size: 20px;
padding: 11px 25.25px 3px;
}
.project-skin-style1 .project-block .content .btn-link .shape-circle {
bottom: 0;
filter: brightness(0.1);
left: 50%;
opacity: 0.2;
position: absolute;
transform: translateX(-50%);
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style1 .project-block .content .btn-link .shape-circle {
transition: none;
}
}
.project-skin-style1 .project-block:hover .title a {
color: var(--theme-color1);
}
.project-skin-style1 .project-block:hover .content .btn-link {
background-color: var(--theme-color2);
color: #fff;
}
.project-skin-style1 .project-block:hover .content .btn-link .shape-circle {
filter: none;
opacity: 1;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.project-skin-style2 {
position: relative;
}
.project-skin-style2 .thumb {
overflow: hidden;
position: relative;
}
.project-skin-style2 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style2 .thumb img {
transition: none;
}
}
.project-skin-style2 .thumb .overlay {
background-color: rgba(29, 29, 35, 0.7);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style2 .thumb .overlay {
transition: none;
}
}
.project-skin-style2 .thumb .overlay .icon {
font-size: 24px;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -40%);
margin: 0 auto;
}
.project-skin-style2 .details {
bottom: 0;
left: 0;
position: absolute;
right: 0;
background: rgba(var(--theme-color1-rgb), 0.9);
padding: 30px;
}
.project-skin-style2 .details .cat-list li {
color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .cat-list li a {
color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .cat-list li a:hover {
color: var(--text-color-bg-theme-color1);
}
.project-skin-style2 .details .title {
color: var(--text-color-bg-theme-color1);
margin-bottom: 0;
margin-top: 0;
}
.project-skin-style2 .details .title a:hover, .project-skin-style2 .details .title a:focus {
color: #f1f1f1;
}
.project-skin-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.project-skin-style2:hover .thumb .overlay {
opacity: 1;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.project-skin-style3 {
position: relative;
overflow: hidden;
}
.project-skin-style3 .thumb {
overflow: hidden;
position: relative;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3 .tm-project-content-wrapper {
box-sizing: border-box;
padding: 0;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content {
display: table;
height: 100%;
width: 100%;
overflow: hidden;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
background-color: rgba(var(--theme-color2-rgb), 0.9);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
display: block;
padding: 50px;
height: 100%;
width: 100%;
position: absolute;
vertical-align: middle;
z-index: 9;
}
@media (max-width: 767.98px) {
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
padding: 30px;
}
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper {
position: relative;
height: 100%;
width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials {
bottom: 0;
position: absolute;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .category a {
color: var(--theme-color1);
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 0;
text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title {
color: #fff;
margin-top: 0;
text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title a:hover {
color: #ddd;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li {
color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a {
color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .title, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .styled-icons {
position: relative;
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
transition: transform 0.4s, opacity 0.2s;
will-change: transform, opacity;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner {
top: 0;
overflow: hidden;
position: absolute;
right: -4px;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
background-color: var(--theme-color1);
border-radius: 0;
color: #fff;
font-size: 24px;
height: 73px;
line-height: 70px;
text-align: center;
width: 75px;
}
@media (max-width: 767.98px) {
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
font-size: 20px;
line-height: 60px;
height: 60px;
width: 60px;
}
}
.project-skin-style3:hover .thumb {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content:after {
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .cat-list {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .styled-icons {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.project-skin-style4 {
position: relative;
}
.project-skin-style4 .project-thumb img {
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-thumb img {
transition: none;
}
}
.project-skin-style4 .project-content {
text-align: center;
background: var(--theme-color2);
padding: 25px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
transition: 300ms;
z-index: 2;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-content {
transition: none;
}
}
.project-skin-style4 .project-content:after {
position: absolute;
content: "";
top: -20px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 20px 30px;
border-color: transparent transparent var(--theme-color2) transparent;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-content:after {
transition: none;
}
}
.project-skin-style4 .project-content .cat-list li {
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .cat-list li a {
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .cat-list li a:hover {
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .title {
margin-top: 0;
margin-bottom: 5px;
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .title a:hover,
.project-skin-style4 .project-content .title a:focus {
color: var(--text-color-bg-theme-color1);
}
.project-skin-style4 .project-content .excerpt {
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content > :first-child {
margin-top: 0;
}
.project-skin-style4:hover .project-content {
background: var(--theme-color1);
}
.project-skin-style4:hover .project-content:after {
border-color: transparent transparent var(--theme-color1) transparent;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4:hover .project-content:after {
transition: none;
}
}
.project-skin-style4:hover .project-content .title {
margin-bottom: 5px;
color: var(--text-color-bg-theme-color1);
}
.project-skin-style4:hover .project-content .excerpt {
color: var(--text-color-bg-theme-color1);
}
.project-skin-style4:hover .project-content .cat-list li a {
color: var(--text-color-bg-theme-color1);
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.project-skin-flat {
position: relative;
}
.project-skin-flat .thumb {
overflow: hidden;
position: relative;
}
.project-skin-flat .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: transform 0.5s cubic-bezier(0.18, 0.71, 0.58, 1);
will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-flat .thumb img {
transition: none;
}
}
.project-skin-flat .details {
padding: 20px 30px 30px 0;
}
.project-skin-flat .details .title {
margin-top: 0;
}
.project-skin-flat:hover .thumb img {
-webkit-transform: scale(1.1) translateX(12px);
-moz-transform: scale(1.1) translateX(12px);
-ms-transform: scale(1.1) translateX(12px);
transform: scale(1.1) translateX(12px);
}
.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.projects-mouse-follow-floating-info .thumb {
position: relative;
}
.projects-mouse-follow-floating-info .thumb img {
border-radius: 5px;
}
.projects-mouse-follow-floating-info .thumb .details {
position: absolute;
left: 30px;
bottom: 30px;
transition: all 0.5s;
transform: translateY(20px);
opacity: 0;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb .details {
transition: none;
}
}
.projects-mouse-follow-floating-info .thumb .details .title {
color: #fff;
padding-right: 60px;
line-height: 36px;
margin: 0;
position: relative;
}
.projects-mouse-follow-floating-info .thumb .btn-view-details {
position: absolute;
bottom: -15px;
right: 40px;
transition: all 0.5s;
opacity: 0;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb .btn-view-details {
transition: none;
}
}
.projects-mouse-follow-floating-info .thumb .btn-view-details a {
font-size: 14px;
padding: 8px 16px;
text-transform: capitalize;
}
.projects-mouse-follow-floating-info .thumb:after {
position: absolute;
content: "";
height: 0;
width: 100%;
left: 0;
top: 0;
opacity: 0;
z-index: 0;
transition: all 0.5s;
border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb:after {
transition: none;
}
}
.projects-mouse-follow-floating-info:hover .thumb .details {
transform: translateY(0);
opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb .btn-view-details {
right: 20px;
opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb:after {
opacity: 1;
height: 100%;
background: linear-gradient(0deg, #081B2C, transparent);
}