/* .stat-slider
{
    background-image: url(../assests/projects/images.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: aqua;
    padding-top: 20%;
    margin-top: ;
}
.pro-nav{

    padding-top: 50%;
} */
.stat-img h3 {
  padding-top: 180px;
  
  color: white;
  font-size: 3rem;
  font-weight: bold;
}

.spacing {
  background-image: url(../img/slider/pexels-photo-8082196.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  bottom: 0;
  /*padding-top: 87px;*/
  height: 400px;
}
.spacing-details {
  background-image: url(../img/slider/blue-living-rooms-hillsborough1-8a-1575407442.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  bottom: 0;
  /*margin-top:-80px;*/
  /*padding-top: 87px;*/
  height: 400px;
}
.project-navs a {
  text-decoration: none;
  font-weight: bold;
  color: var(--secondary-color);
  padding-inline: 5px;
  color: white;
  font-size: 1.1rem;
}
.nav-pro {
  border-left: solid 3px white;
}
.project-navs a:hover {
  color: var(--primary-color);
}

.photo img {
  border: solid 7px yellow;
}
/* Interior */
.description-svg {
  width: 40px;
  height: 40px;
}
.img-detail {
  width: 25%;
  height: 120px;
}
.project-expl h6 {
  font-size: 0.7rem;
  font-style: italic;
}
.project-expl {
  color: var(--secondary-color);
}
/* Project Swiper CSS */

/*  */
.swiper-container {
  position: relative;
  width: 100%;
  height: 350px;
}
.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.swiper-wrapper {
  width: 30vw;
}
.swiper-slide {
  height: 300px;
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  transform: scale(0.8);
}
.swiper-slide-active {
  transform: scaleX(2);
  z-index: 1;
}
@media (min-width: 991px) {
  .swiper-slide-active {
    transform: scale(1);
  }
}

.swiper-slide__content {
  height: 300px;
}
.img-container-proj {
  border-radius: 5px;
  width: fit-content;
}

@media (min-width: 600px) {
  .img-container-proj {
    position: relative;
    outline: 2px solid rgb(153, 153, 153);
    border-radius: 2px;
    width: fit-content;
  }
  .main-img-proj {
    position: relative;
    filter: contrast(120%);
    border-radius: 1px;
    top: 15px;
    left: 20px;
  }
}
