@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;500;700&family=Open+Sans:wght@300;400;500&family=Poppins:wght@300;400;500;600&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --flex: #1784ef;
  --opsty-flex: #e3f2ff;
  --befor-coler: #1277dd36;
  --white: #fff;
  --dark: #000;
  --kohle: #09022e;

  --transition: all 400ms ease;
}

* {
  font-family: "Tajawal", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  text-decoration: none !important;
}

html {
  font-size: 10px !important;
  scroll-behavior: smooth;
  line-height: 1.7;
}

::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  line-height: 1.7;
}

input:focus,
select:focus {
  outline: none;
}

button:disabled {
  cursor: not-allowed;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

nav {
  background-color: var(--white-color);
  height: 8.8rem;
  display: flex;
  align-items: center;
  box-shadow: 1px 0 3px rgba(20, 20, 43, 0.09);
}
.nav-link {
  background-color: var(--opsty-flex);
  color: var(--flex);
  border: 1px solid var(--flex);
  border-radius: 0.7rem;
  width: 14.4rem;
  height: 4.4rem;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  font-size: 1.5rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  -o-border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.nav-link svg {
  fill: var(--flex);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.nav-link:hover svg,
.nav-link:focus svg {
  fill: var(--opsty-flex);
}
.nav-link:hover,
.nav-link:focus {
  color: var(--opsty-flex);
  background-color: var(--flex);
}
.language {
  background-color: var(--dark);
  color: var(--white);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 8.9rem;
  height: 4.4rem;
}
.language svg {
  fill: var(--white);
}
.navbar-toggler svg {
  fill: var(--flex);
  width: 3rem;
  height: 3rem;
}
.heder {
  border-top: 2.4rem solid var(--flex);
}
.heder {
  background-image: url(../img/Slider.png);
  background-size: cover;
  width: 100%;
  height: 44rem;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.start-projct {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
}
.start-projct button {
  width: 40rem;
  font-weight: 600;
  height: 5.6rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  font-size: 2.1rem;
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.start-projct a {
    width: 40rem;
    font-weight: 600;
    height: 5.6rem;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
    font-size: 2.1rem;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
.one-projct {
  background-color: var(--flex);
  color: var(--white);
}
.one-projct svg {
  fill: var(--white);
}
.tow-projct svg {
  fill: var(--flex);
}
.tow-projct {
  background-color: var(--opsty-flex);
  color: var(--flex);
}
.tecnk-code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  gap: 3rem;
  flex-direction: column;
}
.heder h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 3.2rem;
}
.heder h3 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 400;
}
.servse-conten {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.serfes {
  font-size: 4rem;
  font-weight: 700;
}
.serfes::after {
  content: " _____ ";
  color: var(--befor-coler);
}
.serfes::before {
  content: " _____ ";
  color: var(--befor-coler);
}
.servse-conten h3 {
  font-size: 2.4rem;
  color: #717171;
  font-weight: 400;
}
.sleed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}
.sleed img {
  width: 7rem;
}
.tek-flex-code {
  background-color: var(--flex);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 4rem;
  line-height: 3rem;
}
.bor-tek {
  padding-right: 2rem;
  border-right: 1rem solid;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  color: var(--white);
}
.bor-tek li {
  font-size: 1.5rem;
}
ul {
  padding-right: 2rem;
}
.tek-flex-code img {
  width: 28.8rem;
  margin: auto;
  height: 14.4rem;
}
.clint-conten {
  background-color: var(--opsty-flex);
}
.clint-conten-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-text {
  font-size: 1.6rem;
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-body {
  padding: 0.5rem 1.2rem;
}
.detels {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card {
  border: 1px solid var(--kohle);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card-img-top {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.mba-conten {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-one {
  border: 1px solid var(--kohle);
  width: 30rem;
  height: 25.5rem;
  padding: 1rem;
  gap: 2rem;
  text-align: center;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.box-one svg {
  width: 6.5rem;
  height: 5.6rem;
  fill: var(--dark);
  background-color: var(--opsty-flex);
  padding: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.box-one h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.box-one p {
  font-size: 1.4rem;
}
.order-serf {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 5rem;
  font-size: 2.1rem;
  font-weight: 600;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.works-conten {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.projct-app {
  width: 36.8rem;
  height: 28.6rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.projct-app img {
  object-fit: cover;
  width: 36.8rem;
  height: 28.6rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.app {
  background-color: var(--opsty-flex);
  margin: 0;
  position: absolute;
  top: 100%;
  padding: 1rem;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.app h2,
.app h1 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
.projct-app a,
.projct-app svg {
  font-size: 2rem;
  color: var(--flex);
  fill: var(--flex);
  font-weight: 600;
}
.meza {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.me-work {
  background-color: var(--opsty-flex);
  padding: 2rem 0;
}
.meza-work {
  text-align: center;
}
.qylety {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.qylety img {
  width: 4.5rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-img {
  border: 1px solid var(--kohle);
  width: 30rem;
  height: 26.5rem;
  padding: 2.4rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.client-img h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.client-img h6 {
  font-size: 1.4rem;
  font-weight: 400;
}

.swiper-pagination-bullet {
  margin-top: 3rem !important;
  width: 3rem !important;
  height: 1.7rem !important;
  border-radius: 0.6rem !important;
  -webkit-border-radius: 0.6rem !important;
  -moz-border-radius: 0.6rem !important;
  -ms-border-radius: 0.6rem !important;
  -o-border-radius: 0.6rem !important;
}
.avtar {
  width: 6.4rem !important;
  height: 6.4rem !important;
}
.fote {
  background-color: var(--flex);
  padding: 2rem;
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  background-color: var(--dark);
  color: var(--white);
}
.foot-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
.foot-flex img {
  width: 28.8rem;
  height: 14.4rem;
}
.foot-flex span {
  background-color: var(--white);
  padding: 1rem;
  width: 28.8rem;
  border-radius: 0.8rem;
  color: var(--dark);
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.foot-flex span p {
  font-size: 1.6rem;
  font-weight: 400;
}

.foot-flex span svg {
  fill: var(--flex);
}
.mohem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mohem ul li {
  list-style: none;
}
.mohem ul li a {
  font-size: 2rem;
  color: var(--white);
}
.mohem ul a {
  font-size: 2.2rem;
  color: var(--white);
}
.in-mojem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.in-mojem h2 {
  font-size: 2.2rem;
  color: var(--white);
}
.in-mojem h3 {
  font-size: 2rem;
  color: var(--white);
}
.in-mojem input {
  width: 28.8rem;
  height: 4rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  border: 0;
}
.fot-hr {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--white);
}
hr {
  fill: var(--white);
  color: var(--white);
}
.fot-hr svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--white);
}

.navbar-nav {
  background-color: var(--white);
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 540px) {
  .tecnk-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .heder h1 {
    font-size: 2.6rem;
  }
  .start-projct button {
    width: 25rem;
    height: 4.2rem;
    font-size: 1.5rem;
  }
  .start-projct a {
    width: 25rem;
    height: 4.2rem;
    font-size: 1.5rem;
  }
  .servse-conten h3 {
    text-align: center;
  }

  .tek-flex-code img {
    width: 20rem;
    margin: 1rem auto;
    height: 10rem;
  }
  .bor-tek {
    border: 0;
    font-size: 1.5rem;
  }
  .tek-flex-code {
    padding: 1rem;
  }
  .card-clint-sied {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }
  .serfes {
    font-size: 2.5rem;
  }
  .order-serf {
    width: 30rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .projct-app {
    margin-top: 2rem;
  }
  .qylety h6 {
    font-size: 1.5rem;
  }
  .qylety {
    display: flex;
    flex-direction: column;
  }
  .foot-flex img {
    width: 20.8rem;
    height: 10.4rem;
  }
  .mohem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .in-mojem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fot-hr {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer h1 {
    padding: 1rem;
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .tecnk-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .heder h1 {
    font-size: 3rem;
  }
  .start-projct button {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
  .start-projct a {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
  .servse-conten h3 {
    text-align: center;
  }

  .tek-flex-code img {
    width: 20rem;
    height: 10rem;
  }
  .bor-tek {
    border: 0;
    font-size: 1.5rem;
  }
  .tek-flex-code {
    padding: 1rem;
  }
  .card-clint-sied {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }
  .serfes {
    font-size: 2.5rem;
  }
  .order-serf {
    width: 30rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .projct-app {
    width: 36.8rem;
    height: 28.6rem;
  }
  .projct-app img {
    width: 31rem;
    height: 25rem;
  }
  .app {
    width: 70%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
  }
  .qylety h6 {
    font-size: 1.5rem;
  }
  .qylety {
    display: flex;
    flex-direction: column;
  }
  .foot-flex img {
    width: 20.8rem;
    height: 10.4rem;
  }
  .mohem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .in-mojem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fot-hr {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  footer h1 {
    padding: 1rem;
    font-size: 1.5rem !important;
  }
}
.order-conte{
    background-color: var(--opsty-flex);
  }
  .Contact {
    padding-top: 25px;
    color: #333;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  .lab {
    margin-bottom: 8px;
    color: #333;
    font-size: 1.5rem;
  }

  .conta-inpu, textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .conta-inpu[type="submit"] {
    background-color: var(--flex);
    color: var(--white);
    cursor: pointer;
    font-size: 1.5rem;
  }

  /* .conta-inpu[type="submit"]:hover {
    background-color: var(--opsty-flex);
    color: var(--flex);
  } */

  @media (max-width: 600px) {
    form {
      width: 100%;
    }
  }
@media (max-width: 920px) {
}
