/* Aero 10 */

/*----- FOOTER - Open -----*/

.footer-top.footer {
  padding-top: 1rem;
  border-top: 1px solid #d2d9e8;
  background-color: #fff;
}

.footer-top.footer .container {
  display: none;
}

.footer-blocks.footer {
  background-image: url("/themes/custom/aero10/images/footer-bg-01.jpg");
  background-color: #31436c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 8px;
}

.footer-blocks.footer p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer-blocks.footer .container {
  padding: 2rem 1rem 0 1rem;
}

.footer-blocks.footer .container .footer-blocks-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 2rem;
}

.footer-blocks.footer .footer-block.footer-one {
  padding: 0;
}

.footer-blocks.footer .footer-block.footer-one .first-col {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  z-index: 10;
  position: relative;
}

.footer-blocks.footer .footer-block.footer-one .first-col img {
  width: 224px;
  height: auto;
}

.footer-blocks.footer .footer-block.footer-two {
  padding: 0;
}

.footer-blocks.footer .footer-block.footer-two .second-col {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.footer-blocks.footer .footer-block.footer-two .second-col img {
  width: 224px;
  height: auto;
  display: none;
}

.footer-blocks.footer .footer-block.footer-three {
  position: relative;
  padding: 0;
  min-height: 220px;
}

.footer-blocks.footer .footer-block.footer-three #block-aero10-socialmedia {
  position: unset;
}

.footer-blocks.footer .footer-block.footer-three #block-aero10-socialmedia .block-content {
  position: unset;
}

.footer-hand {
  /* width: 344px; */
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  /* max-width: none; */
  transform: translateX(57px);
}

.footer-blocks.footer .footer-block.footer-three .third-col {
  display: flex;
  z-index: 10;
  position: relative;
}

.footer-blocks.footer .footer-block.footer-three .third-col ul {
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: 1rem;
  align-items: center;
}

.footer-blocks.footer .footer-block.footer-three .third-col ul li {
  display: block;
  padding: 0;
  border: none;
}

.footer-blocks.footer .footer-block.footer-three .third-col ul li a {
  display: block;
  padding: 0;
}

/* footer bottom */
.footer-bottom.footer {
  border-top: 1px solid #d2d9e8;
  background-color: #fff;
}

.footer-bottom.footer .container {
  padding: 2rem 1rem;
}

.footer-bottom.footer .footer-bottom-container {
  padding: 0;
}

.footer-bottom.footer .footer-bottom-container .website-copyright {
  display: none;
}

.footer-bottom.footer .footer-bottom-container .footer-bottom-last {
  width: 100%;
}

.footer-bottom.footer .footer-bottom-container .footer-bottom-last .region-footer-bottom-last {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

/* footer logos */
.footer-bottom.footer .footer-bottom-last ul.logos {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom.footer .footer-bottom-last ul.logos li {
  flex-shrink: 0;
}

.footer-bottom.footer .footer-bottom-last ul.logos li a:hover {
  text-decoration: none !important;
}

#block-aero10-copyright {
  flex-shrink: 0;
}

@media screen and (min-width: 600px) {
  .footer-hand {
    width: 500px;
    max-width: none;
    transform: translateX(123px);
  }
}

@media screen and (min-width: 768px) {
  .footer-hand {
    transform: translateX(55px);
  }

  .footer-bottom.footer .footer-bottom-container .footer-bottom-last .region-footer-bottom-last {
    flex-direction: row;
  }

  .footer-bottom.footer .footer-bottom-last ul.logos {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer-blocks.footer .container {
    padding: 0 1rem;
  }

  .footer-blocks.footer .container .footer-blocks-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-hand {
    width: 585px;
    transform: translateX(233px);
  }

  .footer-blocks.footer .footer-block.footer-one {
    padding: 4rem 0;
  }

  .footer-blocks.footer .footer-block.footer-two {
    padding: 4rem 0;
  }

  .footer-blocks.footer .footer-block.footer-three {
    padding: 4rem 0;
    /* min-height: 220px; */
  }

  .footer-blocks.footer .footer-block.footer-two .second-col img {
    display: block;
    visibility: hidden;
  }

  .footer-blocks.footer .footer-block.footer-three .third-col {
    justify-content: end;
  }
}

@media screen and (min-width: 1280px) {
  .footer-hand {
    transform: translateX(215px);
  }
}

/*----- FOOTER - Close -----*/

#footer-menu ul.menu {
  display: flex;
  margin-top: 1rem;
  gap: 0.625rem;
}

#footer-menu ul.menu .menu-item {
  align-items: center;
  display: flex;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  gap: 0.625rem;
}

#footer-menu ul.menu .menu-item::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 1px;
  background: rgb(255, 255, 255);
}

#footer-menu ul.menu .menu-item:last-child::after {
  display: none;
}

#footer-menu ul.menu .menu-item a {
  color: #fff;
  line-height: 100%;
}
