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

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

.grid {
  display: grid;
  gap: 64px;
}

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

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

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

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

section.secondary {
  background: #f8f8f8;
}

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

img {
  width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
  display: block;
}

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

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

header h2 {
  font-weight: 400;
  font-style: regular;
  font-size: 40px;
  line-height: 1;
}

header h3 {
  font-weight: 700;
  font-style: regular;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 4px;
}

header a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 16px 22px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  color: #272044;
  border-radius: 2px;
}

main {
  background-color: white;
}

main h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #272044;
  opacity: 0.4;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}

main h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0%;
  margin: 0;
}

main h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}

main h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

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

.card {
  background: white;
  margin: 40px 0;
}

.card-header.grid {
  grid-gap: 0;
}

.card img {
  height: 100%;
  display: block;
  width: 100%;
}

.embed {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.card-body {
  padding: 30px;
}

.card-footer {
  padding: 20px;
}

.btn {
  display: block;
  width: 306;
  height: 53;
  gap: 10px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background-color: #462cb2;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.instagram-embed {
  margin: 40px 0;
}

footer {
  color: white;
  background-image: linear-gradient(
      rgba(39, 32, 68, 0.9),
      rgba(39, 32, 68, 0.9)
    ),
    url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

footer p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  opacity: 0.7;
  margin: 0;
  padding: 0;
}

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

footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

footer a {
  color: white;
  opacity: 0.7;
  margin: 0;
  padding: 0;
}

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

  header h1 {
    font-size: 48px;
  }

  header h2 {
    font-size: 20px;
  }

  header h3 {
    font-size: 12px;
  }

  header a {
    font-size: 8px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  section {
    padding: 30px;
  }

  .card-header img {
    display: none;
  }

  .embed {
    aspect-ratio: 16 / 9;
  }

  blockqoute {
    margin: 0 auto;
    display: block;
  }
}
