/*footer*/
.footer {
  width: 100%;
  position: relative;
}

.fooer_bg img {
  width: 100%;
  display: block;
}

.footer_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8vw 11vw 5vw 11vw;
}

.faisaliah_group {
  margin-bottom: 9vw;
}

.ft-info {
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 9vw; */
}

.social-links {
  margin-bottom: 2vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faisaliah_group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-logo img {
  width: 100%;
  display: block;
}

.ft_links {
  display: flex;
  gap: 8vw;
}

.ft_about ul li a,
.ft_insights ul li a {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.ft_about ul,
.ft_insights ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ft_about ul li,
.ft_insights ul li {
  margin-bottom: 1.5vw;
}

.mail_links {
  display: flex;
  align-items: center;
  gap: 4vw;
}

.mail_links a {
  color: #fff;
  font-size: 1.2vw;
  position: relative;
  padding-bottom: 5px;
}

.copyright a {
  display: flex;
  align-items: center;
}

.icons_container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 1.5vw;
  justify-content: center;
}

.follow_icons {
  display: flex;
  gap: 3vw;
  align-items: center;
}

.follow_icons p {
  font-size: .8vw;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  font-weight: 500;
}

.copyright {
  display: flex;
  gap: 2vw;
  align-items: center;
}

.copyright a {
  color: rgba(255, 255, 255, 0.4);
  font-size: .8vw;
}

.ft_icon a svg {
  width: 1vw;
  height: 1vw;
  display: block;
}

.mail_adress h3 {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1vw;
  padding-left: 2vw;
  font-size: .8vw;
  position: relative;
}

.mail_adress input {
  background: transparent;
  border: none;
  margin-right: 4vw;
  color: #ffff;
}

.mail_adress input:focus {
  color: white;
}

.mail_adress input::placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1vw;
  font-weight: 100;
}

.afg_email {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1vw 1.5vw 0.9vw 1.5vw;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  cursor: pointer;
  position: relative;
}

.afg_email svg {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  right: 17px;
  background: rgba(255, 255, 255, 0.4);
  padding: 7px;
  border-radius: 33px;
}

.afg_email svg:before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}

.ft-logo {
  width: 36%;
}

.mail_links a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(200, 224, 126, 1);
  border-radius: 33px;
  transition: all .6s ease-in-out;
}

.follow_icons p:before {
  content: "";
  position: absolute;
  top: .4vw;
  right: 0;
  width: 1.2vw;
  height: 2px;
  background: rgba(200, 224, 126, 1);
  left: -2vw;
}

.lower_ft {
  padding-right: 9vw;
}

.mail_adress h3:before {
  content: "";
  position: absolute;
  top: .5vw;
  left: 0;
  width: 1.2vw;
  height: 2px;
  background: rgba(200, 224, 126, 1);
}
.ft_about ul li a:before, .ft_insights ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffff;
    bottom: 0;
    left: -100%;
    transition: all .6s ease-in-out;
}

.ft_about ul li a:hover:before, .ft_insights ul li a:hover:before {
    left: 0;
}

.ft_about ul li a:hover, .ft_insights ul li a:hover {
    color: #C8E07E;
}

.mail_links a:hover:before {background: #fff;}

.mail_links a:hover {
    color: rgba(200, 224, 126, 1);
}

.copyright a:hover {
    color: #ffff;
}

.ft_icon a:hover svg path {
    fill: #fff;
}

.ft_icon a svg path {
    transition: all .5s ease-in-out;
}
.copyright p {
    color: rgba(255, 255, 255, 0.4);
    font-size: .8vw;
    transition: all .6s ease-in-out;
}

.copyright p:hover {
    color: #ffff;
}

.afg_email button {
    position: absolute;
    right: 0;
    top: .8vw;
}

