:root{
  --background-overlay-color: rgba(158, 11, 15, 0.3);
}
.inneer-bg {
  background-color: #f5f5f5;
}
.background-overlay {
  background: var(--background-overlay-color);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
.link-breadcrumb {
  width: 100%;
  height: 100%;
}
.link-breadcrumb ul {
  position: absolute;
  bottom: 30%;
  inset-inline-start: 6%;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}

.Portrait-container {
  padding: 2rem;
}
.Portrait-bg {
  background: linear-gradient(
    to bottom,
    rgba(214, 214, 214, 1),
    rgba(118, 118, 118, 1)
  );
}

.presenter-inner {
  transform: translateY(-100px);
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .presenter-inner {
    transform: translateY(-80px);
  }
}
@media (max-width: 767.98px) {
  .presenter-inner {
    transform: translateY(-60px);
  }
}


.border-custom-bottom {
  border-bottom: 4px solid var(--primary-color);
}
.share-icon {
  border: none;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}

.presenter-border-bottom{
  border-bottom: 4px solid var(--primary-color);
}
