@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #f1f1f1;
  align-items: center;
  font-family: 'Alexandria', sans-serif;
  transition: 0.50s;
}
::selection{
  background: #FFB100;
  color: #fff;
}
body{
  background: #160f00;
  padding-bottom: 130px;
}
::-webkit-scrollbar{
  width: 5px;
  background: #382900;
}
::-webkit-scrollbar-thumb{
  background: #FFBD00;
}
/*=========*/


header{
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #382400;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999999;
}

.logo{
  font-family: "Lalezar", system-ui;
  font-weight: 400;
  color: #FFAB00;
  font-size: 30px;
}

nav{
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  width: 90%;
  padding: 20px;
  left: 50%;
  transform: translate(-50%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 99999999999999999999999999999999;
  background: #382400;
  box-shadow: 0px 1px 15px #ffffff23;
  backdrop-filter: blur(20px);
  bottom: 0;
}
nav a{
  place-items: center;
  display: grid;
  padding: 8px;
}
nav a h4{
  font-size: 12px;
  margin-top: 7px
}
.big-txt{
  width: 70px;
}
nav svg{
  height: 25px;
  fill: #e0e0e0;
}
nav a:hover svg,
nav a:hover h4 {
  color: #ffa72c;
  fill: #ffa73c;
}

.amiri-font{
  font-family: 'Amiri';
  font-size: 25px;
  color: #FFAB00;
}


/*landing*/


.landing{
  background-image: url(bg2.webp);
  background-size: cover;
  display: grid;
  place-items: center;
  height: 90vh;
}
.landing h2{
  color: #E7E7E7;
  font-family: 'Amiri';
  font-size: 27px;
}
.landing div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  display: grid;
  place-items: center;
  background: #00000070;
}

/* Quran page */
.title{
  padding: 7px;
  position: relative;
  margin-top: 100px;
  margin-right: 35px;
  font-size: 25px;
}
.title::before{
  content: '';
  right: -10px;
  position: absolute;
  background: linear-gradient(#FFC300, #FF9400);
  width: 5px;
  height: 35px;
  margin-top: -2px;
  border-radius: 2px;
}
#quran-container li{
  padding: 7px;
  display: grid;
  place-items: center;
  border: 2px solid #ff9100;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 20px;
  width: 150px;
}
#quran-container li:hover{
  background: #ff9100;
  color: #fff;
  transform: scale(0.95);
}
#quran-container p{
  font-family: 'Amiri';
  font-size: 22px;
  margin-top: 20px;
}

#quran-container{
    padding: 10px;
    border: 1px #FF9100 solid;
    margin-top: 35px;
    border-radius: 20px;
    width: 90%;
    position: relative;
  }
  #quran-container h1{
    padding: 10px;
    top: 0;
    border-bottom: 1px #FF9100 solid;
  }
  
  
/*==============*/
  
/*Video Cards*/
.cards{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.card{
  width: 250px;
  height: 370px;
  background: linear-gradient(#7a5000 ,#a86d00);
  border-radius: 5px;
  display: grid;
  position: relative;
  place-items: center;
  padding: 5px;
  margin-top: 20px;
}
.card h2{
  font-family: "Lalezar", system-ui;
  font-size: 30px;
  font-family: 100;
  color: #333;
}
.card p{
  color: #3C3C3C;
  font-family: 'Amiri';
  margin-top: 7px;
  font-size: 20px;
}
.card img{
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 5px;
}
.card button{
  width: 200px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(to left, #3E2B00, #140E00);
  border: none;
  margin-top: 10px;
  padding: 5px;
}
.card button:hover{
  background: linear-gradient(to left, #140E00, #3E2B00);
}

/*More Info Btn*/
#more-icons{
  position: fixed;
  background: #382400;
  padding: 5px;
  border-radius: 10px;
  left: 3%;
}

/*Books Section*/
#b-cards .card{
  height: 350px;
  background-image: url(book-bg.webp);
  background-size: 100% 100%;
}

/*Azkar Section*/
.azkar-main{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.zikr{
  display: grid;
  place-items: center;
  width: 40vh;
  height: 40vh;
  background-image: url(azkar-bg.webp);
  background-size: 100% 100%;
  margin-top: 10px;
  border-radius: 20px;
  position: relative;
}
.zikr h1{
  color: #FFA933;
}
.zikr div{
  display: grid;
  place-items: center;
  width: 40vh;
  height: 40vh;
  background: #00000057;
  border-radius: 1000px;
  position: absolute;
  backdrop-filter: blur(1px);
  z-index: 999999;
}
.zikr-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.azkar{
  background-color: #271900;
  border-radius: 8px;
  box-shadow: inset 0 2px 50px #ff910015;
  padding: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.azkar h2 {
  color: #d3d3d3;
}

.azkar p {
  color: #d3d3d3;
  font-family: 'Amiri';
  font-size: 18px;
  padding: 10px;
}
.zikr-desc{
  opacity: 0.70;
}

/*Q&A Page*/
details{
  width: 80%;
  padding: 20px;
  display: grid;
  place-items: center;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px #00000029;
  background: #331c00;
}
details p{
  font-family: 'Amiri';
  margin-top: 10px;
}

/*Finally About :))))*/
.about{
  display: grid;
  place-items: center;
  padding: 20px;
  width: 80%;
  background: linear-gradient(#FFC083, #FFD0A859);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about p{
  font-family: 'Amiri';
}
