main {
  color: #fff;
}
main figure {
  position: relative;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
figcaption {
  position: absolute;
  padding: 5px 0;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
strong {
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-weight: bold;
}
.top {
  padding-top: 260px;
  background: var(--gray);
}
.top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.top__header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.top__header {
  margin-right: 20px;
}
h1 {
  font-size: 7.5rem;
  line-height: 8rem;
  font-weight: 300;
}
.top__header-wrap h2 {
  font-weight: normal;
}
.top__header-wrap figure {
  max-width: 400px;
  transform: translateY(100px);
  
}
.active .top__header-wrap figure {
  transform: translateY(0);
  transition: transform 1s;
}
.top__header-wrap figcaption {
  bottom: 100%;
  left: 0;
}
.content {
  max-width: 740px;
  margin-bottom: 150px;
  opacity: 0;
  transform: translateY(-50px);
}
.active .content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s, opacity 1s;
}
.content p:not(:last-child) {
  margin-bottom: 45px;
}
.top__left > figure {
  max-width: 350px;
  margin: 0 40px 0 auto;
  mix-blend-mode: multiply;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-left: 40px;
  padding-top: 220px;
}
.top__right figure {
  max-width: 600px;
  margin: 0 0 190px auto;
  transform: translateY(100px);
  transition: transform 1.5s;
}
.active .top__right figure {
  transform: translateY(0);
}
.top__right figure:nth-of-type(2) figcaption {
  text-align: right;
}
.top__right figcaption {
  top: 100%;
  right: 0;
}
.middle {
  padding: 140px 40px;
  background-image: url(../../images/content/church-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--dark-brown);
}
.middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.middle__asset {
  max-width: 740px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  margin-right: 20px;
  transform: translateY(100px);
}
.active .middle__asset {
  transform: translateY(0);
  transition: transform 1.5s;
}
.middle__asset figcaption {
  top: 100%;
  left: 0;
}
.middle__content {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-100px);
}
.active .middle__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s, opacity 2s;
}
.middle__content p:not(:last-child) {
  margin-bottom: 40px;
}
.middle__content figure {
  max-width: 180px;
  margin: 80px 60px 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bottom {
  background: var(--gray);
  padding: 80px 0 200px;
}
.bottom__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom__section--first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 110px;
}
.bottom__section--second {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom__asset {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-right: 30px;
  transform: translateY(100px);
}
.active .bottom__asset {
  transform: translateY(0);
  transition: transform 1.5s;
}
.bottom__asset figcaption {
  top: 100%;
  left: 0;
  max-width: 70%;
}
.bottom__content {
  max-width: 810px;
  opacity: 0;
  transform: translateY(-100px);
}
.active .bottom__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s, opacity 2s;
}
.bottom__section--first figure {
  max-width: 500px;
  margin-left: auto;
}
.bottom__section--second figure {
  max-width: 400px;
  margin-left: auto;
}
.bottom__video {
  position: relative;
  max-width: 1150px;
  margin: 100px auto 0;
  padding-bottom: 56.25%
}
.bottom__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top,
.middle,
.bottom {
  opacity: 0;
}
.top.active,
.middle.active,
.bottom.active {
  opacity: 1;
  transition: opacity 2s;
}

@media only screen and (max-width: 1200px) {
  .top {
    padding-top: 220px;
  }
  .top .container {
    display: block;
  }
  .content {
    margin-bottom: 50px;
  }
  .top__left > figure {
    margin: 0 auto;
  }
  .top__right {
    padding: 40px 0;
    margin-left: 0;;
  }
  .top__right figure {
    margin: 0 auto 80px;
  }
  .middle .container {
    display: block;
  }
  .middle__asset {
    margin: 0 auto 60px;
  }
  .bottom__section {
    display: block;
  }
  .bottom__asset {
    margin: 0 auto 80px;
  }
  .bottom__section--first figure,
  .bottom__section--second figure {
    margin: 0 auto
  }
  .bottom__content {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 999px) {
  h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
  .top__header-wrap {
    display: block;
  }
  .top__header-wrap figure {
    margin: 0 auto;
  }
  .top__header {
    margin: 0 0 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .top {
    padding-top: 120px;
  }
  h1 {
    font-size: 4rem;
    line-height: 6rem;
  } 
  .middle {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
  }
}