.ae-footer .ae-footer-container {
  position: relative;
  background-image: url("/assets/img/bg_footer_2.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ae-footer .ae-footer-container::before {
  position: absolute;
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(180deg, #121228 18%, #121228bd 100%);
}
.ae-footer .ae-footer-container .ae-footer-inner {
  position: relative;
  padding-bottom: 5em;
}
.ae-footer .ae-footer-container .ae-shape-the-future {
  background-color: transparent;
  background-image: linear-gradient(135deg, #0a89ff 0%, #ff3bf6 100%);
  border-radius: 10px 10px 10px 10px;
  padding: 3em 4em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6em;
  margin-top: -7em;
  position: absolute;
}
.ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-lft {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
  border-right: 1px solid #ffffff33;
  padding-right: 4em;
}
.ae-footer
  .ae-footer-container
  .ae-shape-the-future
  .ae-shape-the-future-lft
  .ae-seperator {
  border-block-start: 5px solid #02e0b8;
}
.ae-footer
  .ae-footer-container
  .ae-shape-the-future
  .ae-shape-the-future-lft
  .ae-shape-the-future-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 1.1em;
  color: #ffffff;
}
.ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-rgt {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ae-footer
  .ae-footer-container
  .ae-shape-the-future
  .ae-shape-the-future-rgt
  .ae-shape-the-future-rgt-text {
  font-family: "Yantramanav", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
}
.ae-footer .ae-footer-container .ae-footer-list-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding-top: 12em;
}
.ae-footer .ae-footer-container .ae-footer-list-container .ae-footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-logo
  .ae-logo
  img {
  height: 42px;
  object-fit: contain;
  object-position: center center;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-logo
  .ae-footer-logo-text {
  font-family: "Yantramanav", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #ffffff;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list-title {
  font-family: "Yantramanav", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #ffffff;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list
  .ae-footer-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list
  .ae-footer-list-item
  a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list
  .ae-footer-list-item
  a
  img {
  height: 7px;
  width: 7px;
}
.ae-footer
  .ae-footer-container
  .ae-footer-list-container
  .ae-footer-list-inner
  .ae-footer-list
  .ae-footer-list-item
  .ae-footer-list-item-text {
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #797a8c;
}
.ae-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 0;
}
.ae-footer-bottom .ae-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.ae-footer-bottom .ae-footer-copyright {
  font-family: "Heebo", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  color: #797a8c;
}
@media (max-width: 767px) {
  .ae-footer .ae-footer-container .ae-shape-the-future {
    flex-direction: column;
    padding: 20px;
    gap: 18px;
    margin: -7em 1em;
  }
  .ae-footer .ae-footer-container .ae-footer-inner {
    padding-bottom: 1em;
  }
  .ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-lft {
    width: 100%;
  }
  .ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-rgt {
    width: 100%;
  }
  .ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-lft .ae-shape-the-future-title {
    font-size: 25px;
  }
  .ae-footer .ae-footer-container .ae-shape-the-future .ae-shape-the-future-rgt .ae-shape-the-future-rgt-text {
    font-size: 17px;
  }
  .ae-footer .ae-footer-container .ae-footer-list-container {
    flex-direction: column;
    padding: 207px 20px 10px;
  }
  .ae-footer .ae-footer-container .ae-footer-list-container .ae-footer-logo {
    width: 100%;
  }
  .ae-footer .ae-footer-container .ae-footer-list-container .ae-footer-logo .ae-footer-logo-text {
    font-size: 16px;
  }
  .ae-footer-bottom {
    padding: 2em 1em;
  }
  .ae-footer-bottom .ae-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }
  .ae-footer-bottom .ae-footer-copyright {
    text-align: center;
  }
}