footer {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  color: #c6c6c6;
}

/*No Pinterest and no tiktok*/
footer .table5 li:nth-last-child(1) {
  display: none;
}

footer ul {
  list-style: none;
  height: 60px;
  margin: 0 10px;
  padding: 0;
}

footer ul h3 {
  font-size: 18px;
}

footer ul h3 .imgBx {
  position: absolute;
  right: 15px;
  top: 19px;
  height: 22px;
  width: 22px;
  visibility: hidden;
  background: url(../../IMG/General/footer/plus.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

footer ul li {
  position: relative;
}

footer ul li a {
  color: #c6c6c6;
  text-decoration: none;
  opacity: 0.9;
}

footer ul li a img {
  position: absolute;
  top: 0;
  left: 7vw;
  height: 1.5vw;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .all-rights {
  color: #c6c6c6;
  width: fit-content;
}

@media (min-width: 1026px) {
  footer {
    width: 100%;
    margin-bottom: 2.5vw;
    background: url(../../IMG/General/footer/wood_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-position: center;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    font-family: "Exo";
    font-style: normal;
    font-weight: 700;
    color: #c6c6c6;
    opacity: 0.9;
    font-size: 1.1vw;
  }

  footer .box {
    width: 100%;
    height: 21vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer ul {
    margin: 0 2vw;
    max-width: 19vw;
    height: 90%;
  }

  footer ul h3 {
    font-size: 1.5vw;
    text-shadow: 4px 4px 5px black;
  }

  footer ul li {
    margin: 0.5vw 1.5vw;
  }

  footer ul li a {
    text-shadow: 4px 4px 5px black;
  }

  footer .all-rights {
    font-size: 0.8vw;
    transform: translate(15px, 1.8vw);
  }
}

@media (max-width: 1025px) {
  footer {
    border-top: 1px solid #c6c6c6;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  footer .box {
    display: grid;
    justify-content: center;
  }

  footer ul {
    position: relative;
    margin-bottom: 10px;
    width: 90vw;
    display: flex;
    background: #222222;
    border-radius: 5px;
    transition: 1s;
    display: grid;
  }

  footer ul.open {
    height: auto;
    transition: 0.2s;
  }

  footer ul.open .imgBx {
    background: url(../../IMG/General/footer/minus.png);
    background-position: center;
    background-size: cover;
    transition: 0.1s;
  }

  footer ul.open li {
    position: static;
    visibility: visible;
  }

  footer ul h3 {
    margin-top: 17px;
    margin-left: 15px;
    margin-bottom: 17px;
    cursor: pointer;
  }

  footer ul h3 .imgBx {
    visibility: visible;
  }

  footer ul li {
    position: fixed;
    visibility: hidden;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(198, 198, 198, 0.75);
  }

  footer ul li a img {
    visibility: hidden;
  }

  ul.table5 {
    position: static;
    visibility: visible;
    display: flex;
    justify-content: center;
    background-color: black;
  }

  ul.table5 h3 {
    cursor: auto;
    visibility: hidden;
    position: absolute;
  }

  ul.table5 li {
    position: static;
    visibility: visible;
    border-top: none;
    margin-left: calc(15px + 4vw);
    margin-right: calc(15px + 4vw);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 20px;
  }

  ul.table5 li a {
    position: absolute;
    visibility: hidden;
  }

  ul.table5 li a img {
    position: static;
    visibility: visible;
    width: 10vw;
    height: 10vw;
    max-width: 40px;
    max-height: 40px;
  }

  footer .all-rights {
    font-size: 12px;
    transform: translate(20px, 10px);
  }
}
