/* Global */

@font-face {
  font-family: myFont;
  src: url(../fonts/ReadexPro-Medium.woff);
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: myFont, Arial, Helvetica, sans-serif;
}
li{
direction:rtl;
text-align: right ;




}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: #efefef;
  min-height: 100vh;
  position: relative;
}

.site-header {
  display: flex;
  position: relative;
  margin-top: 20px;
}

.site-header .main-img {
  width: 100%;
}

.site-header .main-img.md,
.site-header .main-img.sm {
  display: none;
}
.downloud-app {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  border: 2px solid #dedad7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #1b2837;
  cursor: pointer;
  transition: all 0.3s ease-in;

}
a{

 
 color:white;
  

}
.downloud-app:hover {

    background-color: #141b24;
 color:white;
  transform: translate(5px, -50%);
    
  }

.downloud-app img {
  width: 50px;
  border-radius: 10px;
}

.downloud-app h6 {
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
}

.the-app {
  padding-bottom: 100px;
}

.the-app .about-app {
  text-align: center;
  margin: 20px;
  margin-bottom: 60px;
}

.the-app .about-app h4 {
  font-size: 18px;
}

.the-app .imgs {
  margin: 0 20px;
  display: flex;
  position: relative;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  margin-top: 100px;
}

.the-app .imgs.sm {
  display: none;
}

.the-app .imgs.md {
  display: none;
}

/* .the-app .imgs.lg {
  display: none;
} */
.the-app .imgs img {
  /* width: 150px; */
  /* height: 270px;
   */

  height: fit-content;
  width: 15%;
  border: 4px solid #000;
  border-radius: 15px;
  margin: 8px;
  transition: all 0.3s ease-in;
  filter: drop-shadow(0px 3px 3px rgba(27, 40, 55, 0.7));
}

.the-app .imgs img:hover {
  transform: translateY(-50px) scale(1.1);
}

.the-app .imgs::after {
  content: "";

  background-color: #bfbab6;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 0 20px 20px 0;
  border-radius: 20px;
  z-index: -1;
}

footer {
  background-color: #1b2837;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
