.banner {
  background-position: center center;
}

.history-page {
  display: flex;
  margin-bottom: 4vw;
}

.year-holder {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hist-container {
  width: 85%;
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
}

.year {
  width: 100%;
}

b {
  color: white;
}

.hist-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vh;
}

.hist-desc {
  flex-basis: 35%;
  text-indent: 40px;
  margin: auto 3% auto 0;
}

.hist-quest {
  flex-basis: 30%;
  margin: auto 3% auto 0;
}

.question {
  margin-bottom: 2vh;
  margin-top: 2vh;
}

.hist-image {
  flex-basis: 24%;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.hist-image img {
  max-width: 100%;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 2vw;
}

.hist-image iframe {
  max-width: 100%;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 2vw;
}
.read h4 {
  margin: 3vh 0 5vh 0;
  color: #ffd382;
  cursor: pointer;
}

.read {
  display: flex;
}

.toss {
  display: none;
  animation: op 350ms;
}

.skyrise {
  display: none;
}

.net {
  display: none;
}

.star {
  display: none;
}

.zone {
  display: none;
}

.point {
  display: none;
}

.tower {
  display: none;
}

.change {
  display: none;
}

.ani {
  display: block;
  animation: op 350ms;
}

.fade-in {
  opacity: 1;
}

.division {
  height: 0.5vh;
  width: 80vw;
  margin-bottom: 3vh;
}

h6 {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}

.scroll-year {
  position: sticky;
  position: -webkit- sticky;
  top: 15vh;
  width: 80%;
  margin-left: 10%;
  height: 4rem;
  background-color: #ffd382;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.scroll-year:nth-child(1) {
  margin-top: 10vh;
}

.scroll-year:nth-child(9) {
  margin-bottom: 5vh;
}

@keyframes op {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.gold {
  color: #ffd382;
}
@media screen and (max-width: 1024px) {
  .hist-content {
    flex-direction: column;
  }

  .year-holder {
    display: none;
  }

  .hist-image {
    flex-direction: row;
  }

  .hist-image img {
    max-width: 45%;
    height: auto;
    object-fit: cover;
    margin: auto;
  }
  .hist-image iframe {
    max-width: 45%;
    height: auto;
    object-fit: cover;
    margin: auto;
  }

  .hist-container {
    width: 80%;
    margin-left: 10vw;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 680px) {
  .hist-image {
    flex-wrap: wrap;
  }

  .hist-image img {
    max-width: 100%;
    margin-top: 5vh;
  }
  .hist-image iframe {
    max-width: 100%;
    margin-top: 5vh;
  }


  .banner {
    top: -10vh;
  }
}