.wrapperDark {
  background-color: #ff4b33;
  opacity: 0.96;
}
.wrapperDark h3 {
  color: #fff;
}
.wrapperDark .descriptionTitle {
  color: #fff;
}
.card {
  border-radius: 1rem;
  border: none !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.card-subtitle {
  color: #ff4b33 !important;
}
.cardDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  text-align: left;
}
.wrapperLight .chardWrapper a,
.wrapperDark .chardWrapper a {
  text-decoration: none;
  color: #183153 !important;
  font-weight: 700;
}
.card-title {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.card-title a {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #183153;
}
.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
i.fa-solid.fa-industry.pe-3 {
  font-size: 45px;
}
.card-body {
  flex: 1 1 auto;
  padding: 0 !important;
  color: var(--bs-card-color);
}
.cardContent {
  display: flex;
}
.cardTextProject {
  position: absolute;
  bottom: 0;
  top: 55%;
  width: 100%;
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: #1831538c;
  color: #fff;
  padding: 10px;
}
.cardTitle {
  color: #fff;
  font-family: fontTitle;
}
.c-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1rem 1rem 0 0;
}
.p-img {
  border-radius: 0.3rem;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.img-card-1 {
  background-image: url("../img/esatama/img-card-1.JPG");
}
.img-card-2 {
  background-image: url("../img/esatama/img-card-2.jpeg");
}
.img-card-3 {
  background-image: url("../img/esatama/img-card-3.jpeg");
}
.img-card-4 {
  background-image: url("../img/esatama/img-card-4.jpg");
}
.img-card-5 {
  background-image: url("../img/esatama/img-card-5.jpeg");
}
.img-card-6 {
  background-image: url("../img/esatama/img-card-6.jpeg");
}
.img-card-7 {
  background-image: url("../img/esatama/img-card-7.jpg");
}
.img-card-8 {
  background-image: url("../img/esatama/img-card-8.JPG");
}
.img-card-9 {
  background-image: url("../img/esatama/img-card-9.jpg");
}

.footer {
  background-color: #183153;
}
.copyRight {
  background-color: #264d83;
}
.copyRight p {
  color: #fff;
  font-weight: 700;
}
.copyRight p span a {
  text-decoration: none;

  font-weight: 700;
}

.footer-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-title p {
  color: #fff;
}
.footer-title p span {
  color: #ff4b33;
  font-weight: 700;
}
