.section-your-home-work {
  padding: 4.8rem 0 0 0;
  background-color: #fff;
}

.service-work {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  color: #151515;
}

.service-work-img-box {
  background-color: #fff;
  padding-bottom: 4rem;
}
.service-hero-img {
  position: absolute;
  margin: 0 auto;
  top: 0rem;
  right: 10rem;
  z-index: 1;
  width: 40rem;
}

.service-work-text-box {
  padding: 10vmax 6vmax 10rem;
  background-color: #151515;
  position: relative;
  /* z-index: 1; */
}

.service-work-connect {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.8rem;
  color: #b5f145;
}

.service-sub-work-connect {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.8rem;
  color: #fff;
}

/* section-desc */

.section-work-description {
  padding: 15rem 0 10rem 0;
  background-color: #fff;
}

.heading-work-description {
  letter-spacing: 0.5px;
  line-height: 6rem;
  font-weight: 800;
  text-align: center;
  color: #151515;
  font-size: 5rem;
  padding-right: 40rem;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 2rem;
  text-align: left;
}

.second {
  font-size: 3rem;
  font-weight: 500;
  color: #151515;
  line-height: 4rem;
}

/* ?work image */

.work-image-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem;

  > img {
    width: 100%;
    border-radius: 2rem;
  }
}

.hidden-animation-bubble {
  opacity: 0;
  filter: blur(5px);
  transition: all 2s;
}
.show-animation-bubble {
  opacity: 1;
  filter: blur(0);
}

/* .section-work-image {
  display: grid;
  row-gap: 2rem;
} */

.two-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.three-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.last-image {
  grid-column: 1/3;
}

.two-video-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.section-work-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg {
  width: 25%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  position: relative;
  cursor: pointer;

  > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out 0.3s;
    position: relative;
    z-index: 2;
  }
}

.image-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all ease-in-out 0.3s;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
  row-gap: 6px;
}

.project {
  font-size: 10px;
  text-align: center;
}

.black-gradient {
  position: absolute;
  opacity: 1;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 4;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.image-title:hover {
  font-size: 40px;
}

.bg:hover {
  width: 60%;
  > img {
    filter: blur(0px);
  }
}

.image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
}

.main-section {
  padding: 40px 100px;
  text-align: center;
  color: #151515;
}

.main-title {
  font-size: 80px;
  color: #151515;
}

.cross {
  margin: 40px 0;
  font-size: 40px;
}

.logo-work {
  width: 130px;
}

.my-work {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 40px;
}

.work-image {
  display: flex;
  justify-content: center;
  align-items: center;

  > img {
    width: 100%;
    border-radius: 10px;
  }
}

/**************************/
/* BELOW 1344px (Smaller desktops) */
/**************************/

@media (max-width: 84em) {
}

/**************************/
/* BELOW 1200px (Landscape Tablets) */
/**************************/

@media (max-width: 75em) {
  .main-title {
    font-size: 40px;
  }

  .logo-work {
    width: 80px;
  }
}

/**************************/
/* BELOW 944px (Tablets) */
/**************************/

@media (max-width: 59em) {
  .main-section {
    padding: 40px 20px;
    text-align: center;
    color: #151515;
  }
  .my-work {
    grid-template-columns: 1fr 1fr;
  }

  .work-image {
    > img {
      width: 350px;
    }
  }
}

/**************************/
/* BELOW 704px (Smaller tablets) */
/**************************/

@media (max-width: 44em) {
  .service-hero-img {
    display: none;
  }

  .text-center {
    text-align: center;
  }

  .heading-work-description {
    font-size: 3em;
    line-height: 1.2em;
    padding-right: 0;
  }

  .image-container {
    grid-template-columns: 1fr;
  }
  .last-image {
    grid-column: 1;
  }
  .my-work {
    grid-template-columns: 1fr;
  }

  .two-image-container,
  .three-image-container,
  .two-video-container {
    grid-template-columns: 1fr;
  }

  .two-video-container {
    row-gap: 2rem;

    > video {
      width: 100%;
    }
  }

  .mob-heading {
    font-size: 2rem;
  }

  .section-work-image {
    flex-direction: column;
    row-gap: 40px;

    margin-bottom: 40px;
  }

  .bg {
    width: 80%;
    > img {
      height: 300px;
      border-radius: 20px;
    }
  }

  .bg:hover {
    width: 80%;
    > img {
      filter: blur(0px);
    }
  }
}

/**************************/
/* BELOW 544px (Phones) */
/**************************/

@media (max-width: 34em) {
}
