/*FOOTER - style*/
.site-footer {
  padding-top: 120px;
  min-height: 100vh;
  background-color: var(--color-green);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.site-footer__text {
  overflow: hidden;
  text-align: center;
}

.site-footer__text h2 {
  font-family: "PP Playground", sans-serif;
  font-size: 253px;
  line-height: 364px;
  font-weight: 500;
  color: var(--color-warm-white);
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  margin-left: -80px;
}

.site-footer__copyright {
  margin-top: 50px;
  padding: 0px 20px;
}

.site-footer__copyright p {
  text-align: center;
  color: var(--color-warm-white);
  text-transform: uppercase;
  font-weight: 600;
}

.site-footet__gif {
  padding: 0px 20px;
  text-align: center;
  margin-top: -250px;
  position: relative;
  z-index: 2;
}

.site-footet__gif img {
  max-width: 300px;
  margin: 0 auto;
  /* -webkit-mask: var(--mask-corner-cut-circles-2); */
}

.social-media {
  padding: 30px 0px 20px;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}

.social-media li a {
  color: var(--color-warm-white);
  text-decoration: underline;
  font-weight: 600;
}

.m-copyright {
  padding-bottom: 15px;
  border-top: 1px solid rgba(250, 242, 221, 0.2);
  padding-top: 15px;
}

.m-copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8em;
}

.m-copyright svg {
  width: 0.8em;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .site-footer__text h2 {
    font-family: "PP Playground", sans-serif;
  }
  .social-media li {
    font-size: 1.55em;
  }

  .site-footet__gif img {
    max-width: 65vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .site-footer__text h2 {
    font-size: 60vw;
  }

  .m-copyright {
    padding-bottom: 12px;
    border-top: 1px solid rgba(250, 242, 221, 0.2);
    padding-top: 12px;
  }
}
