.takhfif {
  background-color: #FF6D02;
}

.takhfif__text img {
  width: 90px;
  padding: 1em 0;
}

.takhfif__form {
  background-color: #080819;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
}

.takhfif input {
  height: 50px;
  width: 65%;
  border-radius: 32px;
  padding: 0 2em;
}

.takhfif button {
  color: #fff;
  border-radius: 36px;
  background-color: #FF6D02;
  width: 190px;
  height: 50px;
  line-height: 50px;
}

.footer {
  background-color: #F3F3F9;
}

.options__div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.options__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-gap: unset;
}

.options__row img {
    width: auto;
    height: 90px;
}

.footerNavigation__holderDiv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.footerNavigation h3 {
  margin-bottom: 1em;
}

.footerNavigation__li {
  position: relative;
  margin-right: 1em;
}

.footerNavigation__li::before {
  content: "";
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url(../img/left-arrow4.png);
  background-position: center;
  background-repeat: no-repeat;
}

.footerNavigation__socials {
  text-align: center;
}

.footerNavigation__calls {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footerNavigation__call {
  text-align: right;
  margin: 1em 0;
}

.namad,
.copyRight {
  background-color: #D4D3E3;
}
/*# sourceMappingURL=footer.css.map */
