@import "../theme_fonts/theme.css";
/* you can change this  */
body {
  margin: 0;
  font-family: Inter, Roboto, Arial, sans-serif;
}
.footer-playstore {
  width: 100%;
  padding: 40px 0;
  background-color: var(--beauty-text-gray);
  align-items: center;
  color: var(--primary-background);
  display: none !important;
  flex-direction: column;
  justify-content: center;
}

.footer-playstore > div {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.footer-playstore > div > img {
  margin: 10px 10px 10px 0;
}

#footer {
  width: 100%;
  margin-top: 60px;
}

.footer-layer-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #3f414d;
  color: #ffffff;
  padding: 2.81rem 6rem 1.81rem 6rem;
}

.footer-list-div > header > img {
  width: auto;
  height: 40px;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-list-div > ul {
  padding-left: 0;
}

.footer-list-div > ul > li {
  list-style: none;
  margin-bottom: 11px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}

.footer-list-div > ul > li:hover {
  color: var(--btn-pink);
}

/*************/

.footer-layer-2 {
  width: 100%;
  padding: 2.81rem 5.625rem 1.875rem 8rem;
  display: none;
  box-sizing: border-box;
  color: var(--primary-text-black);
}

.footer-activity {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.footer-layer-2 > div h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
}

.footer-layer-2 > div p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-social-media {
  text-align: center;
}

.phone-social-media {
  display: none;
}

.footer-social-media > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  padding: 0 50px;
}

.footer-social-media > span {
  font-size: 13px;
  font-weight: 400;
}

.footer-social-media li {
  color: var(--primary-background-black);
}

.footer-social-media a {
  font-size: 18px;
  text-decoration: none;
  color: var(--primary-background-black);
}

/*************/

.footer-layer-3 {
  background-color: var(--footer-layer);
  color: #ffffff;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-layer-3 > div a {
  text-decoration: none;
  color: #ffffff;
}

.footer-layer-3 > div a:hover {
  text-decoration: underline;
}

.footer-credit {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  max-width: 800px;
}

.footer-credit p {
  margin: 8px 0;
}

/* responsive  */
@media screen and (max-width: 1199px) {
  .footer-layer-2 {
    padding: 45px 40px 30px 40px;
    grid-template-columns: repeat(4, 1fr);
    height: 163px;
  }

  .footer-activity:first-child {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #footer {
    margin-top: 40px;
  }
  .footer-layer-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 3rem;
  }

  .footer-layer-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .footer-layer-3 {
    margin-top: 0;
  }

  .footer-social-media {
    display: none;
  }

  .phone-social-media {
    display: grid;
    width: 250px;
    margin: auto;
    margin-top: 25px;
  }

  .footer-layer-2 > div:last-child {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-playstore {
    display: flex;
  }
}

@media screen and (max-width: 769px) {
  #footer {
    margin-top: 30px;
  }

  .footer-layer-1 {
    grid-template-columns: 1fr;
    padding: 1.5rem 2rem;
  }

  .footer-layer-2 {
    row-gap: 50px;
  }

  .footer-activity {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
    place-items: center;
  }

  .footer-layer-3 {
    margin-top: 0;
  }

  .footer-activity > div {
    width: 100%;
  }

  .footer-social-media a {
    margin-right: 10px;
  }

  .footer-layer-3 {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  body {
    height: auto;
    min-height: 100vh;
  }
  .footer-layer-2 {
    padding: 0;
    margin-top: 50px;
  }

  .footer-layer-2 h4 {
    font-size: 9px;
    margin: 0;
  }

  .footer-activity {
    height: 100px;
  }

  .footer-activity > div span {
    display: none;
  }

  .footer-layer-2 p {
    margin: 0;
    font-size: 8px;
  }

  .footer-activity img {
    width: 20%;
  }
}
