/* ========= [ * page-home_7 ]  =========*/

/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  position: relative;
}

.tc-projects-style7 .projects-slider {
  position: relative;
}
.tc-projects-style7 .swiper-slide .info {
  transition: opacity 0.3s ease;
}

.tc-projects-style7 .swiper-button-next,
.tc-projects-style7 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.tc-projects-style7 .swiper-button-next::after,
.tc-projects-style7 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.tc-projects-style7 .swiper-button-next:hover,
.tc-projects-style7 .swiper-button-prev:hover {
  background-color: #fff;
}
.tc-projects-style7 .swiper-button-next:hover::after,
.tc-projects-style7 .swiper-button-prev:hover::after {
  color: #000;
}
.tc-projects-style7 .swiper-button-next {
  right: 4vw;
}
.tc-projects-style7 .swiper-button-prev {
  left: 4vw;
}

.tc-projects-style7 .projects-content {
  overflow: hidden;
}
.tc-projects-style7 .project-card {
  display: flex;
  align-items: flex-end;
  height: 600px;
  position: relative;
  border-inline-end: 1px solid #fff;
}
.tc-projects-style7 .project-card .info {
  width: 100%;
  height: 80px;
  padding: 20px;
  background-color: rgba(47, 42, 39, 0.5);
  color: #fff;
 transition: height 0.4s ease, opacity 0.4s ease;
}
.tc-projects-style7 .project-card .info img {
  transform: scale(0.65) translateX(-30%);
  transition: transform 0.6s ease;
  will-change: transform;
}

.tc-projects-style7 .project-card:hover .info img {
  transform: scale(0.85) translateX(0);
}

.tc-projects-style7 .project-card .info h3 {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tc-projects-style7 .project-card .info ul {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tc-projects-style7 .project-card:hover .info ul {
  opacity: 1;
  transform: translateY(0);
}

.image_before_after img {
  max-width: inherit;
}

.tc-projects-style7 .projects-content {
  position: relative;
  overflow: hidden;
}
.tc-projects-style7 .projects-content .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-projects-style7 .projects-content .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.tc-projects-style7 .projects-content .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px;
  }
  .tc-projects-style7 .project-card .info {
  height:100px;
}
}





/* .glry-img {
  position: relative;
  background: #ccc;
}

.tab-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-img.current {
  opacity: 1;
} */




.glry-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.tab-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-img.current {
  opacity: 1;
}



