.hero-page {
  min-height: 70vh;
  background-image: linear-gradient(180deg, #000000c5 0%, #000000c5 100%),
    url("../image/Mask\ Group\ 20.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: fill;
}
.hero-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.navbar-nav .nav-item a.nav-link {
  color: #000000;
}
.navbar-nav .nav-item a.nav-link:hover {
  color: #000000;
}
.orange-underline {
  width: 358px;
}
.about-section {
  background: none;
  color: #000;
  min-height: 100vh;
}
.about-content p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.about-content img {
  width: 16px;
}
.about-content p.lead {
  font-size: 28px;
}
.card-body {
  background: none;
}
.card-text {
  background-image: linear-gradient(180deg, #f6f6f6b6 0%, #f6f6f6b6 100%);
  color: #000;
  height: 220px;
  padding-left: 18px;
}
.card-text h4 {
  margin-top: 140px;
}
.fa-angle-double-right{
  color: #fc6418;
}
.orange-underline{
  width: 10%;
}
.card-img-tops{
  height: 10vh;
  object-fit: contain;
  width: 100%;
}
.card {
  min-width: 100%;
  position: relative;
  border-radius: 5px;
  z-index: 3;
}
.card-img-top {
  display: block;
  min-width: 100%;
  height: 40vh;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.card-body {
  position: absolute;
  top: 5%;
  bottom: 10%;
  left: 5%;
  right: 10%;
  height: 90%;
  min-width: 90%;
  opacity: 0;
  transition: 0.5s ease;
  /* background-color: #fc6418; */
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.card-body {
  opacity: 1;
}
.card-text {
  min-width: 80%;
  color: black;
  font-size: 16px;
  position: absolute;
  top: 2%;
  left: 5%;
  right: 5%;
}
.card-text h4 {
  font-size: 16px;
  font-weight: 600;
}
.card-text p {
  font-size: 14px;
}
.card-text button {
  height: 40px;
}
.card-bg{
  background:  linear-gradient(rgba(252, 100, 24, 0.89), rgba(252, 100, 24, 0.87)), url('../image/Mask Group 19.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  align-items: center;
}
.back-line{
  width: 30%;
  border-bottom: 3px solid black;
  margin: auto;
}