.project-banner-section {
  padding: 20px 0;
  color: #fff;
  overflow: hidden;
  font-family: "Inter", sans-serif !important;
  background-image: url("/assets/images/ourWork/project_Details/bannerbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-banner-section .container-wrapper .content-side .tag {
  display: inline-block;
  background: #000000;
  padding: 6px 14px;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.project-banner-section .container-wrapper .content-side .title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.72px;
  color: #00cf6a;
  text-shadow: 0px 3px 6px #00000029;
  font-family: "Orbitron", sans-serif;
}

.project-banner-section .container-wrapper .content-side .subtitle {
  position: relative;
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0px 3px 6px #00000029;
  line-height: 1.3;
  letter-spacing: 0.3px;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-banner-section .container-wrapper .content-side .subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background: #ffffff;
}

.project-banner-section .container-wrapper .content-side .desc-box {
  border-left: 4px solid #ffffff;
  padding: 15px 20px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 100 !important;
  line-height: 1.3;
  background: transparent
    linear-gradient(
      90deg,
      #26a165 0%,
      #004122a4 1%,
      #003b1f5c 7%,
      #0000000f 71%,
      #00000000 100%
    )
    0% 0% no-repeat padding-box;
}
.project-banner-section .container-wrapper .content-side .desc-box p {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-banner-section .container-wrapper .image-side {
  position: relative;
  text-align: center;
}

.project-banner-section .container-wrapper .image-side .image-wrapper {
  position: relative;
}

.project-banner-section
  .container-wrapper
  .image-side
  .image-wrapper
  .main-img {
  max-width: 100%;

  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-banner-section .container-wrapper .content-side .title {
    font-size: 42px;
  }
  .project-banner-section .container-wrapper .content-side .subtitle {
    font-size: 17px;
  }
  .project-banner-section .container-wrapper .content-side .desc-box {
    padding: 15px 15px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-banner-section .container-wrapper .image-side {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .project-banner-section .container-wrapper .content-side .tag {
    margin-bottom: 10px;
  }
  .project-banner-section .container-wrapper .content-side .subtitle {
    font-size: 17px;

    margin-bottom: 10px;

    padding-top: 15px;
  }
  .project-banner-section .container-wrapper .content-side .desc-box {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .project-banner-section .container-wrapper .content-side .title {
    font-size: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .project-banner-section .container-wrapper .image-side {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .project-banner-section .container-wrapper .content-side .title {
    font-size: 35px;

    margin-bottom: 15px;
  }
  .project-banner-section .container-wrapper .content-side .subtitle {
    font-size: 15px;

    margin-bottom: 18px;
  }
  .project-banner-section .container-wrapper .content-side .desc-box {
    margin-bottom: 23px;
    font-size: 14px;
  }
  .project-banner-section .container-wrapper .content-side .tag {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .project-banner-section .container-wrapper .image-side {
    margin-top: 20px;
  }
  .project-banner-section .container-wrapper .content-side .tag {
    padding: 6px 10px;
    font-size: 10px;
    margin-bottom: 8px;
  }
  .project-banner-section .container-wrapper .content-side .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .project-banner-section .container-wrapper .content-side .subtitle {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .project-banner-section .container-wrapper .content-side .desc-box {
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  .project-banner-section .container-wrapper {
    max-width: 1190px !important;
  }
}
