/* ------------- English ---------- */
@import url("https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&family=SUSE:wght@100..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap");

/* ----------- arabic ------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* -------------- :root --------------- */

:root {
  --BLACK: #000000;
  --WHITE: #ffffff;
  --MAIN-BLACK: #2c2c2c;
  --MAIN-WHITE: #eaeaea;
  --MAIN-MASTARD: #febe00;
}
/* ------------------------------------ */
body {
  user-select: none;
}
/* ############################[ Home ]########################  */

/* =================Trading view==================== */

/* .tradingview-widget-container {
  background-color: var(--MAIN-BLACK);
  border-radius: 5px;
  height: 500px;
  padding: 0 5px;
} */
/* --------------------------- */

/* .health_slogan{
  display: block;
  width: max-content;
  margin: 40px auto 70px;
  font-size: 25px;
  text-align: center;
  font-family: "Cairo" , sans-serif;
  color:#8f0a00;
  font-weight: bold;
  color:#006a9b;
  text-shadow: 0 0 1px #006a9b;
  padding: 3px 8px;
  background-color: transparent;
  box-shadow: 0 0 5px #020202;
  border-radius: 12px;
} */

.health_slogan {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px auto 70px;
  background-color: transparent;
}
.health_slogan .pr,
.health_slogan .ps {
  color: #c9c9c9;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
}
.health_slogan .mn {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
  /* color:#8f0a00; */
  /* font-weight: bold; */
  color: #008bcc;
  text-shadow: 0 0 1px #008bcc;
  padding: 0 7px;
  background-color: transparent;
  box-shadow: 0 0 5px #020202;
  border-radius: 16px;
}
/* ------- whats app -------- */

.whatsapp {
  border-top: 2px dotted var(--MAIN-MASTARD);
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 20px; */
  margin: 20px auto;
}
.whatsapp .wa {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px 0;
  width: max-content;
}
.whatsapp img {
  /* width: 50px; */
  width: 35px;
  height: auto;
}
.whatsapp .wa-number {
  /* font-size: 30px; */
  font-size: 22px;
  color: white;
  display: inline-block;
  margin: 0 10px;
}
.whatsapp .contact-slogan {
  /* font-size: 20px; */
  font-size: 16px;
  color: var(--MAIN-MASTARD);
}
/* ------- prices_note -------- */
.prices_note {
  width: 100%;
  text-align: end;
  display: flex;
  align-items: center;
  flex-direction: column;
  direction: rtl;
  gap: 7px;
  padding: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.prices_note * {
  text-align: center;
}
.prices_note h1 {
  font-family: "botros", sans-serif;
  color: #15ff00;
  /* font-weight: bold; */
  font-size: 45px;
  letter-spacing: 0.025em;
  line-height: 50px;
}
.prices_note .f_l {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.prices_note .f_lc {
  color: var(--MAIN-MASTARD);
  font-size: 16px;
  font-weight: bold;
  margin-top: -5px;
}
.prices_note .gg {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.gg .sub_g {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;

  margin-top: 20px;
}
.sub_g span:not(.plus) {
  padding: 20px;
  border-radius: 10px;
  background-color: black;
  color: var(--MAIN-MASTARD);
  font-size: 20px;
  font-weight: bold;
}
.sub_g .plus {
  color: var(--MAIN-MASTARD);
  font-size: 24px;
  font-weight: bold;
}

.dg_wlts {
  height: 40px;
  width: 100%;
  background-color: transparent;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dg_wlts img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  object-fit: contain;
}
/* =================main content==================== */

.main-buttons {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 10px 30px;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  margin: 0 0 60px;
  direction: rtl;
}

/* ------- wrapping a with div just to keep 3 only in a row ------- */
.main-buttons > div {
  flex: 0 0 30%;
}
/* ------------------------------------------------------------------- */

.main-buttons a {
  width: 150px;
  height: max-content;
  cursor: pointer;
  font-size: 20px;
  text-wrap: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;

  padding: 5px;
  margin: 0 auto;
  border: none;
  outline: none;
  box-shadow: 0 0 5px var(--MAIN-BLACK);
  font-family: serif;
  font-weight: bold;
  color: var(--MAIN-BLACK);
  background-color: var(--WHITE);

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main-buttons a:any-link {
  text-decoration: none;
}
.main-buttons a:hover {
  background-color: var(--MAIN-MASTARD);
}

.main-buttons a img {
  width: auto;
  height: 50px;
  background-color: transparent;
}

/* -------- cats_wrapper ------- */

.cats_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 20px;
  column-gap: 8px;
  padding: 10px;
  margin: 50px 0 30px;
}

/* there are media query for it below  */
.cat_card {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  min-width: 165px; /* -- general -----*/
}

.cat_card > span {
  color: #15ff00;
  font-size: 15px;
  font-family: "Cairo";
}
.cat_card .img_wrap {
  height: 100px; /*-- general ---*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px #15ff00;
  background-color: black;
  border-radius: 6px;
  padding: 6px;
  text-decoration: none; /* important */
}

.img_wrap:any-link {
  text-decoration: none;
}
.cat_card img {
  /* height: 180px;
  width: auto; */
  pointer-events: all;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  object-fit: contain;
}
/* -------- floating btns ------- */
.fab-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}

.fab {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--MAIN-MASTARD);
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0 0 8px var(--MAIN-MASTARD);
  transition: transform 0.3s;
}

.fab:hover {
  background-color: black;
  color: var(--MAIN-MASTARD);
}
.fab.open {
  transform: rotate(45deg);
  background-color: black;
  color: var(--MAIN-MASTARD);
}
.fab-options {
  position: absolute;
  bottom: 50px;
  right: 7px;
  display: none;
  z-index: 1000;
}
.fab-option {
  background-color: var(--MAIN-MASTARD);
  color: black;
  border-radius: 7px;
  padding: 5px 7px;
  width: max-content;
  box-shadow: 0 0 5px var(--MAIN-MASTARD);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}
.fab-option:last-of-type {
  margin-bottom: 0;
}
.fab-option:hover {
  box-shadow: 0 0 8px var(--MAIN-MASTARD);
}

.fab-option a {
  width: max-content;
  height: max-content;
  font-size: 15px;
  border: none;
  outline: none;
  font-family: serif;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  gap: 4px;
}

.fab-option a:any-link {
  text-decoration: none;
}

.fab-option a img {
  width: auto;
  height: 20px;
  background-color: transparent;
}

/* -------- clients ------- */

.btm_clients {
  /* position: fixed;
  bottom: 0;
  left: 50%; */
  width: max-content;
  border-top: 2px solid white;
  background-color: #111111;
  padding: 5px 30px;
  text-align: center;
  margin: 20px auto;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
}

.btm_clients > span {
  display: block;
  margin: 5px auto;
  font-weight: bold;
  color: var(--MAIN-MASTARD);
  font-size: 14px;
}
.btm_clients .clients {
  font-size: 22px;
  color: white;
}
.btm_clients .clients .post_span {
  color: var(--MAIN-MASTARD);
}
/* --------- media queries ------------ */

/* @media (max-width: 576px) {
  .main-buttons a {
    font-size: 18px;
    width: 130px;
  }
  .main-buttons a img {
    width: auto;
    height: 38px;
  }
} */

/* -------- here for small mobiles - we show only one cat card ------- */
@media (max-width: 365px) {
  .cat_card {
    min-width: 320px;
  }
  .cat_card .img_wrap {
    height: 180px;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .cat_card {
    min-width: 280px;
  }
  .cat_card .img_wrap {
    height: 160px;
    width: 100%;
  }
  .cat_card > span {
    font-size: 14px;
  }
}
/* -------- here for small mobiles - we show only one cat card also ------- */

@media (max-width: 322px) {
  .cat_card {
    min-width: 250px;
  }
  .cat_card .img_wrap {
    height: 140px;
    width: 100%;
  }
  .cat_card > span {
    font-size: 13px;
  }
}

/*
@media (max-width: 340px) {
  .cat_card .img_wrap {
    height: 125px !important;
    width: 250px !important;
  }
} */

/* ------------------ */
