.project-slider-hero {
    width: 100%;
    min-height: calc(80vh - 67px);
}


.fader {
    min-height: calc(80vh - 67px);
    position: relative;
    overflow: hidden;
  }
  

  
  .fader__slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
  }

  .hero-content-holder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: flex-end;
    flex-direction: column;
  }
.sp-project-title h1 {
    font-size: 60px;
text-transform: uppercase;

}
.pc-left-grid {
  display: grid;
  grid-template-columns: 25% 71%;
  column-gap: 4%;
}
  .project-content-grid {

    display: grid;
    grid-template-columns: 58% 37%;
    width: 90%;
    margin:auto;
    column-gap: 5%;
    padding-bottom: 100px;

  }
.pc-left {
    padding-top: 50px;

}
.arrows-holder {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  padding-bottom: 75px;
}
.pc-right-top-content {
    padding:50px 70px;
}
.sp-social-title {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}
  .pc-right-card {
      background-color: #1a1a1b;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     
      margin-top: -120px;
      z-index:1;
      position:relative;

      border-top-width: 15px;
    border-top-color: #94703d;
    border-top-style: solid;
  }

  .sp-project-info-title {
      color: #fff;
      font-family: Playfair Display;
      text-transform: uppercase;
      font-size: 40px;
      line-height:45px;
      padding-bottom: 15px;
  }

  .p-card-info-item-street-address {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 800;
  }

  .sp-card-info-item {
      padding-top: 20px;
  }

.sp-card-info-item-title {
    font-family: Playfair Display;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    color: #fff;
}
  .sp-card-info-item-content {

    font-family: Montserrat;
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    padding-bottom:10px;
  }
  .waterford-divider {
    background-color: #94703d;
    width: 10%;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .sp-project-description {
      color: #000;
      line-height:1.8rem;
  }

  #sp-map {
      height:300px;
      width:100%;
  }
.sp-project-socials {
    padding-top: 20px;
}
.sp-socials {
    padding-top: 10px;
}
.sp-social {
      font-size: 50px !important;
      padding-right:20px;
      color: #000;
      transition: .5s all;
  }

  .sp-social:hover {
      color: #94703d;
  }

  .sp-logo img {
     /* max-width: 300px;*/
  }
  
.sp-card-contact-info {
  color: #fff;
}



a.waterford-button-b-nav {
  color: #000;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 10px 40px;
  font-family: Playfair Display;
  font-style: italic;
  font-size: 20px;
  transition: .5s all;
  cursor: pointer;
}


a.waterford-button-b-nav:hover {
  color: #fff;
  background-color :#000;
}
  @media screen and (min-width: 0px) and (max-width: 419px) {
    .project-content-grid {
        grid-template-columns: 100%; 
        column-gap: 0%;
      }


    .pc-right-card {
        margin-top: 40px;
    }

    .sp-project-info-title {
        font-size: 30px;
        line-height:29px;
    }
    .pc-right-top-content {
        padding:30px 40px;
    }

    .sp-project-title h1 {
        font-size: 40px;
    
    }

    .pc-left-grid {
      grid-template-columns: 100%;
      row-gap:20px;
    }

    .sp-logo img {
      max-width: 200px;
   }

   .arrows-holder {
    display: flex;
    flex-direction: column;
    row-gap:30px;
  }

  }
  
  @media screen and (min-width: 420px) and (max-width: 576px) {
  
    .project-content-grid {
        grid-template-columns: 100%; 
        column-gap: 0%;
      }


    .pc-right-card {
        margin-top: 40px;
    }

    .sp-project-info-title {
        font-size: 30px;
        line-height:29px;
    }
    .pc-right-top-content {
        padding:30px 40px;
    }

    .sp-project-title h1 {
        font-size: 45px;
    
    }

    .pc-left-grid {
      grid-template-columns: 100%;
      row-gap:20px;
    }

    .sp-logo img {
      max-width: 200px;
   }

   .fader {
    min-height: calc(50vh - 67px);
    border-bottom-width: 15px;
    border-bottom-color: #94703d;
    border-bottom-style: solid;
  }
  .waterford-button-b-nav {
    font-size: 15px !important;
  }
  }
  
  
  @media screen and (min-width: 577px) and (max-width: 768px) {
    .project-content-grid {
        grid-template-columns: 100%; 
        column-gap: 0%;
      }

      .fader {

        border-bottom-width: 15px;
        border-bottom-color: #94703d;
        border-bottom-style: solid;
      }
    .pc-right-card {
        margin-top: 40px;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 992px) {

    .project-content-grid {
        grid-template-columns: 100%; 
        column-gap: 0%;
      }
      .fader {

        border-bottom-width: 15px;
        border-bottom-color: #94703d;
        border-bottom-style: solid;
      }

    .pc-right-card {
        margin-top: 40px;
    }
  }
  
  @media screen and (min-width: 993px) and (max-width: 1200px) {
      
    .sp-project-info-title {
        font-size: 30px;
        line-height:29px;
    }
    .pc-right-top-content {
        padding:30px 40px;
    }
  
  }
  
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    .sp-project-info-title {
        font-size: 30px;
        line-height:35px;
    }
  
  }
  
  
  @media screen and (min-width: 1441px) {
  
  
  }