@font-face {
  font-family: 'saudi_riyal';
  src: url('../../saudi-riyal.ttf') format('truetype');
}


html[lang="ar"] {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 500;
}

html[lang="en"] {
 font-family: sans-serif;
 font-weight: 500;
}


.sar {
    font-family: "saudi_riyal";
    font-size: 20px;
}

.button--primary {
  background-color: #5fc967;
    font-size: 17px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #000000e1;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  text-decoration: none;
  text-align: center;
  color: white;

}

.floating-menu {
  width: 27vw;
  height: 100vh;
  position: fixed;
  width: 100vw;
  background: #dfdfdf;
  z-index: 1;
  bottom: 0;
  top: 0;
  right: 0;
  border-right: 2px solid #b5b5b5;
}

.closeMenu {
  top: 4px;
  position: absolute;
  right: 3.3px;
  border: none;
  border-radius: 66%;
  font-size: 22px;
  padding-top: 7.7px;
  padding-bottom: 11px;
  padding-left: 16.3px;
  padding-right: 16.3px;
  cursor: pointer;
}


.fas.fa-bars.menu{
  display: none;
}
.links-floating {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  /* color: black; */
  font-size: 30px;
  gap: 10px;
}

.links-floating a {
  color: black;
  text-decoration: none;
  font-family: sans-serif;
}




.footer{
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: auto;
    margin-top: auto;
  padding: 1rem;
  box-sizing: border-box;
  /* background: #9a909014; */
  font-size: 26px;
  border-top: 2px solid #aeaeae;
  margin-top: 45px;
  align-items: center;
}

.footer a {
  color: white;
  background: black;
  text-decoration: none;
  padding: 15px;
  border-radius: 50px;
  margin-top: 18px;
}

.hide{
  display: none;
}

.overflow {
  overflow: hidden;
}