@media  screen and (min-width: 992px) {
    .view{
        display: none;
    }
}

@media  screen and (min-width: 576px) {

    .f-hero{
        font-size: 4rem;
    }
}

@media  screen and (max-width: 576px) {
    .f-hero{
        font-size: 2.9rem;
    }
    .f-hero2{
        font-size: 2.5rem !important;
    }
}

swiper-slide{
    padding-bottom: 50px;
}

.project-info-p {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  top: -50px;
}

.project-title-p {
  font-weight: 500;
  font-size: 1.5em;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  color: black;
}

.lighter-p {
  font-size: 0.9em;
}

.flex-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag-p {
  font-weight: lighter;
  color: grey;
}

/*DELETE THIS TWO LINE*/
.delete-p {
  background-color: #b2b2fd;
}

.card-img-p div {
  width: 90%;
}
/*IF USING IMAGES*/

.card-p {
  background-color: white;
  color: black;
  width: 300px;
  max-height: 330px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.card-img-p {
  position: relative;
  top: -20px;
  height: 100px;
  display: flex;
  justify-content: center;
}

/* Change the .card-img div to .card-img img to use img*/
.card-img-p a,
.card-img-p div {
  height: 150px;
  width: 90%;
  /* Change this width here to change the width of the color/image */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-imgs-p {
  transition: all 0.5s;
}

