/* ================
imports
================ */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* ================
0 all of the elements
================ */
button {
  outline: none;
  /* لإزالة الحدود */
  background-color: transparent;
  /* تعيين الخلفية إلى شفافة */
}

button:active {
  background-color: transparent;
  /* أو أي لون آخر تفضله */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #fbfcf0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
}

/* ================
1 header
================ */

.main-header {
  background-color: #7ed957;
  height: 60px;
  z-index: 1000;
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main-header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.03cm;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* ================
!!!!!!!!!!!!!!!!

main-navigation
================ */

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: 1em;
  color: white;
}

.main-navigation ul li a {
  color: white;
  font-size: 14px;
  font-weight: bolder;
}

/* ================
1.1 drop down header
================ */

#menuButton {
  font-size: 22px;
  color: white;
}

#dropDownNav {
  background-color: #7ed957;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

#dropDownNav .container {
  display: flex;
}

#dropDownContent {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

#dropDownContent li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 10px 16px;
  border: 1px solid #ffffff52;
  border-radius: 9px;
  text-align: center;
}

.dropDownContentSmallScreen {
  display: none;
}

.dropDownContentSmallScreen li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 10px 0;
}

/* ================
2 mini header
================ */

/* when do a scroll down for about 60px
 the posision-fixed will be add to mini-hader */

.posision-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

/* ================================================================== */

.mini-header {
  display: flex;
  align-items: center;
  background-color: rgb(250, 250, 250);
  border-bottom: 2px solid rgb(240, 239, 239);
  font-family: "Roboto";
  height: 39px;
}

.mini-header .container {
  display: flex;
  align-items: center;
}

.mini-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
}

.mini-header .container ul li a i {
  font-size: 19px;
  display: inline-block;
  padding: 9px 0px;
  color: #9c9c9c;
}

.main-title {
  color: rgb(78, 72, 72);
  text-align: center;
  margin: 60px 30px;
  font-size: 25px;
  font-family: "Rubik", sans-serif;
}

/* ================
3 card adhkar
================ */

.main-card {
  padding: 0 7px;
  margin-bottom: 100px;
}

.main-card .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0;
}

.card {
  width: 333px;
  height: 200px;
  display: block;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 2px 2px 5px rgb(240, 235, 235);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  direction: ltr;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.card:active {
  transform: scale(1.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.card h2 {
  text-align: center;
  font-size: 22px;
  padding: px 0;
  color: white;
  border-radius: 9px;
  margin-bottom: 20px;
}

.card p {
  text-align: center;
  padding: 0 14px;
  line-height: 1cm;
  font-size: 15px;
  color: rgb(78, 72, 72);
  padding-bottom: 20px;
}

.card img {
  width: 120px;
}

.quran {
  background: rgb(58, 190, 155);
  background: linear-gradient(
    0deg,
    rgba(58, 190, 155, 1) 0%,
    rgba(74, 203, 95, 1) 100%
  );
}

.card-morning {
  background: rgb(255, 188, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 188, 0, 1) 0%,
    rgba(254, 240, 111, 1) 100%
  );
}

.card-evening {
  background: rgb(109, 0, 255);
  background: linear-gradient(
    180deg,
    rgba(109, 0, 255, 1) 0%,
    rgba(170, 109, 251, 1) 100%
  );
}

.card-tasbih {
  background: rgb(42, 219, 0);
  background: linear-gradient(
    180deg,
    rgba(42, 219, 0, 1) 0%,
    rgba(137, 250, 110, 1) 100%
  );
}

.card-salah {
  background: rgb(255, 131, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 131, 0, 1) 0%,
    rgba(251, 181, 107, 1) 100%
  );
}

.card-sleep {
  background: rgb(0, 97, 255);
  background: linear-gradient(
    180deg,
    rgba(0, 97, 255, 1) 0%,
    rgba(109, 163, 252, 1) 100%
  );
}

.card-evening img {
  width: 110px;
}

.card-tasbih img {
  width: 100px;
}

.card-salah img {
  width: 75px;
}

.card-morning img {
  font-size: 90px;
}

/* =======================
home-menu
===================== */

.home-menu {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.home-menu i,
a {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.home-menu #menuButton {
  padding-top: 2px;
}

/* ============
dark mood
not worling !!!!!!!!!
============ */

/* ================
don't know this for what yet
================ */

.test {
  color: rgb(78, 72, 72);
  text-align: center;
  margin: 70px 0;
  font-size: 25px;
  font-family: "Rubik", sans-serif;
  border: 22px solid red;
}

.margin-top {
  height: 37px;
  display: none;
}
