*{
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Tajawal;
  src: url(./../Tajawal/Tajawal-Medium.ttf);
}

body{
  direction: rtl;
  font-family: Tajawal;
  /* min-height: 100vh; */
  background: linear-gradient(332deg, rgb(255, 255, 255) 63%, rgba(227, 27, 1, 0.73) 45%);
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  body{
    background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgba(227, 27, 1, 0.73) 5%);
  }
}
.main-content{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.main-content .logo{
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (max-width:767px) {
  .main-content .logo{
    margin-bottom: 0;
  }
}
.main-content .logo img{
  width: 180px;
}
.main-content p{
  font-size: 25px;
}
.main-content span{
  color: #e31b01;
  margin-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.download-apps .app-img:not(:last-child){
  margin-left: 10px;
}
.download-apps .app-img img{
  width: 160px;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .app-shoot{
    margin-top: 40px;
  }
}
.app-shoot img{
  width: 100%;
}