.footer_floating_bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer_floating_bar .image-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer_floating_bar .image-group img {
  height: 40px;
}
.floating_footer_container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 30px solid var(--primary-foreground);
  padding: 20px 20px;
  background: url("../assets/partner_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 216px;
}

/* .floating_footer_container.dofixed {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  z-index: 1000;
  min-height: 150px;
} */
/* .home .footer-section {
  position: relative;
  top: -170px;
} */

/* .home footer {
  margin-bottom: 0px;
} */

.footerLogo {
  position: relative;
  width: 100%;
}
.footerLogoBox {
  position: absolute;
  top: 0px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
}
.footerLogoBox img {
  width: 90px;
}

footer .add_bottom_margin {
  margin-bottom: 325px;
}

.buttom_fotter_top a:focus {
  outline: none;
}

.buttom_fotter_top a:focus-visible {
  outline: none;
}
.buttom_fotter_top {
  background-color: var(--primary-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  font-size: 3.2rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
}

.buttom_fotter_top a {
  font-weight: bold;
  color: var(--secondary-foreground);
  text-decoration: none;
}

.buttom_fotter_top a:hover {
  text-decoration: underline;
}
.buttom_fotter_top a {
  text-align: center;
  font-size: 2rem;
}
.buttom_fotter_buttom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary-foreground);
}
.buttom_fotter_buttom p {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-weight: bold;
  letter-spacing: 1px;
}

.buttom_fotter_buttom {
  padding: 10px 150px;
}
@media only screen and (min-width: 432px) and (max-width: 900px) {
  /* .home .footer-section {
    top: 0;
  } */
  /* .floating_footer_container.dofixed {
    position: relative;
  } */

  .floating_footer_container::after {
    display: none !important;
  }
  .footerLogoBox {
    display: none;
  }

  .floating_footer_container {
    padding: 20px;
  }
}
#buttom_copyright_logo {
  width: 100px;
}
@media only screen and (max-width: 720px) {
  .buttom_fotter_buttom {
    padding: 10px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  /* .floating_footer_container.dofixed {
    bottom: 0;
    position: relative;
  } */
  .footer_floating_bar p {
    flex-direction: column;
  }
  .footerLogo {
    grid-template-columns: 1fr;
  }
  .footerLogoBox {
    display: none;
  }
  .buttom_fotter_top a{
    font-size: 1.6rem;
  }
  .copyright_text{
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footerLogoBox {
    display: none;
  }
}

/* @media only screen and (min-width:900px) and (max-width: 960px){
  .home .footer-section {
    top: -170px;
  }
} */
