footer {
  background: url("../../images/footer_back.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  /* border-top: 5px solid #7fbf47; */
}

footer .row > div {
  text-align: right;
}

footer .mb-none {
  margin-bottom: 0;
}

footer p,
footer a,
footer h1 {
  color: #fff;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
  display: flex;
  justify-content: flex-end;
}

footer a:hover p {
  transform: scale(1.05);
  color: #7fbf47 !important;
}

footer h1 {
  font-size: 28px;
  font-family: "Al-Jazeera-Regular";
  margin-bottom: 30px;
  position: relative;
}

footer h1::before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  height: 28px;
  background-color: #7fbf47;
  width: 3px;
}

footer img {
  max-width: 223px;
  width: 100%;
  margin-top: 10px;
  /* border-radius: 5px; */
  display: block;
  margin: auto;
  margin-bottom: 22px;
}

footer p i {
  margin-left: 10px;
}

footer .media-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer .media-links i {
  width: 30px;
  height: 30px;
  border-radius: 16px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  background: #7fbf47;
  margin-top: 10px;
  margin-right: 10px;
  color: black;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

footer .media-links i:hover {
  transform: scale(1.08);
  box-shadow: 2px 4px 12px #54545490;
}

footer .f-rev {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  footer h1 {
    white-space: nowrap;
    font-size: 22px;
  }

  footer h1::before {
    height: 20px;
  }

  footer p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  footer h1 {
    margin-top: 30px;
  }

  footer .media-links {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  footer .media-links i {
    margin: 20px 0 10px 10px;
  }

  footer img {
    margin: auto;
  }
}

.app-sec {
  display: flex;
  justify-content: space-evenly;
}

.app-sec img {
  max-width: 120px !important;
  margin: 0 0 8px 0;
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  cursor: pointer;
}

.app-sec img:hover {
  transform: translateY(-2px);
  box-shadow: 1px 1px 5px gray;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}


footer .flag {
  width: 20px !important;
  height: 10px !important;
  margin-right: 4px;
  border-radius: 1px;
  margin-top: 8px;
}
