/* Overlay ============ */
.overlay-top::before,
.overlay-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 405px;
  left: 0;
  padding-bottom: 100px;
  z-index: 1;
}

@media (max-width: 576px) {
  .overlay-top::before,
  .overlay-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 205px;
    left: 0;
    padding-bottom: 100px;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  .overlay-top::before,
  .overlay-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 605px;
    left: 0;
    padding-bottom: 100px;
    z-index: 1;
  }
  
  .overlay-top::before {
    padding-bottom: 100px;
  }
}


@media (min-width: 1400px){
  header.masthead {
    height: 1000px !important;
  }

  header.masthead .filter{
    height: 1000px !important;
  }
}

@media (max-width: 576px) {
  header.masthead {
    padding-bottom: 0rem;
  }
}

@media (max-width: 576px) {
  header.masthead .filter {
    height: 550px;
  }
}

@media (max-width: 576px) {
  header.masthead .filter .container {
    padding-top: 10rem !important;
  }
}

.overlay-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 405px;
  left: 0;
  padding-bottom: 100px;
  z-index: 1;
}

.overlay-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  left: 0;
  padding-bottom: 100px;
  z-index: 1;
}

.overlay-top::before {
  top: -1px;
  background-size: cover !important;
  background: url(../assets/img/batas/atas.png);
}
.overlay-bottom::after {
  bottom: -1px;
  background-size: cover !important;
  background: url(../assets/img/batas/batas-bawah.png);
}
.overlay-left::before {
  top: -1px;
  transform: scaleX(-1);
  background-size: cover !important;
  background: url(../assets/img/batas/tengah-atas.png);
}
.overlay-right::after {
  bottom: -1px;  
  transform: scaleX(-1);
  background-size: cover !important;
  background: url(../assets/img/batas/tengah-bawah.png);
}

.img-twice::before {
  position: absolute;
  content: "";
  width: 57%;
  height: 77%;
  top: 10%;
  left: 20%;
  background: var(--green1);
  border-radius: 6px;
  z-index: -1;
  border-radius: 6px !important;
  background-image: url(../img/hanami_bg.jpg);
  background-size: auto;
  background-position: center;
}


/* blog section start */

.blog_section {
  width: 100%;
  float: left;
  background-image: url(../assets/img/donasi.jpg);
  height: auto;
  /* height: 1050px; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 576px) {
  .blog_section {
    padding-top: 100px;
  }
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.blog_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  padding-top: 40px;
  text-align: center;
}

.play_icon_main {
  width: 100%;
  margin-top: 150px;
  float: left;
}

.play_icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.play_icon::before {
  content: '';
  position: absolute;
  top: 49%;
  left: 70px;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: inherit;
}

@keyframes fadeEffect {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1
  }
  100% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0;
  }
}

.margin_top_90{
  margin-top: 90px;
}
/* blog section end */
