* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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 {
  width: 194px;
}
@media (max-width: 991px) {
  .header .logo {
    width: 160px;
  }
}

.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;
  }
}

.shopping {
  position: relative;
  padding-top: 88px;
  height: 989.85px;
  display: flex;
  align-items: center;
}
@media (max-width: 1439px) {
  .shopping {
    padding-top: 60px;
    height: 760px;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .shopping {
    height: 660px;
    padding-top: 60px;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .shopping {
    justify-content: center;
    align-items: flex-end;
    height: 683px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .shopping {
    z-index: -99;
  }
}

.shopping .interface {
  width: 691.5px;
  height: 901.85px;
  position: absolute;
  left: 0;
  z-index: -100;
}
@media (max-width: 1439px) {
  .shopping .interface {
    width: 600px;
    height: 700px;
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .shopping .interface {
    width: 500px;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .shopping .interface {
    width: 300px;
    height: 400px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1439px) {
  .shopping .text {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .shopping .text {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .shopping .text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.shopping .text p:first-child {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 20px;
}
.shopping .text p:first-child span {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .shopping .text p:first-child {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .shopping .text p:first-child {
    font-size: 40px;
  }
}

.shopping .text p:nth-child(2) {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .shopping .text p:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .shopping .text p:nth-child(2) {
    font-size: 18px;
  }
}

.products {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .products {
    padding-top: 70px;
  }
}

.products p.title {
  font-size: 80px;
  font-weight: 300px;
  margin-bottom: 25px;
  text-align: center;
}
.products p.title span {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .products p.title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .products p.title {
    font-size: 40px;
  }
}

.products .probox {
  width: 910px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .products .probox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .products .probox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 170px);
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .products .probox {
    grid-template-columns: repeat(2, 135px);
    gap: 20px;
  }
}

.products .product {
  width: 170px;
  height: 192px;
  background-color: black;
  border-radius: 20px;
  padding: 38px 20px 0 0;
}
@media (max-width: 1199px) {
  .products .product {
    width: 162px;
  }
}
@media (max-width: 991px) {
  .products .product {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .products .product {
    width: 135px;
    height: 160px;
    padding: 15px 10px 0 0;
  }
}

.products .product:nth-child(2),
.products .product:nth-child(4) {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .products .product:nth-child(2),
  .products .product:nth-child(4) {
    margin-top: 0;
  }
  .products .product:nth-child(4),
  .products .product:nth-child(5) {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .products .product:nth-child(4) {
    margin-right: 0;
  }
  .products .product:nth-child(5) {
    margin-right: 80px;
  }
}

.products .product:nth-child(3) {
  margin-top: 34px;
  background-color: #fafafa;
  box-shadow: 0 4px 50px 0 #00000040;
  border: 1px solid white;
}
@media (max-width: 991px) {
  .products .product:nth-child(3) {
    margin-top: 0;
  }
}

.products .product:nth-child(3) .text p:nth-child(2) {
  color: #5e6272;
}

.products .product img {
  width: 40px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .products .product img {
    margin-bottom: 4px;
  }
}

.products .product .text .protitle {
  font-weight: 300;
  color: white;
  margin-bottom: 3px;
}

.products .product:nth-child(3) .text .protitle {
  color: black;
}

.products .product .text p:nth-child(2) {
  font-size: 13px;
  font-weight: 300;
  color: #d2d2d2;
  line-height: 16px;
}

.products .product:nth-child(4) .text p:nth-child(2),
.products .product:nth-child(5) .text p:nth-child(2) {
  line-height: 24px;
}

.downloadapp {
  padding: 99px 0 98.93px 107.88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .downloadapp {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .downloadapp {
    padding: 70px 0;
    flex-direction: column;
  }
}

.downloadapp .interface {
  width: 430.74px;
  height: 765.07px;
}
@media (max-width: 1439px) {
  .downloadapp .interface {
    height: 680px;
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .downloadapp .interface {
    height: 600px;
    width: 340px;
  }
}
@media (max-width: 767px) {
  .downloadapp .interface {
    width: 240px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .downloadapp .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.downloadapp .text p:first-child {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 20px;
}
.downloadapp .text p:first-child span {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .downloadapp .text p:first-child {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .downloadapp .text p:first-child {
    font-size: 40px;
  }
}

.downloadapp .text p:nth-child(2) {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .downloadapp .text p:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .downloadapp .text p:nth-child(2) {
    font-size: 18px;
  }
}

.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: 12px;
  }
}
