.footer-table-v2 {
  margin-top: 9.6rem;
  overflow: hidden;
}

.footer-table {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.85));
  display: block;
  color: #3d3c3c;
  margin-top: 8.6rem;
}

.footer-table-v2 p {
  font-size: 1.6rem;
  font-weight: 600;
}

.footer-table-width {
  max-width: 160rem;
  margin: 3.2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 6.4rem;
  z-index: 10;
}

.footer-info {
  max-width: 160rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-table-widthv2 {
  position: absolute;
  top: 0;
  z-index: 0;
}

.footer-table-widthv2 .footer-table-width-divs {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.footer-table-widthv2 .footer-table-width-divs div {
  visibility: hidden;
}
.footer-table-widthv2 .footer-table-width-divs p {
  visibility: hidden;
}

.footer-table-width-divs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  width: 40%;
  padding: 1.2rem 2.4rem;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 85%
  );
  transition: all 0.3s;
}

.footer-table-width-divs:hover {
  transform: scale(1.05);
}

.footer-icon {
  font-size: 6.4rem;
  display: block;
  color: #3d3c3c;
  transition: all 0.3s;
}

.social-icon {
  font-size: 6.4rem;
  transition: all 0.3s;
  color: #3d3c3c;
}

.footer-table-v2 {
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(
      180deg,
      rgba(239, 239, 239, 1) 0%,
      rgba(239, 239, 239, 0.7) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../BackgroundPicturesResized/FooterImage.jpg);
  background-repeat: no-repeat;
  color: black;
  padding: 3.2rem 0;
  padding-bottom: 0;
  text-align: center;
}
.footer-content {
  max-width: 160rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo img {
  height: 24rem;
  margin-bottom: 3.2rem;
  filter: invert(100%);
  padding: 6.4rem;
}
.footer-social-media {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 1.4rem;
}
.social-icon {
  font-size: 6.4rem;
  transition: all 0.3s;
}

.social-icon:hover {
  color: #735237;
  transform: scale(1.1);
}

.footer-info {
  margin-bottom: 3.2rem;
}
.footer-links {
  font-size: 1.8rem;
  font-weight: 500;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1.2rem 6.4rem;

  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
  max-width: 60rem;
  margin: 6.4rem auto;
}
.footer-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
  width: 50%;
  transition: all 0.3s;
}

.footer-links a:first-child {
  text-align: center;
}
.footer-links a:last-child {
  text-align: center;
}
.footer-links a:hover {
  transform: scale(1.03);
}

.footer-links a:hover {
  color: #735237;
}
.footer-text {
  margin-bottom: 1.6rem;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 90%
  );
  padding: 2.4rem;
}
.footer-copyright {
  color: #969696;
  background-color: #1d1d1d;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}

.footer-copyright p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: auto;
}

.footer-table-v2 ion-icon:hover {
  color: #735237;
}
