* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Arabic", sans-serif;
  direction: rtl;
  position: relative;
  z-index: -4;
}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1200px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -3;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.downloadbutt {
  width: 279px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 34px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: transparent;
}
.apple {
  width: 24px;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .downloadbutt {
    width: 180px;
    height: 48px;
    font-size: 16px;
  }
  .apple {
    width: 20px;
  }
}

.header {
  position: relative;
  padding-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
@media (max-width: 767px) {
  .header {
    padding-top: 30px;
  }
}

.header .logo img {
  width: 194px;
}
@media (max-width: 991px) {
  .header .logo img {
    width: 160px;
  }
}

.header .logo {
  -webkit-tap-highlight-color: transparent;
}

.header .baricon {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 50%;
}
.header .baricon span {
  width: 55%;
  height: 5px;
  margin-bottom: 1px;
  border: 1px solid black;
  border-radius: 2.5px;
  background-color: white;
}
@media (max-width: 767px) {
  .header .baricon {
    display: flex;
  }
  .header .baricon:hover + .nav {
    top: calc(100% + 5px);
  }
}

.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media (max-width: 1439px) {
  .header .nav {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .nav {
    width: calc(100% - 2px);
    margin-left: 1px;
    position: absolute;
    left: 0;
    top: -180px;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    z-index: -1;
    transition: top 0.4s ease;
  }
}

@media (max-width: 767px) {
  .header .nav li {
    width: 100%;
  }
}

.header .nav a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1439px) {
  .header .nav a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header .nav a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .nav a {
    color: white;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .header .nav a:hover {
    color: black;
  }
}

.header .nav a.active {
  font-size: 28px;
  color: black;
}
@media (max-width: 1439px) {
  .header .nav a.active {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .header .nav a.active {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header .nav a.active {
    color: white;
  }
}

.header .nav li:not(:last-child) a {
  margin-left: 34px;
}
@media (max-width: 991px) {
  .header .nav li:not(:last-child) a {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .header .nav li:not(:last-child) a {
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.header .downloadbutt {
  width: 180px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  border-radius: 64px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1439px) {
  .header .downloadbutt {
    width: 140px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header .downloadbutt {
    width: 120px;
    height: 38px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .downloadbutt {
    display: none;
  }
}

.title {
  padding-top: 191px;
  position: relative;
  z-index: -2;
}
@media (max-width: 1439px) {
  .title {
    padding-top: 110px;
  }
}
@media (max-width: 1199px) {
  .title {
    padding-top: 90px;
  }
}

.title p:first-child {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 20px;
}
.title p:first-child span {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .title p:first-child {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .title p:first-child {
    font-size: 40px;
  }
}

.title p:nth-child(2) {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .title p:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .title p:nth-child(2) {
    font-size: 18px;
  }
}

.guid {
  padding-top: 63px;
  padding-bottom: 88px;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .guid {
    font-size: 22px;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .guid {
    font-size: 20px;
  }
}

.guid .space {
  margin-bottom: 30px;
}

.guid ul {
  padding-right: 40px;
}
.footer {
  width: 100%;
  height: 80px;
  background-color: black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .footer {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .footer {
    height: 40px;
  }
}

.footer .copyright {
  color: white;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .footer .copyright {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .footer .copyright {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 14px;
  }
}
