.foot_sec1 {
  position: relative;
  padding: 4.375em 0 0;
}

.foot_sec1 .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.foot_sec1 .title_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 5em;
}

.foot_sec1 .text-img-desk {
  display: block;
}

.foot_sec1 .text-img-mob {
  display: none;
}

.foot_sec1 .footer-title {
  display: inline;
  font-family: var(--NS);
  font-size: 7.5em;
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
}

.foot_sec1 .footer-title .text-image {
  width: 100%;
  max-width: 11.25em;
  display: inline;
}

.foot_sec1 .title_wrap .wrap2 {
  display: flex;
  align-items: center;
}

/*---------------------------------------------------- MAIN FOOTER ----------------------------------------------------*/
.main_footer {
  background: #000000;
  padding: 3.125em 0;
  margin: 0 1.25em;
  border-radius: 1.5em;
  color: var(--white);
}

.main_footer .footer_wrap {
  display: flex;
  justify-content: space-between;
}

.main_footer .footer_wrap .f_about {
  width: 100%;
  max-width: 33%;
  border: 0;
  border-right: 1px solid #909090;
  padding: 1.563em 7.625em 4.125em 0;
}

.main_footer .footer_wrap .f_about .logo {
  width: 100%;
  height: 100%;
  max-width: 10.5em;
  max-height: fit-content;
  object-fit: contain;
  margin: 0 0 2.75em;
}

.main_footer .footer_wrap .f_about .f_desc {
  max-width: 17.5em;
  font-size: 1.375em;
  line-height: 1.318em;
  letter-spacing: 0;
}

.main_footer .footer_wrap .f_links {
  width: 100%;
  max-width: 70%;
  display: flex;
  justify-content: space-between;
  padding: 1.563em 0 4.125em 11.75em;
}

.main_footer .footer_wrap .f_links .q_links {
  max-width: 31%;
}

.main_footer .footer_wrap .f_links .q_links .title {
  font-size: 1.375em;
  line-height: 1.318em;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  margin: 0 0 1.273em;
}

.main_footer .footer_wrap .f_links .q_links .q_link {
  font-size: 1.375em;
  line-height: 1.318em;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--white);
  font-weight: 300;
  margin: 0 0 0.545em;
}

.main_footer .footer_wrap .f_links .q_links .q_link:last-child {
  margin: 0;
}

/*---------------------------------------------------- COPYRIGHT ----------------------------------------------------*/
.copyright {
  padding: 1.5em 0 1.313em;
}

.copyright .copy_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright .copy_box .copyright-text {
  width: 100%;
  font-size: 1.375em;
  line-height: 1.318em;
  letter-spacing: 0;
}

.copyright .copy_box .asresoft {
  display: inline;
  text-align: right;
}

.copyright .copy_box .asresoft a {
  display: inline;
  text-decoration: none;
  color: var(--black);
}

.copyright .copy_box .socials {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright .copy_box .socials .social_btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.75);
  padding: 0.455em 0.955em;
  border-radius: 5em;
  text-decoration: none;
  color: #181818;
  margin: 0 0.5em;
  font-size: 1.375em;
  line-height: 1.318em;
  letter-spacing: 0;
  transition: all 0.3s;
}

.copyright .copy_box .socials .social_btn:hover {
  background: var(--black);
  color: var(--white);
}


.copyright .copy_box .spacer {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .foot_sec1 .title_wrap .wrap1 {
    text-align: center;
  }

  .foot_sec1 .title_wrap .wrap2 {
    flex-direction: column;
  }

  .foot_sec1 .text-img-desk {
    display: none;
  }

  .foot_sec1 .text-img-mob {
    display: block;
  }

  .foot_sec1 .footer-img-title {
    display: flex;
    align-items: center;
  }

  .main_footer .footer_wrap .f_about {
    padding: 1.563em 2em 4.125em 0;
  }

  .main_footer .footer_wrap .f_links {
    padding: 1.563em 0 4.125em 2em;
  }
}

@media screen and (max-width: 767px) {
  .foot_sec1 .footer-title {
    font-size: 5.6em;
    line-height: 1.215;
  }

  .main_footer {
    padding: 3em 0;
    margin: 0 1em;
    border-radius: 1.25em;
  }

  .main_footer .footer_wrap {
    flex-direction: column;
  }

  .main_footer .footer_wrap .f_links {
    flex-direction: column;
  }

  .main_footer .footer_wrap .f_about {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #909090;
    padding: 0 0.5em 3.4em;
  }

  .main_footer .footer_wrap .f_about .logo {
    max-width: 13.1em;
    margin: 0 0 2.9em;
  }

  .main_footer .footer_wrap .f_about .f_desc {
    max-width: 100%;
    font-size: 1.4em;
    line-height: 1.715;
  }

  .main_footer .footer_wrap .f_links {
    padding: 3.4em 0 0 0.5em;
  }

  .main_footer .footer_wrap .f_links {
    max-width: 100%;
  }

  .main_footer .footer_wrap .f_links .q_links {
    max-width: 100%;
  }

  .main_footer .footer_wrap .f_links .q_links .title {
    font-size: 1.4em;
    line-height: 1.715;
    margin: 2.429em 0 1em;
  }

  .main_footer .footer_wrap .f_links .q_links:first-child .title {
    margin-top: 0;
  }

  .main_footer .footer_wrap .f_links .q_links .q_link {
    font-size: 1.4em;
    line-height: 1.715;
    margin: 0 0 0.715em;
  }

  .copyright {
    padding: 0.875em 0.0625em 1.1875em;
  }

  .copyright .copy_box {
    flex-direction: column;
  }

  .copyright .copy_box .copyright-text {
    font-size: 1.4em;
    line-height: 1.715;
  }

  .copyright .copy_box .asresoft {
    text-align: left;
    margin: 1.35em 0 0;
  }

  .copyright .copy_box .socials {
    margin-top: 1.9em;
    justify-content: flex-start;
  }

  .copyright .copy_box .socials .social_btn {
    font-size: 1.4em;
    line-height: 1.715;
    /* padding: 0.465em 1.677em; */
    padding: 0.465em 0.5em;
    margin: 0 1em 0 0;
    width: 100%;
    max-width: 11.1em;
    text-align: center;
  }


  .copyright .copy_box .socials .social_btn:last-child {
    margin-right: 0;
  }
}