body {
  background-color: #efefef;
}
.nav.sticky {
  background-color: #fff;
}
/* Start Main */
.cont-first-stage {
  border-radius: 30px;
  box-shadow: var(--main-box-shadow);
}
.cont-first-stage h1 {
  color: var(--second-color);
}
.cont-first-stage .img-stage {
  border-radius: 0 30px 30px 0;
  height: 100%;
}
.numbers p {
  color: var(--second-color);
  font-size: 16px;
}
.numbers .num {
  color: var(--main-color);
}
.sconde-stage {
  margin-top: 20px;
}
.cont-sconde-stage p,
.cont-sconde-stage span {
  font-size: 22px;
  color: #666;
}
.cont-contribute {
  margin-bottom: 150px;
}
.cont-contribute h4 {
  color: #666;
}
.cont-contribute a,
.cont-contribute p,
.cont-contribute span {
  color: #777;
  font-size: 24px;
}
@media (max-width: 999px) {
  .cont-sconde-stage p,
  .cont-sconde-stage span {
    font-size: 14px;
  }
  .sconde-stage {
    margin-top: 10px;
  }
  .cont-contribute h4 {
    font-size: 17px;
  }
  .cont-contribute a,
  .cont-contribute p,
  .cont-contribute span {
    font-size: 15px;
  }
  .all-projects {
    padding: 0;
  }
}
.all-projects {
  background-color: #efefef;
}
.project-image{
    background-image: none !important;
    position: relative;
    overflow: hidden;
}

.project-image .blurred-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    z-index: 01;
}
.project-image .unblurred-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(14px);
    -webkit-filter: blur(14px);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    z-index: 0;
}
@media only screen and (min-width: 769px){.project-image{border-radius: 0 30px 30px 0;}}
@media only screen and (max-width: 768px){
    .project-image{
        background-image: none !important;
        border-radius: 30px 30px 0px 0px;
        height: 235px;
        position: relative;
        overflow: hidden;
    }

    #alternative-project-message {
        transition: all 0.3s ease;
        background-color: rgba(248, 249, 250, 0.9) !important;
    }
    
    #alternative-project-message:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        transform: translateY(-2px);
    }
    
    #alternative-project-message a.btn {
        transition: all 0.2s ease;
    }
    
    #alternative-project-message a.btn:hover {
        transform: scale(1.05);
    }
}
