.w-txt {
  color: #fff !important;
}
i {
  font-style: normal !important;
}
a {
  text-decoration: none;
  color: #000;
}

.view-all-btn .btn-primary a,
.cta-buttons button a {
  color: #fff;
  text-decoration: none !important;
}
.view-all-btn .btn-primary:hover a {
  color: #fff;
}
.cta-buttons .btn-secondary:hover a {
  color: #000;
}

/* About */
.about-text p:last-child {
  margin: 0;
}
.about-image img {
  height: 453px;
  object-fit: cover;
  object-position: center;
}
.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.leader-image {
  border: 1px solid lightgray;
  overflow: hidden;
}

/* New Custom Css */

/* Home  */

/* Topbar */

.header-top {
  padding: 6px 0px;
}
.header-main {
  padding: 0px 0px;
}
.page-hero {
  margin-top: 120px !important;
  padding: 60px 0px !important;
}
.footer-content .logo-text p {
  font-size: 14px !important;
  color: goldenrod;
}

.artist-hero {
  position: relative;
  overflow: hidden;
}
.artist-hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
.hero-container {
  z-index: 3;
  position: relative;
}

.status-badge {
  top: unset !important;
  bottom: -10px !important;
  left: 50% !important;
  right: unset !important;
  transform: translateX(-50%) !important;
}
.featured-image img,
.card-image img {
  object-position: center 25% !important;
}

.video-thumbnail {
  overflow: hidden;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
