body {
  font-family: "Roboto", sans-serif;
  background-color: rgb(45, 8, 8);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
}

header {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url("../images/fuji.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 200px 0;
}

header h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px 0;
}

header h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

header h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 5px;
  margin: 0;
}

header a {
  color: rgb(146, 70, 83);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: white;
  padding: 16px 32px;
  display: inline-block;
  margin-top: 32px;
}

.img-responsive {
  width: 100%;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.grid-2-columns img {
  width: 100%;
  display: block;
}

.grid-3-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.card-header.grid img,
.card-header.grid .embed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  background-color: white;
  padding: 40px;
  text-align: justify;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 30px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-footer {
  margin-top: auto;
  padding-top: 20px;
}
.card-header.grid {
  grid-gap: 0;
  height: 200px;
}

.btn {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgb(45, 8, 8);
  padding: 16px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

main {
  background-color: white;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 0;
}

main h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 5px;
  color: rgb(45, 8, 8);
  opacity: 0.3;
  text-transform: uppercase;
}

main h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: rgb(45, 8, 8);
  margin: 0;
}

main h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  color: rgb(45, 8, 8);
}

main h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: rgb(45, 8, 8);
}

main p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #272044;
  opacity: 0.7;
}

section {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px;
}

section.secondary {
  background: rgb(239, 235, 235);
}

.text-center {
  text-align: center;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

section .grid-3-columns img {
  height: 250px;
  object-fit: cover;
}

.secondary {
  background-color: rgb(239, 235, 235);
  padding: 40px 20px;
  margin-top: 20px;
}

.video-container .embed {
  width: 100%;
  height: 350px;
  border-radius: 8px;
}

.video-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-hero-text h2,
.video-hero-text p {
  text-align: left;
}

footer {
  color: white;
  background-image:
    linear-gradient(rgba(39, 32, 68, 0.5), rgba(39, 32, 68, 0.6)),
    url("../images/tokyo-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  padding: 40px;
  display: flex;
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 40px;
}

footer {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 40px;
}

footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.9;
}

footer li {
  list-style: none;
  line-height: 30px;
}

footer li a:hover {
  opacity: 1;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}

footer h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 960px) {
  header {
    padding: 60px 0;
  }

  header h1 {
    font-size: 48px;
  }

  header h2 {
    font-size: 20px;
  }

  header h3 {
    font-size: 12px;
  }

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

  main {
    overflow: hidden;
  }
  main h3 {
    font-size: 28px;
  }

  section {
    padding: 20px;
  }

  .card {
    padding: 20px;
    text-align: left;
  }

  .card-body {
    padding: 15px 0 0 0;
  }
  .card-header.grid {
    grid-template-columns: 1fr;
  }

  .card-header img {
    display: none;
  }
  .card-header.grid .embed {
    height: 200px;
    object-fit: cover;
  }

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

  section .grid-3-columns img {
    height: 200px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  footer h3 {
    font-size: 18px;
  }

  footer p,
  footer li {
    font-size: 14px;
    line-height: 1.6;
  }
}
