.hero-wrap.hero-wrap-5 {
  width: 100%;
  height: auto;
  position: relative;
  background-image:url(../../images/exhibition/exhibition.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap.hero-wrap-5 .overlay {
  width: 100%;
  opacity: .4;
  background: #232429;
}
.hero-wrap.hero-wrap-5 .slider-text {
  height: 500px;
}
/* registarion  */
.registration-card {
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.card {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.error {
  color: red;
  font-size: 0.9rem;
}

.registration-title{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #10447d;
}

.star::after {
    content: " *";
    color: red;
}

.registration-fields{
      font-weight: bolder;
      font-size: 1.2rem;
}

.guidelines-text {
    font-size: 1.4rem;
    line-height: 1.3;
}

.Exhibit-title{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #034ea2;
}
