@font-face {
  font-family: DIN;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/D-DIN-Bold.otf") format("truetype");
}
body,
html {
  padding: 0 !important;
  margin: 0;
  background: #131133;
  font-family: "Noto Kufi Arabic";
  font-size: 16px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.flex-center {
  display: flex;
  align-items: center;
}

.container {
  padding: 0;
  position: relative;
  z-index: 9;
}

header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  right: 0;
  z-index: 99;
}
header.bg {
  transition: all 0.5s ease 0s;
  background-color: rgba(19, 17, 51, 0.79);
  padding: 5px 20px;
}
header .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  min-height: 50px;
}
header .container .bar {
  display: none;
}
header .container img {
  height: 50px;
  width: auto;
  position: absolute;
  left: 0;
  top: -25px;
  transition: all 0.5s ease 0s;
}
header .container .logo-lg {
  height: 120px;
  top: 40vh;
  margin-top: -100px;
  transition: all 0.5s ease 0s;
}
header .container ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container ul li {
  padding: 0 5px;
  position: relative;
  font-size: 20px;
}
header .container ul li a {
  color: #9D9DAB;
  text-decoration: none;
  outline: none;
  padding: 10px 15px;
}
header .container ul li a:hover {
  color: #ffffff;
}
header .container ul a {
  color: #9D9DAB;
  text-decoration: none;
  outline: none;
  padding: 10px 15px;
}
header .container ul a:hover {
  color: #ffffff;
}
header .container ul .active {
  color: #ffffff !important;
}

footer {
  padding: 40px 5px 20px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  font-size: 16px;
}
footer .container .block {
  display: flex;
  padding: 15px 15px;
  flex-direction: column;
  justify-content: center;
}
footer .container .block ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container .block ul li {
  padding: 10px 0;
}
footer .container .block ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 18px;
}
footer .container .block ul li a:hover {
  opacity: 0.6;
}
footer .container .block h3 {
  font-size: 25px;
  margin: 0 0 15px;
  color: #C11E5D;
}
footer .container .block span {
  margin: 0 0 10px;
  padding: 0 30px 0 0;
  color: #ffffff;
  position: relative;
  font-weight: 200;
  direction: ltr;
  text-align: right;
}
footer .container .block span a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
footer .container .block span a:hover {
  color: #C11E5D;
}
footer .container .block span i {
  position: absolute;
  top: 5px;
  right: 0;
  color: #C11E5D;
}
footer .container .block .media {
  display: flex;
  clear: both;
  margin: 15px 0 0;
  flex-direction: row;
  align-items: center;
  font-weight: 200;
}
footer .container .block .media div {
  display: block;
  text-align: left;
  direction: ltr;
}
footer .container .block .media a {
  text-decoration: none;
  outline: none;
}
footer .container .block .media a:hover {
  opacity: 0.7;
}
footer .container .block .media a img {
  width: auto;
  height: 22px;
  margin: 0 10px 0 -5px;
}
footer .container .copy {
  text-align: center;
  margin: 15px 0 0;
  color: #C11E5D;
  font-size: 13px;
}

section {
  clear: both;
  min-height: 100vh;
  padding: 50px 0;
  position: relative;
}

#home {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 0;
}
#home .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding: 60px 15px;
}
#home h1 {
  line-height: 1.4;
  font-weight: 800;
  text-align: left;
}
#home h1 span {
  color: #C11E5D;
}

#about,
#v-m {
  padding: 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .container,
#v-m .container {
  display: flex;
  height: unset;
  flex-direction: column;
  padding-right: 28%;
  position: relative;
  z-index: 9;
}
#about .container h1,
#v-m .container h1 {
  display: block;
  margin: 0 0 25px;
  font-weight: 500;
  color: #C11E5D;
  font-size: 40px;
}
#about .container p,
#v-m .container p {
  margin: 0;
  line-height: 2;
}
#about .bg1,
#v-m .bg1 {
  position: absolute;
  top: 35vh;
  left: 75%;
  width: 40vw;
  height: auto;
  z-index: 0;
  transition: all 0.2s ease 0s;
}
#about .on,
#v-m .on {
  top: 30vh;
}

#v-m .container {
  padding-bottom: 100px;
}

#value {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
#value .value-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: auto;
  z-index: 0;
}
#value .container {
  display: block;
  padding: 100px 0;
}
#value .container h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 100px;
}
#value .container .block {
  display: flex;
  flex-wrap: wrap;
}
#value .container .block .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#value .container .block .box img {
  width: auto;
  height: 60px !important;
  display: block;
  margin: 0 0 20px;
}
#value .container .block .box h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
#value .container .block .box p {
  margin: 0;
  line-height: 2;
}

#services {
  position: relative;
  display: flex;
  align-items: center;
}
#services img.services-img {
  position: absolute;
  left: 0;
  top: 40vh;
  width: 65vw;
  height: auto;
  z-index: 0;
}
#services .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services .serv {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services .container {
  max-width: 1000px;
}
#services .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services .container .block p {
  margin: 0;
  line-height: 2;
}

#services2 {
  position: relative;
  display: flex;
  align-items: center;
}
#services2 img.services-img {
  position: absolute;
  right: -140px;
  top: 50vh;
  width: 59vw;
  height: auto;
  z-index: 0;
}
#services2 .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services2 .serv {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services2 .container {
  max-width: 1000px;
  display: flex;
  flex-direction: row-reverse;
}
#services2 .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services2 .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services2 .container .block p {
  margin: 0;
  line-height: 2;
}

#services3 {
  position: relative;
  display: flex;
  align-items: center;
}
#services3 img.services-img {
  position: absolute;
  left: 0;
  top: 37vh;
  width: 45vw;
  height: auto;
  z-index: 0;
}
#services3 .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services3 .serv {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services3 .container {
  max-width: 1000px;
}
#services3 .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services3 .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services3 .container .block p {
  margin: 0;
  line-height: 2;
}

#services4 {
  position: relative;
  display: flex;
  align-items: center;
}
#services4 img.services-img {
  position: absolute;
  right: -260px;
  top: 47vh;
  width: 80vw;
  height: auto;
  z-index: 0;
}
#services4 .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services4 .serv {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services4 .container {
  max-width: 1000px;
  display: flex;
  flex-direction: row-reverse;
}
#services4 .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services4 .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services4 .container .block p {
  margin: 0;
  line-height: 2;
}

#services5 {
  position: relative;
  display: flex;
  align-items: center;
}
#services5 img.services-img {
  position: absolute;
  left: -60px;
  top: 18vh;
  width: 32vw;
  height: auto;
  z-index: 0;
}
#services5 .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services5 .serv {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services5 .container {
  max-width: 1000px;
}
#services5 .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services5 .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services5 .container .block p {
  margin: 0;
  line-height: 2;
}

#services6 {
  position: relative;
  display: flex;
  align-items: center;
}
#services6 img.services-img {
  position: absolute;
  right: 0;
  top: 47vh;
  width: 80vw;
  height: auto;
  z-index: 0;
}
#services6 .num {
  font-family: "DIN";
  color: #ffffff;
  font-weight: 900;
  font-size: 600px;
  letter-spacing: -30px;
  margin: 0 -50px;
}
#services6 .serv {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
#services6 .container {
  max-width: 1000px;
  display: flex;
  flex-direction: row-reverse;
}
#services6 .container .block h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 15px;
}
#services6 .container .block h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}
#services6 .container .block p {
  margin: 0;
  line-height: 2;
}

#projects {
  display: flex;
  padding: 60px 15px;
  text-align: center;
  align-items: flex-start;
}
#projects .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#projects .container h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 25px;
}
#projects .container nav {
  width: auto;
  margin: 0 0 20px;
}
#projects .container nav .nav-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #5E5D6C;
  border-radius: 10px;
  padding: 8px 5px;
  width: auto;
}
#projects .container nav .nav-tabs button.nav-link {
  outline: none;
  border: none;
  background: none;
  color: #CBCBCB;
  height: 30px;
  padding: 0 15px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 10px;
}
#projects .container nav .nav-tabs button.active {
  background: #ffffff;
  color: #100E33;
}
#projects .container .tab-pane ul {
  list-style: none;
  display: flex;
  margin: 0 auto 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 940px;
}
#projects .container .tab-pane ul li {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 300;
}
#projects .container .tab-pane ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 300;
}
#projects .container .tab-pane ul li a:hover {
  color: #f095b8;
}
#projects .container .tab-pane .gallery {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#projects .container .tab-pane .gallery .photo {
  padding: 2px;
  width: 12.5%;
}
#projects .container .tab-pane .gallery .photo img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 15px rgba(19, 17, 51, 0);
}
#projects .container .tab-pane .gallery .photo img:hover {
  transition: all 0.2s ease 0s;
  transform: scale(1.1);
  z-index: 99;
  box-shadow: 0 0 15px #131133;
}
#projects .container .tab-pane .gallery .photo:nth-child(odd) {
  width: 25%;
}
#projects .container .tab-pane .gallery .photo:last-child {
  width: 12.5%;
}

#customers {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#customers img.customers-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 0;
}
#customers .container {
  display: flex;
  flex-direction: column;
}
#customers .container h1 {
  color: #C11E5D;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 25px;
}
#customers .container .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#customers .container .logos .img {
  padding: 10px;
  height: 120px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
#customers .container .logos .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  body,
  html {
    font-size: 13px;
  }
  header {
    padding: 10px 15px;
  }
  header .container .bar {
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 999999;
    width: 30px;
    height: 22px;
  }
  header .container .bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  header .container .bar::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 75%;
    border-bottom: 1px solid #fff;
  }
  header .container .bar i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
  }
  header .container .bar i::after {
    content: "";
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  header .container .bar i::before {
    content: "";
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  header .container .bar.close::after {
    transition: all 0.5s ease 0s;
    opacity: 0;
  }
  header .container .bar.close::before {
    transition: all 0.5s ease 0s;
    opacity: 0;
  }
  header .container .bar.close i::before {
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  header .container .bar.close i::after {
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }
  header .container img {
    height: 30px;
    width: auto;
    top: -20px;
  }
  header .container .logo-lg {
    top: 40vh;
    left: 0;
    margin-top: -100px;
    max-width: 320px;
    height: 110px;
    transition: all 0.5s ease 0s;
  }
  header .container ul {
    display: flex;
    background: #131133;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease 0s;
    transform: scale(0);
  }
  header .container ul.on {
    transition: all 0.2s ease 0s;
    transform: scale(1);
    border-radius: 0;
  }
  header .container ul li {
    padding: 10px 0 !important;
    z-index: 999;
  }
  #home h1 {
    line-height: 1.5;
    font-size: 22px;
  }
  #about,
  #v-m {
    padding: 60px 20px;
  }
  #about .container,
  #v-m .container {
    padding-right: 20px;
  }
  #about .bg1 {
    top: 0;
    left: 80%;
    width: 80vw;
  }
  #value {
    padding-right: 20px;
    padding-left: 20px;
  }
  #value .value-img {
    width: 95%;
  }
  #value .container h1 {
    margin: 0 0 40px;
  }
  #services {
    padding: 0 25px;
  }
  #services .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -136px;
  }
  #services .serv {
    display: flex;
    align-items: start;
  }
  #services img.services-img {
    top: 0vh;
  }
  #services .container .block h3 {
    font-size: 20px;
  }
  #services2 {
    padding: 0 25px;
  }
  #services2 .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -136px;
  }
  #services2 .serv {
    display: flex;
    align-items: start;
  }
  #services2 img.services-img {
    top: 0vh;
    width: 55vh;
  }
  #services2 .container .block h3 {
    font-size: 20px;
  }
  #services3 {
    padding: 0 25px;
  }
  #services3 .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -100px;
  }
  #services3 .serv {
    display: flex;
    align-items: start;
  }
  #services3 img.services-img {
    top: 0vh;
    width: 55vh;
  }
  #services3 .container .block h3 {
    font-size: 20px;
  }
  #services4 {
    padding: 0 25px;
  }
  #services4 .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -100px;
  }
  #services4 .serv {
    display: flex;
    align-items: start;
  }
  #services4 img.services-img {
    top: 8vh;
    width: 100vh;
  }
  #services4 .container .block h3 {
    font-size: 20px;
  }
  #services5 {
    padding: 0 25px;
  }
  #services5 .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -100px;
  }
  #services5 .serv {
    display: flex;
    align-items: start;
  }
  #services5 img.services-img {
    top: -15vh;
    width: 50vh;
  }
  #services5 .container .block h3 {
    font-size: 20px;
  }
  #services6 {
    padding: 0 25px;
  }
  #services6 .num {
    font-size: 190px;
    letter-spacing: -5px;
    margin: 0 -15px;
    top: -100px;
  }
  #services6 .serv {
    display: flex;
    align-items: start;
  }
  #services6 img.services-img {
    top: 2vh;
    width: 60vh;
  }
  #services6 .container .block h3 {
    font-size: 20px;
  }
  #projects {
    padding-top: 0;
  }
  #projects .container nav .nav-tabs button.nav-link {
    height: 30px;
    padding: 0 8px;
    font-weight: 500;
    margin: 0px 4px;
    font-size: 12px;
  }
  #projects .container .tab-pane .gallery .photo {
    width: 50% !important;
  }
  #projects .container .tab-pane .gallery .photo:last-child {
    width: 100% !important;
  }
  #customers {
    padding-right: 25px;
    padding-left: 25px;
  }
  #customers .container .logos .img {
    height: 100px;
    width: 50%;
    margin: 5px 0;
  }
  footer {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    min-height: 100vh;
    align-items: center;
  }
  footer .container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  footer .container .block {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */