@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
html,
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  background: #252525;
  background: url("../images/hero.png") top right;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Noto Kufi Arabic', sans-serif;
  height: 100vh;
}

a {
  color: inherit;
}

.container {
  max-width: 1200px;
}

.container .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.container .header .logoHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}

.container .header .logoHolder img {
  max-height: 60px;
}

.container .header .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container .header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container .header ul li {
  float: left;
  margin-left: 20px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.container .header ul li:hover {
  color: #d31e49;
}

.container .header ul #contact {
  background: #d31e49;
  color: #fff;
  border-radius: 30px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .cardHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  margin: 50px;
  margin-top: 150px;
  background: #fff;
  max-width: 50vh;
  padding: 30px;
}

.container .cardHolder h3 {
  margin: 0;
}

.container .cardHolder .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.container .cardHolder .download img {
  max-width: 49%;
  cursor: pointer;
}

.modal-container {
  color: #999;
  padding: 100px;
}

.x {
  width: 50px;
  height: 50px;
  background: #252525;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  position: fixed;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
}

.footer ul li {
  float: left;
  margin-left: 20px;
}

.footer #copyright {
  position: absolute;
  right: 50px;
}

@media (max-width: 660px) {
  html,
  body {
    background: #fff;
  }
  .cardHolder {
    margin-top: 50px !important;
  }
  #copyright {
    display: none;
  }
  .logoHolder {
    width: 50px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .logoHolder img {
    height: 40px;
  }
  .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px !important;
    width: 100%;
  }
  .download img {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-container {
    padding: 30px !important;
  }
  .mailLogo {
    display: none;
  }
}
/*# sourceMappingURL=landing.css.map */