.transparent {
  height: 100vh;
  background-color: transparent;
  z-index: -1000;
}

@media screen and (max-width: 786px) {
  .transparent {
    display: none;
  }
}
footer {
  height: 100vh;
  width: 100%;
  background-image: url(../../img/union-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-family: 'Rubik', sans-serif;
}

.foot-pin {
  position: fixed;
  top: 0;
  z-index: 0;
}

footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  background: radial-gradient(
    circle 30rem at var(--cursorX) var(--cursorY),
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 85%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

/* =================================FOOTER CONTENT================================= */

.footer-container {
  margin: 0 12.5%;
  margin-top: 50px;
  height: 85%;
  width: 75%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.footer-footer {
  width: 75%;
  height: 10%;
  margin: 0 12.5%;
  border-top: 2px solid rgba(250, 250, 250, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-container h2 {
  display: block;
  font-size: clamp(28px, 4vw, 2.5rem);
  color: white;
  text-align: center;
  margin: 0px auto;
  width: 65%;
  margin-top: 3%;
}

.policies {
  display: flex;
}

.policy-dot {
  height: 5px;
  width: 5px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #00b0ef;
  margin-top: 12px;
}

.policies a {
  text-decoration: none;
  color: #888;
  font-size: 12px;
  cursor: pointer;
}

.copyright {
  color: #888;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .footer-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .policies {
    margin-bottom: 5px;
    justify-content: center;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
  }

  footer::before {
    display: none;
  }
}

/* ==============TABLE=================== */
.accordion {
  display: none;
}

table {
  width: 100%;
  margin-top: auto;
  text-align: center;
  color: white;
  display: inline-table;
}

th {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 400;
}

td {
  padding: 2px 0;
}

table a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
}

table a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ===================SOCIALS====================== */
.socials {
  font-size: 15px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}

.socials h4 {
  color: white;
  margin-bottom: 10px;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 400;
}

.social-logos {
  display: flex;
}

.social-logos a {
  text-decoration: none;
  cursor: pointer;
}

.social-logos a div {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: white;
  margin-right: 20px;
}

.social-logo1 {
  background-image: url(../../img/linkedin.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-logo2 {
  background-image: url(../../img/instagram.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-logo3 {
  background-image: url(../../img/facebook.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-logo4 {
  background-image: url(../../img/twitter.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 786px) {
  .footer-container {
    margin: 0 5%;
    margin-top: 90px;
    width: 90%;
  }

  .footer-container h2 {
    margin-top: 0;
  }

  .footer-footer {
    margin: 0 5%;
    width: 90%;
  }

  table {
    display: none;
  }

  .accordion {
    display: block;
    margin-top: auto;
    width: 100%;
  }

  .accordion-item {
    background: transparent;
  }

  .accordion-button {
    background: transparent;
    color: white;
    font-size: 18px;
    padding: 20px 10px;
  }

  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
    box-shadow: none;
  }

  .footer-container h2 {
    width: 100%;
  }

  .footer-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .accordion-body {
    padding: 20px 10px;
    padding-top: 0px;
  }

  .footer-links li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
  }

  .accordion-button::after {
    filter: invert(97%) sepia(8%) saturate(387%) hue-rotate(223deg)
      brightness(117%) contrast(100%);
  }

  .accordion-item {
    border: 2px solid #222;
  }

  .socials h4 {
    text-align: center;
  }

  .social-logos a div {
    margin-right: 15px;
    margin-left: 15px;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
  }

  .social-logos {
    justify-content: center;
}

  .nav-social-logos {
    justify-content: flex-start;
}
.social-logo1{
  margin-left: 0!important;
}
}

@media screen and (min-width: 1400px) {
  .footer-container h2 {
    margin-top: 3%;
    font-size: 3rem;
  }

  th {
    font-size: 20px;
    width: 25%;
    padding-bottom: 15px;
  }

  table a {
    font-size: 14px;
  }

  .socials {
    margin-top: 30px;
}

  td {
    padding: 4px 0;
  }

  .socials h4 {
    margin-bottom: 16px;
    margin-top: 5px;
    font-size: 24px;
}

.social-logos a div {
  height: 30px;
  width: 30px;
  margin-right: 25px;
}

.footer-footer{
  height: 6%;
}

.policies a, .copyright {
  font-size: 16px;
}

footer::before{
  background: radial-gradient(
    circle 40rem at var(--cursorX) var(--cursorY),
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 85%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
}


@media screen and (min-width: 1700px){
  .footer-container h2 {
    font-size: 4rem;
  }

  th {
    font-size: 26px;
    width: 25%;
    padding-bottom: 18px;
}

table a {
  font-size: 18px;
}

.socials h4 {
  font-size: 30px;
}

td {
  padding: 6px 0;
}

.social-logos a div {
  height: 37px;
  width: 37px;
  margin-right: 30px;
}

.policies a, .copyright {
  font-size: 19px;
}

footer::before{
  background: radial-gradient(
    circle 50rem at var(--cursorX) var(--cursorY),
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 85%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
}
