@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unna&display=swap');

* {
  padding: 0%;
  margin: 0%;
}
body {
  background-color: flfbff;
 
}

section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  background-image: url("img-masjid/masjid18.jpg");
  background-color: black;
  /* opacity: 90%; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: bgChange 20s infinite ease-in-out;
  flex-wrap: wrap;
  position: fixed;
}

@keyframes bgChange {
  10% {
    background-image: url("img-masjid/masjid25.jpg");
  }
  20% {
    background-image: url("img-masjid/masjid26.jpg");
  }
  40% {
    background-image: url("img-masjid/masjid1.jpg");
  }
  60% {
    background-image: url("img-masjid/masjid8.jpg");
  }

}

.navbar-brand {
  color: white;
  margin-left: 1rem;
}

.text {
  /* padding-top: 15rem; */
  /* margin-top: 2rem; */
  font-size: 28px;
  font-family: 'Unna', serif;
}

.lokasi{
  font-size: 25px;
  margin-left: 3rem;
}

a:hover{
  color: aliceblue;
}


.shalat {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  /* padding-right: 25rem; */
  padding-top: 2.5rem;
  
}
.navbar-brand{
  padding-left: 7rem;
}

h1 {
  color: white;
  margin-top: 2rem;
  font-size: 50px;
  display: flex;
  font-family: "Handlee", cursive;
  padding-left: 11rem;

}
.tgl{
  padding-left: 3rem;
  padding-bottom: 1rem;
  font-size: 17px;
  /* color: antiquewhite; */
}

.waktu{
  color: rgb(85, 202, 202);
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  padding-left: 7rem;
}

.subuh{
  color: white;
  padding-left: 6rem;
}

.dzuhur{
  color: white;
  padding-left: 5.2rem;
}
.ashar{
  color: white;
  padding-left: 6.3rem;
}
.magrib{
  color: white;
  padding-left: 4.5rem;
}
.isya{
  color: white;
  padding-left: 7.8rem;
}

p {
  display: flex;
  font-family: "Playpen Sans", cursive;
  color: white;
  /* padding-right: 5rem; */
  
}

.hadits{
    margin: 0%;
  
}
h6 {
  margin-top: 7rem;
  color: rgb(85, 202, 202);
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  padding-left: 10rem;
  padding-top: 2rem;
  font-size: 27px;
  height: 100px;
  
}

.motivasi{
  background-color: black;
  padding-bottom: 10px;
  padding-right: 1.9rem;
  border-radius: 10px 0 0 10px ;

  opacity: 60%;
}

.desc{
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
    color: white;
    text-align: right;
    padding-top: 0;
    padding-left: 10px;
}

.jadwal {
  font-family: "Titillium Web", sans-serif;
}
marquee {
  color: white;
  background-color: rgb(85, 202, 202);
  opacity: 85%;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  padding: 12px;
  margin-top: 36rem;
  line-height: 1rem;
  font-size: larger;
  position: fixed;
}

/* full */
.full{
  color: white;
  font-size: 30px;
  padding-top: 1rem;
  padding-left: 35rem;
}
/* responsive */

