.header {
  background-color: transparent;
  background: linear-gradient(var(--neutral-black), transparent);
  position: absolute;
  box-shadow: none;
  font-size: 16px;
}

.header:hover {
  box-shadow: none;
}

.main {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  overflow-x: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.video-container .content {
  text-align: center;
}

.video-container .content h1 {
  color: #fff;
  font-size: 95px;
  margin: bottom 50px;
  mix-blend-mode: overlay;
}


.intro-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-inline: 4rem;
}

.intro-section h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  position: relative;
}

.intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.intro-section h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 0.5rem;
  background-color: var(--primary);
  margin-top: 1rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.intro-section p {
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 70%;
  text-align: center;
  line-height: 1.5;
  opacity: 0.8;
}

.history-1972 {
  display: flex;
  flex-direction: row-reverse;
  padding-inline: 4rem;
  padding-block: 2rem;
  justify-content: center;
  align-items: center;
}

.history-1972 .image {
  width: 600px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-1972 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-1972 .image:hover img {
  transform: scale(1.03);
}

.history-1972 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-1972 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 50%;
}

.history-1972 .content h1 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.history-1972 .content h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.history-1972 .content p {
  font-size: 1rem;
  font-weight: 400;
  max-width: 50%;
  line-height: 1.5;
  opacity: 0.8;
}

.history-1978 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.history-1978 .image {
  width: 400px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-1978 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-1978 .image:hover img {
  transform: scale(1.03);
}

.history-1978 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-1978 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 30%;
}

.history-1978 .content h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-1978 .content h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.history-1978 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-1984 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.history-1984 .image {
  width: 800px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-1984 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-1984 .image img:hover {
  transform: scale(1.03);
}

.history-1984 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-1984 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 40%;
}

.history-1984 .content h1 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.history-1984 .content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.history-1984 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-1986 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: start;
}

.history-1986 .image {
  width: 400px;
  height: 300px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;

}

.history-1986 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-1986 .image img:hover {
  transform: scale(1.03);
}

.history-1986 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-1986 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 30%;
}

.history-1986 .content h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-1986 .content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.history-1986 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-2000 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.history-2000 .image {
  width: 900px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-2000 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-2000 .image img:hover {
  transform: scale(1.03);
}

.history-2000 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-2000 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 40%;
}

.history-2000 .content h1 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.history-2000 .content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.history-2000 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
  max-width: 50%;
}

.history-2005 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.history-2005 .image {
  width: 400px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-2005 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-2005 .image:hover img {
  transform: scale(1.03);
}

.history-2005 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-2005 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 30%;
}

.history-2005 .content h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-2005 .content h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.history-2005 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-2008 {
  display: flex;
  flex-direction: row-reverse;
  padding-inline: 4rem;
  padding-block: 2rem;
  justify-content: center;
  align-items: center;
}

.history-2008 .image {
  width: 600px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-2008 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-2008 .image:hover img {
  transform: scale(1.03);
}

.history-2008 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-2008 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 50%;
}

.history-2008 .content h1 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 50%;
}

.history-2008 .content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  max-width: 60%;
}

.history-2008 .content p {
  font-size: 1rem;
  font-weight: 400;
  max-width: 50%;
  line-height: 1.5;
  opacity: 0.8;
}

.history-2009 {
  display: flex;
  flex-direction: row;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: start;
}

.history-2009 .image {
  width: 400px;
  height: 300px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;

}

.history-2009 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.history-2009 .image img:hover {
  transform: scale(1.03);
}

.history-2009 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}


.history-2009 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 30%;
}

.history-2009 .content h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-2009 .content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.history-2009 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-2016 {
  display: flex;
  flex-direction: column;
  padding-inline: 4rem;
  padding-block: 2rem;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.history-2016 .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-2016 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.history-2016 .image img:hover {
  transform: scale(1.03);
}

.history-2016 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-2016 .content-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.history-2016 .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30%;
}

.history-2016 .content h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-2016 .content h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.history-2016 .content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.history-2022 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  gap: 2rem;
}

.history-2022 .image {
  width: 110%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.history-2022 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.history-2022 .image img:hover {
  transform: scale(1.03);
}

.history-2022 .image:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.history-2022 .content-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.history-2022 .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}

.history-2022 .content h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.history-2022 .content h3 {
  font-size: 1.5rem;
  color: var(--neutral-black);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.history-2022 .content h2 {
  font-size: 2rem;
  color: var(--neutral-black);
  margin-bottom: 1rem;
  font-weight: 400;

}

.history-2022 .content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
}

/* ===== Responsive Design ===== */
@media screen and (max-width: 1200px) {
  .video-container {
    height: 100vh;
  }

  .video-container .content h1 {
    font-size: 75px;
  }

  .history-1972 .image,
  .history-1978 .image,
  .history-1984 .image,
  .history-1986 .image,
  .history-2000 .image,
  .history-2005 .image,
  .history-2008 .image,
  .history-2009 .image,
  .history-2016 .image,
  .history-2022 .image {
    width: 500px;
    height: 350px;
  }
}

@media screen and (max-width: 992px) {
  .main {
    padding: 2rem;
    overflow-x: hidden;
  }

  .video-container {
    height: 100vh;
  }

  .video-container .content h1 {
    font-size: 60px;
  }

  .intro-section {
    padding-inline: 2rem;
    width: 100%;
  }

  .intro-section p {
    max-width: 90%;
  }

  .history-1972,
  .history-1978,
  .history-1984,
  .history-1986,
  .history-2000,
  .history-2005,
  .history-2008,
  .history-2009,
  .history-2016,
  .history-2022 {
    flex-direction: column;
    padding-inline: 2rem;
    gap: 2rem;
    width: 100%;
    overflow: hidden;
  }

  .history-1972 .content,
  .history-1978 .content,
  .history-1984 .content,
  .history-1986 .content,
  .history-2000 .content,
  .history-2005 .content,
  .history-2008 .content,
  .history-2009 .content,
  .history-2016 .content,
  .history-2022 .content {
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
  }

  .history-1972 .content p,
  .history-1978 .content p,
  .history-1984 .content p,
  .history-1986 .content p,
  .history-2000 .content p,
  .history-2005 .content p,
  .history-2008 .content p,
  .history-2009 .content p,
  .history-2016 .content p,
  .history-2022 .content p {
    max-width: 100%;
  }

  .history-1972 .image,
  .history-1978 .image,
  .history-1984 .image,
  .history-1986 .image,
  .history-2000 .image,
  .history-2005 .image,
  .history-2008 .image,
  .history-2009 .image,
  .history-2016 .image,
  .history-2022 .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .history-1972 .image img,
  .history-1978 .image img,
  .history-1984 .image img,
  .history-1986 .image img,
  .history-2000 .image img,
  .history-2005 .image img,
  .history-2008 .image img,
  .history-2009 .image img,
  .history-2016 .image img,
  .history-2022 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .video-container {
    height: 100vh;
  }

  .video-container .content h1 {
    font-size: 45px;
  }

  .intro-section h1 {
    font-size: 2.5rem;
  }

  .intro-section p {
    font-size: 1.2rem;
  }

  .history-1972 .content h1,
  .history-1978 .content h1,
  .history-1984 .content h1,
  .history-1986 .content h1,
  .history-2000 .content h1,
  .history-2005 .content h1,
  .history-2008 .content h1,
  .history-2009 .content h1,
  .history-2016 .content h1,
  .history-2022 .content h1 {
    font-size: 4rem;
  }

  .history-1972 .content h3,
  .history-1978 .content h3,
  .history-1984 .content h3,
  .history-1986 .content h3,
  .history-2000 .content h3,
  .history-2005 .content h3,
  .history-2008 .content h3,
  .history-2009 .content h3,
  .history-2016 .content h3,
  .history-2022 .content h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  .main {
    padding: 1rem;
    overflow-x: hidden;
  }

  .video-container {
    height: 100vh;
  }

  .video-container .content h1 {
    font-size: 35px;
  }

  .intro-section {
    padding-inline: 1rem;
    width: 100%;
  }

  .intro-section h1 {
    font-size: 2rem;
  }

  .intro-section p {
    font-size: 1rem;
  }

  .history-2016 .content-container {
    flex-direction: column;
  }

  .history-1972,
  .history-1978,
  .history-1984,
  .history-1986,
  .history-2000,
  .history-2005,
  .history-2008,
  .history-2009,
  .history-2016,
  .history-2022 {
    padding-inline: 1rem;
    width: 100%;
    overflow: hidden;
  }

  .history-1972 .content h1,
  .history-1978 .content h1,
  .history-1984 .content h1,
  .history-1986 .content h1,
  .history-2000 .content h1,
  .history-2005 .content h1,
  .history-2008 .content h1,
  .history-2009 .content h1,
  .history-2016 .content h1,
  .history-2022 .content h1 {
    font-size: 3rem;
  }

  .history-1972 .content h3,
  .history-1978 .content h3,
  .history-1984 .content h3,
  .history-1986 .content h3,
  .history-2000 .content h3,
  .history-2005 .content h3,
  .history-2008 .content h3,
  .history-2009 .content h3,
  .history-2016 .content h3,
  .history-2022 .content h3 {
    font-size: 1.1rem;
  }
}