@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  background-color: #5D3527;
  font-family: "Poppins", sans-serif;
}

a {
  color: #FFF;
}
a:hover {
  text-decoration: none;
}

main > div {
  height: calc(100vh - 56px);
}
@media (max-width: 1180px) {
  main > div {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 1052px) {
  main > div {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  main > div {
    height: calc(100vh + 80px);
  }
}
@media (max-height: 844px) and (max-width: 390px) {
  main > div {
    height: calc(100vh + 280px);
  }
}
@media (max-height: 540px) {
  main > div {
    height: calc(100vh + 450px);
  }
}
main .header {
  background: url("../img/masjid.png");
  background-size: cover;
}
main .header p {
  color: #70432F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
main .header img {
  max-width: 120px;
}
main .header img.logo {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 20px auto;
}
main .header .container {
  z-index: 1;
}
main .header .container .row > div {
  position: relative;
}
main .header .app {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
  left: 0;
}
main .header .app img {
  width: 100%;
  max-width: 420px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  main .header .app {
    margin: 10% auto;
    position: unset;
    top: auto;
    transform: none;
  }
}
main .header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(177deg, rgba(255, 255, 255, 0.9) 52.51%, rgba(199, 159, 100, 0.9) 76.82%);
}
main .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-size: 10%;
  background-image: url("../img/pattern.png");
}
@media (max-width: 767px) {
  main .header:before, main .header:after {
    height: calc(100vh + 80px);
  }
  main .header:after {
    background-size: 50%;
  }
}
@media (max-width: 1180px) {
  main .header:before, main .header:after {
    height: calc(100vh + 80px);
  }
  main .header:after {
    background-size: 20%;
  }
}
@media (max-height: 844px) and (max-width: 390px) {
  main .header:before, main .header:after {
    height: calc(100vh + 280px);
  }
  main .header:after {
    background-size: 50%;
  }
}
@media (max-height: 540px) {
  main .header:before, main .header:after {
    height: calc(100vh + 450px);
  }
  main .header:after {
    background-size: 20%;
  }
}

footer {
  z-index: 1;
}
footer span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer span p {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
}
footer span p::after {
  content: "|";
  padding: 0 10px;
}
footer span p:last-child::after {
  content: none;
}
@media (max-width: 1028px) {
  footer span p:nth-child(3)::after {
    content: none;
  }
}
@media (max-width: 804px) {
  footer span p:nth-child(2)::after {
    content: none;
  }
  footer span p:nth-child(3)::after {
    content: "|";
  }
}
@media (max-width: 657px) {
  footer span p:nth-child(1)::after, footer span p:nth-child(3)::after {
    content: none;
  }
  footer span p:nth-child(2)::after {
    content: "|";
  }
}
@media (max-width: 520px) {
  footer span p:nth-child(1)::after, footer span p:nth-child(2)::after {
    content: none;
  }
  footer span p:nth-child(3)::after {
    content: "|";
  }
}
@media (max-width: 280px) {
  footer span p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */