body {
  font-family: "Poppins";
  background-color: #071b4e;
}

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

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

.grid {
  display: grid;
  grid-gap: 60px;
}

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

footer .grid-3-column {
  grid-template-columns: 1fr 3fr 2fr;
  grid-gap: 15px;
  justify-content: center;

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

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


.grid-3-columns img{
  grid-template-columns: repeat(3, 1fr);
  width: 350px;
  border-radius: 7%;
}

.beach{
  height: 234px;
}

.mb- {
  margin-bottom: 20px;
}

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

section.secondary {
  background-color: #466708;
}

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url("../images/rio-brazil-steps.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  filter: brightness(1.3);
}
header h3 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 5px;
}

header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 96px;
  line-height: 1;
  text-align: center;
  color: white;
  margin: 30px 0;
}

header h2 {
  text-align: center;
  color: white;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 50px;
}
header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #071b4e;
  letter-spacing: 3px;
  background-color: white;
  border-radius: 7%;
}
.learn {
  text-align: center;
  margin-bottom: 35px;
}
main {
  background-color: #b68d07;
}

.christ-the-redeemer{
  width: 500px;
}

main img {
  border-radius: 7%;
  transition: all 150ms ease-in-out;
}
main img:hover {
  box-shadow: 1px 10px 55px 10px #ffca2d;
}

main h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 5px;
  color: white;
  opacity: 0.8;
  text-transform: uppercase;
  margin: 0;
}

main h3 {
  font-weight: 800;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #071b4e;
  margin: 0;
}

main p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: white;
  opacity: 0.9;
  margin-bottom: 25px;
}
.Read {
  background-color: white;
  border: 1px solid white;
  border-radius: 7%;
  padding: 5px 10px;
  letter-spacing: 3px;
  font-weight: 700;
}
main a {
  font-weight: 700;
  font-size: 18px;
  color: #071b4e;
  text-decoration: none;
}

.secondary h2{
  font-size: 20px;
}
.secondary h3{
  font-size: 35px;
  letter-spacing: 0px;
}

.card {
  
  background-color: #354d05;
  margin: 30px 0;
  border-radius: 7%;
  padding: 5px 15px;
}

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

.img-responisve {
  max-width: 100%;
  margin-top: 20px;
  opacity: .8;
  transition: all 150ms ease-in-out;
}

.img-responisve:hover{
  scale: 1.2;
  opacity: 1;
}

.embed{
  margin-top: 20px;
  width: 310px;
height: 230px;
border-radius: 7%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
}

.learn-more {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #071b4e;
  letter-spacing: 3px;
  background-color: white;
  border-radius: 7%;
  border: 1px solid white;
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.Gallery{
  background-color: rgb(42, 42, 71);
}
.Gallery h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
}
.Gallery h3{
  color: white;
  text-align: center;
  font-size: 35px;
}


.Gallery img:hover{
  scale: 1.2;
  box-shadow: 1px 10px 55px 10px #ffca2d;

}

footer {
  color: white;
  font-size: 18px;
  background-image: linear-gradient(rgba(7, 97, 98, 0.8), rgba(7, 27, 78, 0.5)),
    url("../images/_Copacabana\ Beach.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

footer p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

footer a:hover {
  opacity: 100%;
  text-decoration: underline;
}

.coded {
  text-align: center;
  color: white;
}
@media (max-width: 960px) {

  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  header {
    padding: 40px 0;
  }

  header h1 {
    font-size: 35px;
  }

  header h2 {
    font-size: 19px;
  }

  header h3 {
    font-size: 15px;
  }

  .grid {
    grid-gap: 30px;
  }
  .grid-2-column {
    grid-template-columns: 1fr ;
 justify-content: center;
  }
  .grid-3-column {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    justify-content: center;
  }
  .grid-3-columns{
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    justify-content: center;
  }

  section {
    padding: 30px ;
  }
  main img {
    display: block;
    margin: 0 auto;
  }

.christ-the-redeemer{
  width: 400px;
 
}

  main h2 {
    font-size: 10px;
    text-align: center;
  }
  main h3 {
    font-size: 19px;
    text-align: center;
  }
  main p {
    font-size: 15px;
    text-align: center;
  }

  .Read {
    display: block;
    margin: 0 auto;
  }
  .img-responisve{
    display: none;
  }
  .embed{
   
    width: 350px;
  height: 230px;
  border-radius: 7%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    margin: 0 auto;
     margin-top: 10px;
  }

  main h4 {
    font-size: larger;
    text-align: center;
  }

  main h5 {
    font-size: larger;
    text-align: center;
  }

  .grid-3-columns img{
    width: 200px;
    border-radius: 7%;
  }

  .beach{
  height: 134px;
  }
  footer {
    margin: 0 auto;
  }

  footer h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  footer a {
    font-size: 15px;
    line-height: 1.5;
  }

  footer p {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media (max-width: 420px){

  .christ-the-redeemer{
    width: 270px;
   
  }
  .img-responisve{
    display: none;
  }
  .embed{
    aspect-ratio: 16 / 9;
  }
    main h2 {
      font-size: 10px;
      text-align: center;
    }
    main h3 {
      font-size: 13px;
      text-align: center;
    }
    main p {
      font-size: 10px;
      text-align: center;
    }

    .secondary h2{
      font-size: 10px;
    }
    .secondary h3{
      font-size: 15px;
    }

    .Gallery h2 {
      font-size: 10px;
    }
    .Gallery h3{
   
      font-size: 15px;
    }

    .grid-3-column {
      grid-template-columns: 1fr;
      grid-gap: 0;
      justify-content: center;

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

    }
    .grid-3-columns img{
      grid-gap: 0;
    margin: 15px 60px;
      justify-content: center;

    }
}