.footer {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -14px 20px -21px rgba(0, 0, 0, 0.45);
}
.footer-container {
  height: 50px;
  width: 100%;
}
.termsfooter {
  cursor: pointer;
}
.footer-container-2 {
  /* height: 50px; */
  width: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    -109.6deg,
    rgb(6, 183, 249) 11.2%,
    rgb(25, 74, 236) 91.1%
  );
}
.footer-contents {
  height: 100%;
  width: 100%;
  flex-grow: 1;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-box {
  width: 33.33%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* padding: 0 0 0 20px; */
}
.footer-box-name {
  width: 100%;
  height: 30%;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* padding: 0 0 0 20px; */
}
.footer-box-terms {
  /* width: 33.33%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* gap: 10px; */
  padding: 0 0 5px 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
/* .footer-box-terms:hover {
  border-bottom: 3px solid #fff;
} */

.footer-box-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* gap: 20px; */
}

.footer-box-row {
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

.footer-box img {
  height: 20px;
  width: 20px;
}

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.footer-box-row h3 {
  color: #fff;
}
.footer-box-name p,
.footer-box p {
  font-size: 0.8em;
  font-weight: 600;
  font-family: Montserrat;
  color: #222831;
}
.term-title {
  font-size: 1em;
  font-weight: bold;
}
.footer-box-terms p {
  font-size: 0.8em;
  font-weight: 600;
  font-family: Montserrat;
}

.footer-box-terms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 0.2s all ease-out;
}

.footer-box-terms:hover::after {
  transform: scale(1);
}

.term-title,
.footer-container-2 .footer-box-terms p,
.footer-container-2 .footer-box-name p {
  color: #fff;
}
.footer-container-2 .footer-box-terms p {
  padding: 0 10px 0 10px;
}

.icons8 {
  opacity: 0.3;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}
.icons8-line {
  opacity: 0.3;
  text-decoration: none;
  color: #fff;
}
/*--------------------------------------------------------TEXT-----------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  .footer-container {
    width: 95%;
  }

  .footer-contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-box-name {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .footer-container {
    height: auto;
    padding: 15px;
  }
  .footer-container-2 {
    /* height: auto; */
    padding: 40px 40px 40px 30px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-box-col {
    align-items: flex-start;
  }
  .footer-contents {
    flex-direction: column;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .footer-box {
    height: 33.33%;
    width: 100%;
    justify-content: flex-start;
  }
  .footer-box-row {
    /* height: 500px; */
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-box-name {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-box-name p {
    font-size: 0.8em;
  }
  .footer-container-2 .footer-box-terms p {
    padding: 0;
  }
  .footer-box-row h3 {
    display: none;
  }
  .footer-contents h3 {
    display: none;
  }
  .footer-box-name .icons8-line {
    display: none;
  }
}
