body {
  font-family: "poppins", sans-serif;
}

header h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 150%;
  margin: 0 auto;
}

header h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  margin: 0 auto;
}
header h3 {
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 24px;
  margin-top: 25px;
  line-height: 150%;
}

header {
  text-align: center;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(images/header-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 170px;
}

.center {
  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
}

header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: white;
  color: black;
  display: inline-block;
  text-decoration: none;
  margin-top: 25px;
  padding: 16px 32px;
}

.section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin: 0px auto;
  grid-gap: 60px;
  padding: 50px 75px;
}

.section img {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

main h4 {
  margin: 0px auto;
  opacity: 30%;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5px;
}
main h2 {
  font-weight: 700;
  line-height: 100%;
}

main p {
  font-weight: 400;
  opacity: 70%;
  line-height: 150%;
}

.secondary {
  max-width: 100%;
  background-color: #f8f8f8;
  padding: 50px 75px;
}

.section2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

.section2 img,
.section2 iframe {
  aspect-ratio: 1/1;
  width: 100%;
  grid-gap: 0;
  display: flex;
}

.cards {
  background-color: white;
}

main button {
  display: block;
  margin: 0 auto;
  color: white;
  background-color: rgb(67, 12, 119);
  padding: 16px;
  width: 300;
  height: 53;
  gap: 10px;
  border-radius: 12px;
  padding: 16px 32px;
}

button a {
  text-decoration: none;
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: (3, 1fr);
  grid-template-rows: (2, 1fr);
  grid-gap: 6px;
}

.gallery img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 10px;
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 10px;
}

footer {
  text-align: center;
  color: white;
  background-image: linear-gradient(
      rgba(39, 32, 68, 0.9),
      rgba(39, 32, 68, 0.9)
    ),
    url(images/footer-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

footer section {
  max-width: 1200px;
  margin: 0px auto;
}

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

footer h4 {
  font-weight: 700;
  line-height: 150%;
}

footer li {
  list-style: none;
}

footer a {
  color: white;
  opacity: 60%;
  text-decoration: none;
}

footer a:hover {
  color: blue;
  text-decoration: none;
}

footer p {
  color: white;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 60%;
}

@media (max-width: 1200px) {
  header {
    padding: 75px 0;
  }
  header h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    margin: 0 auto;
  }

  header h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin: 0 auto;
  }
  header h3 {
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 12px;
    margin-top: 25px;
    line-height: 150%;
  }

  .center {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
  }

  header a {
    font-weight: 700;
    font-size: 7px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: white;
    color: black;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
    padding: 16px 32px;
  }

  .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0px auto;
    grid-gap: 60px;
    padding: 50px 75px;
  }

  .section img {
    width: 350px;
    display: block;
    margin: 0 auto;
  }

  main h4 {
    margin: 0px auto;
    opacity: 30%;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 5px;
  }
  main h2 {
    font-weight: 700;
    line-height: 100%;
  }

  main p {
    font-weight: 400;
    opacity: 70%;
    line-height: 100%;
    font-size: 16px;
  }

  .secondary {
    max-width: 100%;
    background-color: #f8f8f8;
    padding: 25px 38px;
  }

  .section2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cards {
    background-color: white;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .section2 img,
  .section2 iframe {
    aspect-ratio: 1/1;
    width: 100%;
    grid-gap: 0;
    display: flex;
  }

  main button {
    display: block;
    margin: 0 auto;
    color: white;
    background-color: rgb(67, 12, 119);
    padding: 16px;
    width: 300;
    height: 53;
    gap: 10px;
    border-radius: 12px;
    padding: 16px 32px;
  }

  button a {
    text-decoration: none;
    color: white;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: (3, 1fr);
    grid-template-rows: (2, 1fr);
    grid-gap: 3px;
  }

  .gallery img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 250px;
  }

  .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
  }

  footer section {
    max-width: 600px;
    margin: 0px auto;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  header {
    padding: 75px 0;
  }

  header h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    margin: 0 auto;
  }

  header h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin: 0 auto;
  }
  header h3 {
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 12px;
    margin-top: 13px;
    line-height: 150%;
  }

  .center {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
  }

  header a {
    font-weight: 700;
    font-size: 7px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: white;
    color: black;
    display: inline-block;
    text-decoration: none;
    margin-top: 12.5px;
    padding: 16px 32px;
  }

  .section {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
  }

  .section img {
    aspect-ratio: 1/1;
    display: block;
    margin: 0 auto;
  }

  main h4 {
    margin: 0px auto;
    opacity: 30%;
    font-weight: 700;
    font-size: small;
    line-height: 100%;
    letter-spacing: 5px;
  }
  main h2 {
    font-weight: 700;
    line-height: 100%;
    font-size: medium;
  }

  main p {
    font-weight: 400;
    opacity: 70%;
    line-height: 100%;
    font-size: 14px;
  }

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

  .gallery img {
    display: block;
    margin: 0 auto;
    width: 500px;
  }

  footer section {
    max-width: 600px;
    margin: 0px auto;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .section img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  footer section {
    max-width: 500px;
    margin: 0px auto;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .gallery img {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
}

@media (max-width: 500px) {
  .section {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
  }

  .section img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  .secondary {
    max-width: 100%;
    background-color: #f8f8f8;
    padding: 6px 9px;
  }

  .section2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cards {
    background-color: white;
    grid-gap: 7px;
  }

  .section2 img {
    display: none;
  }

  .grid {
    display: block;
    margin: 0 auto;
  }

  footer section {
    max-width: 500px;
    margin: 0px auto;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr;
  }
}
