@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500&display=swap");
body {
  font-family: "Noto Kufi Arabic", sans-serif;
}
.navbar-brand {
  width: 200px;
  overflow: hidden;
}
img {
  max-width: 100%;
  width: 100%;
}
.center {
  text-align: center;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
li.nav-item {
  padding: 0px 10px;
}

a.nav-link.contact {
  background: #242a5a;
  border-radius: 9px;
  padding: 8px 18px !important;
  display: block;
  color: white !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel .item {
  height: 100%;
  margin-bottom: 60px;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  top: 60%;
  transform: translateY(-50%);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: calc(100vh - 125px);
}

.fill:before {
  content: "";
  position: absolute;
  background: #242a5a;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
section {
  padding: 100px 0px;
  line-height: 2em;
  position: relative;
  display: block;
}
section.aboutus {
  background: rgb(37 43 91/3%);
  position: relative;
}
section.aboutus:before,
section.customers:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/patt-bg.png");
  opacity: 0.05;
  background-repeat: no-repeat;
}
h2 {
  position: relative;
  font-size: 2.5em;
}

h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #8b8b8b;
  bottom: -10px;
}

section.services {
  background-color: #242a5a;
}

section.services h2,
.services {
  color: white;
}
section.services .item p {
  margin: 0;
  color: #242a5a;
  font-size: 19px;
}

section.services .item {
  background: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 22px;
  min-height: 168px;
  margin-bottom: 24px;
  transition: all 0.2s ease-in;
  position: relative;
}
section.services .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  display: block;
  height: 5px;
  background: #91af82;
}
section.services .item:hover:after {
  width: 100%;
  transition: all ease 0.6s;
}
section.services .item:hover {
  margin-top: -7px;
  box-shadow: 0 0 20px black;
  transition: all 0.2s ease-in;
}

.customers img {
  width: 122px;
  filter: grayscale(0);
}
.customers img:hover {
  filter: grayscale(0);
}
section.customers .col-md-3,
section.customers .col-md-2 {
  padding: 20px;
  text-align: center;
}

/* parteners */
section.pareners {
  background-color: #242a5a;
}
section.pareners .col-md-2 {
  padding: 20px;
  text-align: center;
}
section.pareners h2 {
  color: white;
}
section.pareners .item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 10px;
  height: 135px;
  border-radius: 10px;
}
.warp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.box-contacts {
  border-right: 3px solid black;
  padding-right: 18px;
}

.box-contacts h3 {
  font-size: 18px;
}

.box-contacts li {
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  padding-top: 26px;
}

.box-contacts li p {
  color: gray;
}
input.form-control {
  min-height: 45px;
}
.btn-submit {
  width: 100%;
  background: #242a5a;
  border: 0;
  padding: 10px;
}
section#extraservices {
  background: #f9f9f9;
}
.products .item {
  display: flex;
  background: #f4f5ff;
  padding: 20px;
  margin-bottom: 21px;
  height: 109px;
  align-items: center;
  justify-content: center;
}
.products .item h3 {
  font-size: 22px;
}
.socialicon {
  width: 50px;
  height: 50px;
  background: gainsboro;
  padding: 5px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: black;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 10px;
}
footer {
  text-align: center;
  padding: 15px;
  background: #efefef;
  font-size: 12px;
}
footer p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .navbar-brand {
    width: 100px;
  }
  h1 {
    font-size: 17px;
  }
  .carousel-caption {
    top: 45%;
  }

  h2 {
    font-size: 21px;
    margin-bottom: 22px;
  }

  section.pareners .item {
    overflow: hidden;
  }
}
