.section__hero {
  background-image: url("../images/exhibition-sample-1\ 1.png");
  /* background-image: url("../images/mammoth-image-dark-filter.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  background-position: center left;
  /* color: #58e580; */
  /* font-size: 20px; */
  /* position: relative; */
}

.hero_section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: left; */
  text-align: center;
  height: 60vh;
  text-transform: capitalize;
  color: white;
  /* opacity: 60%; */
}

.hero_section_title {
  display: contents;
  position: relative;
  font-size: 1.7em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #378095;
  text-align: center;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0004);
  line-height: 0.7em;
  outline: none;
  animation: animate 5s linear infinite;
}

@keyframes animate {

  0%,
  18%,
  20%,
  50.1%,
  60.1%,
  65%,
  80.1%,
  90%,
  92.1%,
  100% {
    color: #5ed6f7;
    text-shadow: none;
  }

  18.1%,
  20.1%,
  30%,
  50%,
  60.1%,
  65%,
  80.1%,
  90%,
  92.1%,
  100% {
    color: #fff;
    text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4,
      0 0 80px #03bcf4, 0 0 160px #03bcf4;
  }
}

.hero_section_button {
  width: 180px;
  margin: 35px auto;
  text-transform: capitalize;
  border: 1px solid #f90000;
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 9px;
  color: #13ea6c;
  font-size: 20px;
}

.hero_section_button:hover {
  border: 1px solid #740808;
  color: #0a9f5c;
}

.blue-button:hover {
  border: 1px solid #9f2321;
  color: #9f2321;
}

a {
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}

.donate {
  color: red;
}

.section__two--left h2 {
  font-size: 25px;
  color: #000000;
}

/* .section__two--right img {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
} */

.exhibition-image {
  margin-bottom: 25px;
}

/* .getinvolved_img {
  align-items: inline-end;
  height: 470px;
  margin-top: 10px;
  object-fit: cover;
} */

.exhibition__block--left {
  flex-grow: 1;
}

/* .involved__block--right {
  margin: 6px;
  font-size: 16px !important;
} */
.involved__block--left {
  flex-grow: 1;
}

/* h1 {
  font-size: 24px;
} */

.date {
  margin: 2px;
  border: 1px solid #4a4949;
  text-align: center;
  border-radius: 20px;
  width: 110px;
  padding: 6px 8px;
  font-size: 8px;
}

/* css styling in cousel */

@media (max-width: 980px) {
  .section__two {
    grid-template-columns: repeat(1, 1fr);
  }

  .section__two--left h1 {
    font-size: 25px;
  }

  .section__two--left p {
    font-size: 15px;
  }

  .section__two--left button {
    font-size: 16px;
  }

  .exhibition__block {
    grid-template-columns: 1fr;
  }

  .getinvolved_img {
    height: 450px;
    margin-left: 55px;
    width: 80%;
  }
}

@media (max-width: 580px) {
  .hero_section_title {
    font-size: 20px;
  }

  .hero_section_text {
    height: 100%;
    padding-top: 20px;
    margin: 6px;
  }

  .getinvolved_img {
    height: 300px;
    margin-left: 0px;
    width: 100%;
  }
}